body.login {
    position: relative;
    background-image: url(../images/home3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

body.login::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
}

body.login h1 a {
    background: url(../images/logo.png) no-repeat top center;
    /*width: 100%;
    height: 87px;
    background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px*/
    width: 100%;
    height: auto;
    background-size: 100%;
    text-indent: 0;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

body.login h1 a:hover,
body.login h1 a:active,
body.login h1 a:focus {
    color: #fff;
}

.login #backtoblog,
.login #nav {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #fff;
}


.login #nav a,
.login #backtoblog a,
div > a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
}

.login #backtoblog a:hover,
.login #nav a:hover {
    color: #000;
}
.login #backtoblog a:focus,
.login #nav a:focus{
    box-shadow: none
}

body.login form {
    margin-left: 0;
    padding: 20px 20px 10px;
    font-weight: normal;
    background: white;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
}

body.login form .input {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-weight: 200;
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: none;
    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

#login {
    position: relative;
    z-index: 9;
}

#login form p.forgetmenot,
#login form p.submit {
    margin-top: 10px;
}

#login form p .button {
    background: #ec4899;
    text-shadow: none;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
