
#btnSignup {
    width: 270px;
    background-color: #0D0D0D;
    border: none;
    outline: none;
    color: #F9ED00;
    font-size: 1.0rem;
    font-weight: normal;
    padding: 14px 0;
    border-radius: 2px;
    text-transform: uppercase;
}

#btnSignup:hover {
    text-decoration: underline;
    text-decoration-color: yellow;
}

.change-password-note {
    width: 50%;
    text-align: left;
    text-decoration: none;
    color: #888;
    font-size: 0.75rem;
}

