.content { padding: 0 !important; height: 100% !important; }
.cpm-auth-container { margin: 0 !important; height: 100% !important; }
.cpm-auth-left { 
    background: url("../../../img/login-layer.png") no-repeat bottom; 
    background-size: 100% 385px; 
}
.cpm-auth-left h1, .cpm-auth-left p { margin-left: 3.5rem; margin-bottom: 0; }
.cpm-auth-left h1:first-child { margin-top: 6rem; margin-bottom: -10px; }
.cpm-auth-left h1 { margin-bottom: .4rem; }
.cpm-auth-left p { max-width: 700px; }
.cpm-auth-right { background: #fff; display: none; }
.cpm-auth-right .cpm-logo { height: 45px; margin: 38px 0 20px; }
.form-cpm-auth { padding: 0 25px; }
.form-cpm-auth p { 
    font-size: 18px; 
    font-weight: bold; 
    color: #6f42c1; 
    border-bottom: 3px solid #6f42c1;
    padding-bottom: 5px;
    margin-bottom: 2rem;
}
.form-cpm-auth input { border: solid 1px #dfe5ee; }
.form-cpm-auth .btn-sign { background: #6f42c1; color: #fff; margin-bottom: 10px; }
.form-cpm-auth .btn-sign:hover { color: #fff; }
.form-cpm-auth .cpm-login-signup { text-align: right; font-size: 12px; float: left; color: #6f42c1; }
.form-cpm-auth .cpm-login-forgot { text-align: right; font-size: 12px; float: right; color: #837A7A; }
.form-cpm-auth .cpm-login-forgot:hover { text-decoration: underline; color: #989595; }
.form-cpm-auth hr { margin-top: 4rem; }
@media only screen and (max-width:767px) {
    .cpm-auth-left { display: none; }
}
.check-pass div {
    height: 10.5px;
    width: 20px;
    margin-right: 1px;
    margin-top: 5px;
    border: 1px solid #eaeaea;
}
#pass-info { font-size: 12px; border: none !important; margin-left: 4px; margin-top: 1.2px; }
.form-otp { margin-bottom: 25px; }
.form-otp input { 
    border: none; 
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    width: 38px; 
    margin-right: 8px; 
    padding: 0; 
    text-align: center;
    font-size: 18px;
}
.form-otp input:last-child { margin-right: 0; }

.bg-img-phb{
    background-image: url("/img/bg-element-unlock-screen.png");
    background-color: #673ab7;
    background-size: cover;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}
.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font: 14px arial;
}

