﻿#login-box {
    background: #005bab;
    height: auto;
    width: 50%;
    flex: 0 1 500px;
}


#user-info-input {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    row-gap: 1em;
    margin: 2em 0 1em 0;
}

    #user-info-input * {
        flex: 1 1 auto;
        margin: 5px;
    }

.inputs {
    width: 80%;
    border-radius: 2px;
    padding: 0.25em;
}

.input-label {
    width: 80%;
    color: white;
}

.login-box-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-container {
    width: 100%;
    display: flex;
}

.logo-img {
    width: 98%;
    height: 98%;
}

.link-text {
    color: white;
}

    .link-text:hover {
        color: grey;
        text-decoration: none;
    }

.fill-flex-space {
    flex: 1 1 auto;
}

#section-button {
    display: flex;
    padding: 1em;
    justify-content: center;
}

.language-switch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--snlBlue);
}

.btn-login {
    background-color: lightgrey;
    border-color: var(--snlMidBlue);
    width: 50%;
    border-radius: 5px;
}

    .btn-login:hover {
        background-color: var(--snlLightBlue);
        border-color: var(--snlLightBlue);
    }

.login-link {
    width: 50%;
    text-align: center;
    margin: 5px;
}

vl {
    border-left: 1px solid #F5F5F5;
}
