/**
 * Login screen customisations.
 */

body.login {
    background: #f6f7f7;
}

.login form {
    border-radius: 8px;
}
