html,
body {
    height: 100%;
    margin: 0;
}

input[type="text"] {
    padding: 10px 22px !important;
}

input[type="password"] {
    padding: 10px 22px !important;
}

.password_div_form{
    position: relative;
}

@media (width> 1400px) {
    .container {
        width: 1320px;
    }

    .login_page_footer {
        height: 10vh;
    }

    section {
        height: 90vh;
        margin-top: 0px !important;
    }

    .left_page {
        padding: 112px 20px;
    }

    .right_page {
        padding: 50px 50px 45px 100px !important;
    }

    /* .masthead-form{
        margin-left: 30px!important;
        margin-right: 20px;
    } */
}

@media (min-width:768px) and (max-width:1400px) {
    .login_page_footer {
        height: 10vh;
    }

    section {
        height: 90vh;
        margin-top: 0px !important;
    }
}

@media (width<=768px) {
    .masthead.-type-2 {
        margin-top: 0px !important;
    }

    .left_page {
        padding: 30px 20px;
    }

    .right_page {
        padding: 0px 20px 45px 20px;
    }
}

.masthead.-type-2 {
    padding: 10px 0 !important;
    margin-top: 0px !important;
}

.masthead.-type-2 .masthead-form__group button {
    width: 30%;
    height: 50px;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.password_toggle {
    position: absolute;
    right: 0;
    margin-top: 40px;
    cursor: pointer;
    margin-right: 10px;
}

.password-policy-card {
    display: none;
    position: absolute;
    top: 110%;
    left: 35%;
    transform: translate(-50%, -50%);
    /* border: 1px solid #ccc; */
    padding: 15px;
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    /* z-index: 1000; */
    height: 150px;
    width: 350px;
    border-radius: 15px;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    /* z-index: 1000; */
}


.a-tag {
    color: black !important;
    text-decoration: underline !important;
    font-size: 16;
}


#password-policy-link:hover+#password-policy,
#password-policy:hover {
    display: block;
}