﻿.login-form{
    width: 90%;
}

@media(min-width: 640px) {
    .login-form {
        width: 500px;
    }
}