body {
    background-color: #01012d;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3rem;
}

.container {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.container form {
    text-align: center;
    width: 100%;
}

.bg {
    position: absolute;
    width: 100%;
    height: 48%;
    z-index: -1;

    

    background-image: url("../images/bg2.jpg");
    background-size: auto 150%;
    background-position: center bottom 200px;
    background-attachment: fixed;
}

.submit {
    width: 150px;
    height: 40px;

    font-size: 1rem;
    font-weight: bold;
}

.loadingContainer {
    width: 100%;
    height: 100px;

    margin-top: 20px;
    
    place-items: center;
}

.loading {
    display: none;
}