/* --- LOGIN */
.login-container {
    width: 65%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.login-container .login-box {
    height: 2.6em;
    font-size: 2.5em;
}

.login-container .login-box-text {
    font-size: 1.75em;
}

.remember {
    font-size: 1.65em;
}

.login-submit {
    height: 4.2em;
}

.login-help {
    font-size: 1.75rem;
}

.register-link {
    height: 4.2em;
    background-color: transparent;
    outline: 2px solid;
}

.seperator-line {
    border-bottom: 1px solid #f7f7f7;
    margin: 1.75rem 0;
    text-align: center;
    width: 100%;
}

.or-text {
    font-size: 1.5rem;
}

/* --- REGISTER */
.register-container {
    width: 65%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.register-input {
    min-height: 2.2em;
    font-size: 2.5em;
}

.register-label {
    font-size: 1.35em;
}

.register-submit {
    padding: 0.75em;
    width: 45%;
    display: flex;
    justify-content: center;
    margin: auto;
}

/* --- ACCOUNT MANAGEMENT */
.manage-container {
    justify-content: center;
    padding: 25px;
}