a.re-send {
    text-decoration: underline;
    color: #00f;
    cursor: pointer;
}
a.re-send:hover {
    opacity: 0.8;
}
a.re-send.disabled {
    cursor: not-allowed;
}
.re-send-register-form {
    display: none;
}
