.login {
    background: url('https://cdn.1min30.com/wp-content/uploads/2016/06/Backgroung.jpg');
    background-size: cover;
    height: 100%;

}

.login:after {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.63);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#login {
    position: relative;
    z-index: 10;
    padding: 25px 0 0;
    padding-bottom: 25px;
    top: calc(50% - 250px);
}

#login h1 a,
.login h1 a {
    background-image: url('https://cdn.1min30.com/wp-content/uploads/2016/02/logo.png');
    padding-bottom: 30px;
    height: 100px;
    width: auto;
    background-size: initial;
    -webkit-background-size: initial;
    -o-background-size: initial;
}

form#loginform p.galogin {
    background-color: #5B527F;
    border-color: #5B527F;
    box-shadow: 0 1px 0 rgba(148, 120, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    height: 38px;
    font-size: 18px;
    padding-top: 13px;
}

.wp-core-ui .button-primary {
    background: #5B527F;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

#backtoblog {
    display: none;
}

#nav {
    text-align: center;
    padding: 10px !important;
    border-radius: 0px;
    background: #5B527F;
}

.login #backtoblog a,
.login #nav a {
    color: white;
    font-size: 15px;
}

.login form {
    margin-top: 52px;
    padding: 0px; 
    background: transparent; 
}


form#loginform p.galogin a {
    text-decoration: none;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    color: #E1E1E1;
}

.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: #484261 !important;
    border-color: #5b527f !important;
    color: #FFFFFF !important;
}

.login #login_error {
    color: white;
    background-color: #D82D4C;
    border-left: none;
    text-align: center;
    font-weight: bold;
}

.info {
    color: white;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #23282D;
    font-weight: bold;
    -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.24);

}

.info.account {
    margin-bottom:15px;
    background: #5b527f;
}

.info a {
    text-decoration: none;
    color: white;
    border-radius: 3px;
    background: transparent;
    padding: 4px;

        -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.info a:hover {
    background:rgba(255,255,255,0.3);
        padding-left:7px;
    padding-right: 7px;
}



.message {
    display: none;
}

