
body{
  background-color: #f1f1f1;
  height: 100vh;

  width: 100%;
  overflow: auto;
}
.form-control{
  padding: 10px 15px !important;
}
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  width: 100%;
  padding: 10% 0;
  /* position: fixed; */
  background-color: #f1f1f1;
}

.login-box {
  max-width: 400px;
  margin: 0 auto; }
  .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%; }
