#loginform {
    display: none;
}

#nav {
    display: none !important;
}

#login {
    width: 350px !important;
}

label[for="user_login"] {
    display: none;
    font-weight: bold !important;
}

label[for="user_pass"] {
    font-weight: bold !important;
}

.user-pass-wrap:not(.show) {
    display: none;
}

#user_login {
    border-color: #5c001f !important;
    box-shadow: 0 0 0 1px #5c001f !important;
}

#user_pass {
    border-color: #5c001f !important;
    box-shadow: 0 0 0 1px #5c001f !important;
    padding-right: 5px !important;
}

.forgetmenot {
    display: none !important;
}

#wp-submit {
    width: 100% !important;
    background-color: #5c001f !important;
    border-color: #5c001f !important;
    color: white !important;
    font-weight: bold !important;
}

#nexus-message {
    display: inline-block !important;
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    width: 100% !important;
}

#nexus-wrong,
#nexus-timer {
    text-align: center !important;
}

.wp-hide-pw {
    display: none !important;
}