
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
Login register and recover password Page
******************/
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: relative; }

.login-box {
  max-width: 400px;
  width:100%;
  margin: 0 auto;
  padding:0 15px;
}
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; }

#recoverform {
  display: none; }

.login-sidebar {
  padding: 0px;
  margin-top: 0px; }
  .login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%; }

#to-recover {
    float: right;
}
.chk-remember {    
    float: left;
}
@media (max-width: 768px) {
    .chk-remember{
        display:block;
        float:none;
    }
    #to-recover {
        float: none;
        display: block;
        text-align: left;
    }
}