html body.login {
    background-image: none!important;
    background-color: #e1e2e2!important;
}

#login {
    padding: 160px 0 0;
}

.login h1 {
    display: none;
}

.login .forgetmenot {
    display: none;
}

p#backtoblog {
  display: none;
}

.mmi_custom_login_welcome_message {
    color: #666;
    font-size: 1.2em;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.mmi_custom_login_non_merlin_message {
    color: #666;
    font-size: 1em;
    text-align: center;
    margin: 20px 0;
}

.merlinLoginButton {
    outline: 0;
}

.merlinLoginButton:focus {
    outline: 0;
}

.login #nav {
    text-align: center;
}

a, a:active, a:hover, a:focus {
    outline: 0;
    color: #fff;
    box-shadow: none;
}

input::-moz-focus-inner { 
  border: 0; 
}

.mmiCustomLoginBackground {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}

.login form {
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow:    inset 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow:         inset 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.login #wp-submit {
    background-color: #DB9530;
    border-color: #C4551F;
}

.wp-core-ui .button, .wp-core-ui .button-secondary,
.wp-core-ui .button-primary {
    box-shadow: none;
}

.login #nav a {
    color: #F57B23;
}

.login #nav a:hover {
    color: #B3020C;
}

.login .message {
    border-left: none;
    padding: 10px 20px;
}

.login input[type="text"],
.login input[type="password"] {  
    color: #333;   
    font-size: 1em;
    padding: 7px;
}

.mmi_custom_login_form_wrapper  {
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
}

.mmi_custom_login_form_wrapper.formOpen {
    max-height: 400px;
}

.login .mmi_custom_login_form_toggle {
    text-align: center;
    cursor: pointer;
}

.login-action-lostpassword .mmi_custom_login_form_wrapper,
.login-action-register .mmi_custom_login_form_wrapper {
    max-height: none;
}

.login-action-lostpassword .mmi_custom_login_form_toggle,
.login-action-lostpassword .mmi_custom_login_non_merlin_message,
.login-action-register .mmi_custom_login_form_toggle,
.login-action-register .mmi_custom_login_non_merlin_message
{
    display: none;
}

.message.register {
    margin-top: 20px;
}

#login_error {
    margin-top: 30px;
}

