@import url("./color-scheme.a53a8e712a52.css");

.reset-pw-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--base-green);
}

.content-container {
    display: flex;
    flex-direction: column;
    height: 80dvh
}

.form-section {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25em;
}

.alert-section {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25em;
}

#div_id_email {
    display: flex;
    width: 100%;
}

.password-reset-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 350px;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* STYLES FOR PASSWORD RESET BUTTON */

.reset-pw-btn-cont {
    display: flex;
    justify-content: center;
}

.btn.btn-outline-info.reset-pw-btn {
    color: white;
    font-size: 1.25em;
    border-color: var(--base-green);
    background-color: var(--base-green);
}

/* .btn.btn-outline-info.reset-pw-btn:hover {
    color: white;
    border-color: var(--base-green);
    background-color: var(--base-green);
} */

.btn.btn-outline-info.reset-pw-btn:focus {
    box-shadow: 0px 0px 3px 3px var(--li-base-green);
    -webkit-box-shadow: 0px 0px 3px 3px var(--li-base-green);
}

/* STYLING FOR WHITESPACE  */
.whitespace {
    flex-grow: 1;
    background-color: white;
}

/* STYLING FOR BACKGROUND IMAGE */
.img1 {
    /* background-image: linear-gradient(to right, rgba(211, 211, 217, 0.65), rgba(211, 211, 217, 0.65)), url("../images/background_img_meter.62c233de19f8.jpg"); */
    /* background-image: linear-gradient(to right, rgba(211, 211, 217, 0.65), rgba(211, 211, 217, 0.65)), url("../images/shutterstock_1163300440.9ef78abca969.jpg"); */
    background-image: url("../images/shutterstock_1163300440.9ef78abca969.jpg");
    /*  background-image: linear-gradient(to right, rgba(211, 211, 217, 0.65), rgba(211, 217, 217, 0.65)), url("../images/test_hero/Test2.3f00780f9064.png"); */
    background-position: relative;
    background-size: cover;
    /* background-size: 1500px 750px; */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    width: 100%;
    height: 50vh;
    max-width: 100vw;
    margin: 0;
    padding-top: 4rem;
}

.upper-buffer {
    width: 100%;
    height: 35vh;
    max-width: 100vw;
    margin: 0;
    padding-top: 4rem;
}

.background1 {

    margin-top: -15vh !important;
    margin-bottom: 20vh !important;
}

/* STYLING FOR THE EMAIL HAS BEEN SENT ALERT */

.alert.alert-info.reset-pw-alert {
    background-color: var(--li-base-green);
    border-color: var(--base-green);
    margin-bottom: 0;
}

/* STYLING FOR PASSWORD HINT ON RESET */
#hint_id_new_password1.form-text.text-muted {
    margin-top: 0.5em;
}


/* Password validation styles */
#pwd-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#pwd-info li {
    list-style-type: none;
    font-weight: normal;
    font-size: .875em;
    font-style: normal;

}

#pwd-info {
    position: absolute;
    bottom: 50px;
    bottom: 65px\9;
    /* IE Specific */
    width: 300px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1040;
}

#pwd-info h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pwd-info::before {
    content: "\25BC";
    position: absolute;
    bottom: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

#pwd2-info {
    position: absolute;
    bottom: 50px;
    bottom: 65px\9;
    /* IE Specific */
    width: 300px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1040;
}

#pwd2-info h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pwd2-info::before {
    content: "\25BC";
    position: absolute;
    bottom: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.list-tick {
    list-style: none;
    /* Remove default bullets */
    color: #3a7d34;
    padding-left: 22px;
    line-height: 24px;
}

.list-tick::before {
    content: '\2713';
    font-size: large;
    color: var(--base-green);
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.list-X {
    list-style: none;
    /* Remove default bullets */
    color: #ec3f41;
    padding-left: 22px;
    line-height: 24px;
}

.list-X::before {
    content: "\00d7";
    font-size: large;
    color: red;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}