.login_background{
    background-color:#E6ECEA;
}
.login_image{
    /* background-image: url("../../img/login1_background.jpg"); */
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: -2px 12px 50px -5px #000;
}
.login_section .custom-control-description{
    color: #fff !important;
}
.login_section{
    padding: 25px 30px 30px 30px;
    border-radius: 5px;
}
.login_section_top{
    margin: 25% 0;
}
.login_section input{
    padding-left: 20px;
    background-color: rgba(170, 177, 185,0.5);
    color: #fff;
    border:none;
}
.login_section input:focus{
    background-color: rgba(170, 177, 185,0.5);
    color: #fff;
    border:none;
}
.login_bottom{
    border-bottom: 1px solid #666;
    padding-bottom: 40px;
    padding-top: 20px;
}

.login_section a{
    cursor: pointer;
}
.admire_logo{
    width:100%;
}
/*register*/
.register_section_top{
    margin: 10% 0;
}
/*forgot password*/
.forgot_section_top{
    margin: 35% 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #bebebe !important;
    opacity: 0.5 !important;
}
.error{
    color: #ff6666 !important;
}
.text-gray{
    color: #4E4E4E !important;
}
.btn-login{
    color:white;
    background: #0E689B;
}
.btn-login:hover{
    color:white;
    background: rgb(14, 82, 121);
}