.login-form {
  width: 100%;
}
@media only screen and (min-width: 768px) {
.login-form {
    max-width: 500px;
}
}

