﻿.boxdiv {
    margin-top: 0px;
}

.forget_password_container {
    padding-bottom: 100px;
    background-color: white;
}

.forget_password_title {
    text-align: center;
    color: RGB(2,51,110);
}

    .forget_password_title h3 {
        margin-bottom: 35px;
    }

.forget_password_code_input {
    width: 50%;
}

.forget_password_code_button {
    width: 45%;
    margin: auto;
    margin-top: 10px;
}

    .forget_password_code_button.resend_button {
        background-color: #375781;
    }

    .forget_password_code_button[disabled], .forget_password_code_button.disabled {
        /*width: 45%;
        margin: auto;*/
        cursor: not-allowed;
        background-color: #9E9E9E;
    }

.forget_password_code_message {
    height: fit-content;
    height: -webkit-fill-available;
}


    .forget_password_code_message span {
        text-indent: 10px;
        color: red;
    }

.password_policy_container {
    margin-top: 20px;
}

    .password_policy_container p {
        color: #000;
        font-size: 12px;
        line-height: 20px;
    }

.password_buttons {
    text-align: center;
}

.button_width {
    width: 40%;
}

    .button_width.submit {
        margin-top: 0;
    }

.val_code_panel {
    margin-top: 30px;
}

.info_message {
    position: fixed;
    margin-left: 20%;
    width: 60%;
    bottom: 0%;
    line-height: 44px;
    z-index: 9;
    text-align: center;
}

    .info_message.success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

@media only screen and (min-width: 768px) {
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}


@media only screen and (max-width: 360px) {

    .forget_password_code_input {
        width: 100%;
    }

    .forget_password_code_button {
        margin-top: 10px;
        width: 100%;
    }

    .button_width {
        width: 80%;
    }
}
