body {
    background-color: black;
}

.bg-img {
    background-image: url("./img/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    border: solid 1rem rgba(3, 3, 37, 1);
    z-index: -1;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.bg-container {
    background: rgba(3, 2, 36, 0.8);
}

.min-vh-100 {
    min-height: 100vh;
}

.login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-header img {
    height: 50px;
}

.login-header h2 {
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
