p#backtoblog {
    display: none;
}
p#nav {
    display: none;
}
.login form .forgetmenot {
    display: none;
}
body.login {
    background: #d2d2d2;
    color: #1a171b;
    font-family: sans-serif;
}
body.login div#login form#loginform, body.login div#login form#lostpasswordform {
    border-radius: .12rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 0.2rem 1rem 0 rgba(0,0,0,.15);
    background: #ffffff;
    margin-top: 0;
    position: relative !important;
    z-index: 10;
}
body.login div#login form#loginform input, body.login div#login form#lostpasswordform input  {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px dotted rgba(189,189,189,0.95);
}
body.login div#login h1 a {
    display: inline-block;
    background: url(imgs/logo-intranet.png) no-repeat center center transparent;
    min-width: 293px;
    min-height: 80px;
    background-size: contain;
    margin-bottom: 1rem;
    position: relative;
    left: -2px;
}
body.login div#login form#loginform p.submit input#wp-submit, p.galogin a {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 20px;
    height: auto;
    border-radius: .12rem;
    background: #005b94;
    border-color: #005b94;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.20);
    font-weight: 300 !important;
    transition: all .2s ease-in-out;
    text-shadow: none !important;
    text-decoration: none !important;
}
body.login div#login form#loginform p.submit input#wp-submit:hover, body.login div#login form#lostpasswordform p.submit input#wp-submit:hover, p.galogin a:hover {
    background: #80b51b;
    color: #fff !important;
}
.login #login_error {
    background: #f2dede;
    border-left: none;
    position: relative;
    z-index:1 ;
}
.login #login_error a {
    color: #ce4844;
}
.login .message {
    border-left: none;
    background-color: #dff0d8;
}
body.login div#login form#lostpasswordform p.submit input#wp-submit {
    width:100%;
    padding: 1rem 2rem;
    font-size: 1rem;
    height: auto;
    border-radius: .12rem;
    background: #747147;
    border-color: #747147;
    box-shadow: inset 0 1px 0 rgba(205,202,82,.5),0px 2px 2px 0px rgba(0,0,0,0.20);
    font-weight: 300;
    transition: all .2s ease-in-out;
}

.galogin {
    padding: 0 !important;
    height: auto !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    border-radius: .12rem !important;
    display: block !important;
}
.galogin a {
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.galogin-or {
    font-weight: 400 !important;
}
.galogin-or:after {
    content:" si no tiene cuenta de G-Suite";
}