﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

body {
    background-image: url('/images/Login.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.container {
    height: 100%;
    align-content: center;
}

.card.login {
    border-radius: 20px;
    margin-top: 2em;
    max-height: 350px;
    max-width: 450px;
}

#loginButton {
    color: white;
    font-weight: 600;
    background-color: rgb(211 135 70);
    border-color: rgb(211 135 70);
    border-radius: 10px;
}