body.login {
  background-color: #f5f5f5 !important;
    /** 
    background: url('/wp-content/plugins/brn-suite/inc/img/brn-bg2.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: top; 
    **/
}


#login:before {
    content:'';
    display: block;
    height: 3px;
    width: 100%;
    background: ;
}


.login h1 a {
    background-image: url('/wp-content/plugins/brn-suite/inc/img/medialifeline_blue_logo_notext.png');
    background-repeat: none;
    background-position: bottom;
    -webkit-background-size: 300px !important;
    background-size: 300px !important;    
    height: 110px !important;
    width:100%;
}

.login label {
  font-size: 13px;
  color: #555555;
}

.login input[type="text"],
.login input[type="password"]{
    height: 46px;
    width:100%;
    font-size: 13px;
    background-color: #f5f5f5;
    border:none !important;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-left: 15px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(194,194,194,0.69);
    -moz-box-shadow: 0px 2px 2px 0px rgba(194,194,194,0.69);
    box-shadow: 0px 2px 2px 0px rgba(194,194,194,0.69);
}

.login .button-primary {
  width: 58%;
  height: 42px !important;
    font-size: 16px !important;
  background-color:#46ce90 !important;
  color: #ffffff;
  -webkit-border-radius: 6px;
    float: none;
    margin:auto 0;
    -webkit-box-shadow: 0px 3px 1px 1px rgba(0,126,69,0.69);
    -moz-box-shadow: 0px 3px 1px 1px rgba(0,126,69,0.69);
    box-shadow: 0px 3px 1px 1px rgba(0,126,69,0.69);
}

.login label {
    font-size: 0;
    color: #ffffff;
}

.login form {
    text-align:center;
    margin-top: 0px;
    margin-left: 0;    
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
}


p.submit {
    text-align: center;
    padding-top: 35px !important;
}


.forgetmenot {
    display: none;
}

.login .button-primary:hover {
  background-color:#3bb47d !important;
  color: #fff;
    cursor: pointer;
}

.wp-core-ui .button-primary {
    background: #46ce90;
    margin-top: 15px;
    border-color: rgba(255, 255, 255, 0) !important;
    color: #fff;
    text-decoration: none;
    text-shadow: none;

}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #3bb47d;
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.login .button-primary:active {
  background-color:#46ce90 !important;
  color: #fff;
}

p#nav {
  position: relative;
    top: -150px;
    font-size: 11px !important;
    left: 50%;
    display:inline-block;
    margin-left:-75px !important;

}

p#backtoblog {
    display: none;
}

.login form {
    margin-top: 0px;
    margin-left: 0;    
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
}

#login {
    max-width:450px; 
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
    position: relative;
    top: 175px;
    -webkit-box-shadow: 0px 0px 65px 0px rgba(246,163,63, 0.35);
    -moz-box-shadow: 0px 0px 65px 0px rgba(246,163,63, 0.35);
    box-shadow: 0px 0px 65px 0px rgba(246,163,63, 0.35);
}




.g-recaptcha {
    padding: 0 0 15px;
}


.login #login_error, .login .message {
    border-left: 4px solid #355ebb;
    padding: 12px;
    margin-left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}