.login-form {
    max-width: 400px;
    margin: 3rem auto;
}

.login-form h2 {
    font-size: 2rem;
}

.login-form .btn {
    width: 100%;
}
