#icon-megamak-login{
    width: 80%;
    max-width: 60%;
    margin-bottom: 2em;
    margin-top: 2em;
}

#input-forgot-password{
    text-align: center;
}

.lbl-link{
    font-size: 13px !important;
    color: #00457E !important;
}

.btn-signin a{
    background: red !important;
    border-radius: 25px;
    font-weight: bold !important;
    font-size: 16px;
}

.subcontainer-login{
    border-radius: 8px;
}

#container-form-login{
    border: 2px solid #FAFAFA;
    border-radius: 15px;
}

/*Forgot password page*/

#container-forgot-password, #container-login-main{
    display: flex;
    flex-direction: column;
    background-image: url('../../images/bepensa/login-bg.png');
    background-size: cover;
    background-attachment: fixed;
}

/*-------------------*/


/*Policys css*/
#policy-container{
    padding-top: 100px !important;
}

#policy-container .fa-angle-down:before{
    color: black;
}

#policy-container .h-faq{
    color: black;
    background: white;
}
/*-------------*/

@media screen and (max-width:1100px) {

    .change-password-container{
        padding-top: 115px !important;
    }
}