.nav-wrapper .login-form{
  width:50%;
  margin:0 auto;
}

.nav-wrapper .login-form h2{
  text-transform:uppercase;
  text-align:center;
  margin-bottom:30px;
}

.nav-wrapper .login-form .form-footer{
  margin-bottom:20px;
  font-size:13px;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
          justify-content:space-between;
}

.nav-wrapper .login-form .form-footer a{
  text-transform:uppercase;
  color:#F28B4F;
}

.nav-wrapper .login-form .form-group label{
  text-transform:uppercase;
}

@media (max-width:991px) {
  .nav-wrapper .login-form{
    width:100%;
  }

  .nav-wrapper .login-form h2{
    font-size:24px;
  }

  .nav-wrapper .login-form .form-footer{
    display:block
  }

  .nav-wrapper .login-form .form-footer .register{
   	margin-bottom:15px;
  }
}
