.email-icon {
    /* margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block; */
    width: 35px;
    position: absolute;
    right: 8px;
    bottom: 0;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #707070;
    cursor: pointer;

}

.password-icon {
    width: 35px;
    position: absolute;
    /* right: 26px; */
    bottom: 0;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #707070;
    cursor: pointer;
}

.email-icon.success i,
.password-icon.success i {
    color: green;
}

.email-icon.error i,
.password-icon.error i {
    color: red;
}

.valid {
    border-color: green;
}

.invalid {
    border-color: red;
}

.email-wrapper input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.instructions {
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.captcha-wrapper {
    margin-bottom: 20px;
}

.btn-reset-link {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* .terms-wrapper {
    margin-top: 15px;
    font-size: 15px;
    color: #555;
    text-align: center;
} */

/* 
.return-to-login {
    margin-top: 10px;
    text-align: center;
}

.return-to-login a,
.terms-privacy a,
.terms-wrapper a {
    color: #179F9A;
    font-weight: bold;
    text-decoration: none;
} */

.password-listing li:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 8px;
}

.password-listing .password-met::before {
    content: '\f00c';
    color: green;
}

.password-listing .password-unmet::before {
    content: '\f00d';
    color: red;
}

.confirmation-message {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-top: 20px;
}

.confirmation-message h3 {
    color: #179F9A;
    font-size: 24px;
}

.confirmation-message p {
    font-size: 16px;
    margin: 10px 0;
}

.confirmation-message a.btn {
    margin-top: 20px;
    color: #fff;
    background-color: #179F9A;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.password-strength {
    display: none;
}

.view-pass-pass1,
.view-pass-pass2 {
    position: absolute;
    top: 17px;
    right: 20px;
}

.form-item-pass-pass1,
.form-item-pass-pass2 {
    position: relative;
}