@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

body.login {
    background-color: #9DBE15;
}

img {
    max-width: 200px;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: calc(30px + 2vw);
    font-weight: 400;
    color: white;
    margin-top: 20px;
}

.card-header {
    background-color: white;
    border: none;
    color: #9DBE15;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    margin: 10px 0;
}