#auth #auth-right.client {
    height: 100%;
    width: auto;
    background-image: url(../assets/images/bg/auth/ccrm-client-login-cover2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#auth #auth-right.sp {
    height: 100%;
    width: auto;
    background-image: url(../assets/images/bg/auth/ccrm-client-login-cover2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#auth #auth-right.admin {
    height: 100%;
    width: auto;
    background-image: url(../assets/images/bg/auth/ccrm-client-login-cover2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#auth #auth-right.counsellor {
    height: 100%;
    width: auto;
    background-image: url(../assets/images/bg/auth/ccrm-client-login-cover2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-group label,
label {
    display: block;
}

.select_box {
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    background-color: #fff;
    color: #607080;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login_center{
    width: 50% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.login_left{
    width: 54.5% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.login_right{
    width: 45.5% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}


