.login_background{
    /* background-color:#E6ECEA; */
    background-color:#5C6DA1;
}
.login_image{
    /* background-image: url("../../img/login1_background.jpg"); */
    background-color: 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 45px 30px 45px;
    border-radius: 5px;
}
.login_section_top{
    margin: 10% 0;
}
.login_section input{
    padding-left: 20px;
    /* background-color:rgba(142, 151, 161, 0.5); */
    /* color: #fff; */
    border:2;
}
/*.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;
}
.login_section a{
    cursor: pointer;
}
.admire_logo{
    width:70px;
    height:70px;
}
.condo_bridge_logo{
    width:190px;
}
/*register*/
.register_section_top{
    margin: 10% 0;
}
/*forgot password*/
.forgot_section_top{
    margin: 135px 0;
}

.login_button {
    background: #4754D1;
    border-color: #4754D1;
}

.login_button:hover {
    background: #1d608d;
    border-color: #1d608d;
}

.login_button:focus {
    background: #1d608d !important;
    border-color: #1d608d !important;
    box-shadow: 0 0 0 0.2rem #4754D1 !important;
}

.login_button:disabled {
    background: #646769 !important;
    border-color: #646769 !important;
    box-shadow: 0 0 0 0.2rem #646769 !important;
}

.input_focus:focus {
    box-shadow: 0 0 0 0.2rem #4754D1 !important;
}

.form-control:focus {
    border-color: #4754D1;
}

.custom-forgot-password{
    color: #2D448B;
    font-weight: 500;
    float: right;
}
.custom_register_button{
    color: #4754D1;
}
.font-w-600{
    font-weight: 600;
}
.font-w-500{
    font-weight: 500;
}
.set-min-height{
    /* min-height: 20vw; */
}
.custom-view-policy{
    text-decoration: none;
    color: #2D448B;
    font-weight: 500;
    float: right;
}
.disabled-link {
    pointer-events: none;
}
.margin-t-15{
    margin-top: 15px;
}
.agree_list_items li{
    padding-left: 3px;
}