.login h1 {
    display: none;
}

input[type="checkbox"]:checked:before {
    color: white;
}

.login input[type=text],
.login input[type=email] {
    font-size: 16px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
    line-height: 25px;
}

.forgetmenot label {
    color: black !important;
}

.login #nav {
    text-align: center;
    font-size: 17px;
}