/**
 * SignUp style
 */
#api .intro {
    display: none;
}

#api .buttons {
    margin: 0;
}

/* Toggle Password*/
.toggle-password,
.toggle-confirm-password {
    position: absolute;
    margin-top: -40px;
    right: 16px;
}

#g-recaptcha-response-toms {
    display: none;
}

label[for="g-recaptcha-response-toms"] {
    display: none;
}

#g-recaptcha-response-action {
    display: none;
}

label[for="g-recaptcha-response-action"] {
    display: none;
}

#texbox-user-code {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
