.test-yellow {
    color: yellow;
}

.custom-message1 {
    margin-bottom: 0px; 
    margin-top: 10px;
    white-space: pre-wrap;
}
.custom-message2 {
    padding-bottom: 30px;
    white-space: pre-wrap;
}

.error-paragraph {
    color:red;
    font-size:16px;
}

.invitation-expired-info {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; 
}

.submit-button {
    margin-top:5px;
    border: 1px solid rgba(0,0,0,0.1);
}

#checkLoginButton, #checkEmailButton {
    margin-top:5px;
    border: 1px solid rgba(0,0,0,0.1);
}

.start-over {
    display: none; 
    text-align: center; 
    text-decoration: underline;
}

.registerLink {
    display: none; 
    text-decoration: underline;
}

.password-help {
    margin-bottom: 15px;
    display: none;
}