body {
    background-color: #204394;
}

.login {
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-logo {
    max-width: 400px;
    margin: 30px;
    object-fit: contain;
}

.login-logo > img {
    width: 100%;
}

.login-form {
    width: 300px;
    max-width: 330px;
    margin: 0 auto;
}

.login-label {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
}

.form-check-label {
    display: inline-block;
    margin-bottom: 10px;
}

.login-form input {
    margin-bottom: 20px;
}

.login button {
    background-color: #EBEBEB;
    font-weight: bold;
    max-width: 100px;
    margin: 20px;
}

.form-check-input {
    margin-top: 7px;
}

.open-modal, #register {
    cursor: pointer;
    display: block;
    font-size: 13px;
}

#input-tfa-code {
    height: inherit;
    padding: 2px;
    font-size: 24px;
    font-stretch: ultra-expanded;
}

.loader {
    width: 3rem;
    height: 3rem;
}