/* This file has been updated to remove form-related styles which are now in form.css */

body.login-page {
    background-color: var(--color-background);
    font-family: var(--font-main), serif;
}

.logo-login-container {
    max-width: 100%;
    margin: 10px;
    display: flex;
    justify-content: center;
}

.logo-login-img {
    max-height: 50%;
    max-width: 50%;
}