.page-headline {
    display: flex;
    justify-content: center;
}

.page-headline a {
    font-size: 6rem;
    text-decoration: none;
    color: #020005;
}

.register-form {
    padding: 5% 0;
}

.password {
    margin-top: 20px;
}

.already-registered, .forgot-password {
    color: #210a59;
    font-size: 14px;
    margin-top: 10px;
}

.register-button, .login-button, .password-reset-button {
    border: none;
    background-color: #2d048f;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
}

.login-button {
    float: right;
}

.register-button:hover, .login-button:hover {
    background-color: #3c00e3;
}

.forgot-password-text {
    margin-bottom: 30px;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

.verification-message {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.resend-logout {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.resend-logout button {
    border: none;
    background-color: #2d048f;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
}

.resend-logout button:hover {
    background-color: #3c00e3;
}

.resend-verification-status-message {
    margin: 25px 0;
}

.registration-email-instruction {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #4c4f48;
    margin-top: 3px;
}
