/* Hide "I have a password" line */
input[type="checkbox"] {
    display: none !important;
}
input[type="checkbox"] + span,
input[type="checkbox"] + label {
    display: none !important;
}
