#content-login-body {
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#login-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#login-form-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

#login-form-checkbox {
    width: 100%;
    margin: 10px;
}

#login-form-links a {
    margin: 0 10px;
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
}