.loginPage {
    flex-direction: column;
    padding-bottom: 30px;
    min-width: 100vw;
    display: grid;
    justify-content: center;
    align-content: center;
    min-height: calc(100vh - 220px);
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(1, 12, 22, 0.95)), url("../img/a3.webp") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 15px;
    max-width: 550px;
    width: 100%;
    z-index: 1;
    margin-top: 100px;
}

.container h1 {
    margin: 0;
    margin-bottom: 30px;
    font-family: sans-serif !important;
}
