
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:100%;
  width: 100%;
  padding: 7% 0%;
  
 /* position: fixed;*/ }

.login-box {
  width: 450px;
  margin: 0 auto; }
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; 
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: 0px 0px 5px 5px #000;
    }
     .login {
   
    border-radius: 30px;
   
    box-shadow: 0px 0px 5px 5px #000;
    }

#recoverform {
  display: none; }

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