.login-form {
    position: absolute;
    top: 5%;
    right: 5%;
}

input[type="password"] {
-webkit-text-security: disc; /* hide password text with dots */
}

