.input_invalid {
    border-color: #F3B63B !important;
    background-color: #fef6e6 !important;
}

.input_valid {
    border-color: #2CBF87 !important;
    background-color: #e4f7f0 !important;
}

#resetPassword {
    width: 350px !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}

#resetPasswordTitle {
    font-size: 22px !important;
    font-family: "Assistant Bold", sans-serif !important;
    color: rgb(54, 54, 185) !important;
    user-select: none !important;
    margin-bottom: 25px;
}

.passwordMustContain {
    width: inherit;
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(54, 54, 185);
    border-image: initial;
    border-width: 1px 1px 1px 4px;
    background-color: rgb(248, 250, 255);
    margin-top: 20px;
    user-select: none;
    padding: 10px 10px 10px 20px;
    text-align: left;
}

.passwordMustContain p {
    font-size: 14px;
    font-family: "Assistant Bold", sans-serif;
    color: rgb(116, 136, 157);
    margin: 0 0 10px 0;
}

.passwordMustContain li {
    font-size: 14px;
    font-family: "Assistant Bold", sans-serif;
    color: rgb(70, 82, 95);
    margin-top: 4px;
}

.newpassword {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 1rem;
    font-size: 14px;
    min-height: 2.4rem;
    padding: 0.85rem 0px 0.85rem 30px;
    width: 350px !important;
    color: rgb(70, 82, 95);
}

.confirmpassword {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 1rem;
    font-size: 14px;
    min-height: 2.4rem;
    padding: 0.85rem 0px 0.85rem 30px;
    width: 350px !important;
    color: rgb(70, 82, 95);
}


#newPassword {
    margin-bottom: 15px;
}

.resetPasswordButton {
    transform: translateY(0px);
    transition: transform 0.25s ease 0s, background-color 0.25s ease 0s, color 0.25s ease 0s;
    width: 350px !important;
    border-radius: 1rem;
    height: 39px;
}

.button1 {
    font-family: "Assistant Bold", sans-serif;
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    color: rgb(54, 54, 185);
    width: inherit;
    margin-bottom: 15px;
}

.button2 {
    font-family: "Assistant Bold", sans-serif;
    background-color: rgb(54, 54, 185);
    border-color: rgb(54, 54, 185);
    width: inherit;
    color: #fff;
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    margin-top: 20px;
    margin-left: 320px;
}

#newpassword-casField {
    margin-bottom: 17px;
}

#confirmpassword-casField {
    margin-bottom: 17px;
}