﻿
body {
    font-family: Helvetica, Arial, sans-serif;
    background: linear-gradient(45deg, white, #004AAD);
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    zoom: 100%;
}

.container {
    margin-top: 0em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-container {
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 90%;
    max-width: 550px;
    margin-bottom: 20px;
}

.title {
    font-size: 2em;
    text-align: center;
    color: white;
    margin-top: 6rem;
}

.plecsys {
    font-weight: bold;
    font-size: 1.5em;
    font-family: sans-serif;
    text-align: center;
}
