body.login {
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

.login h1 a {
    background-image: url(../images/logo.png);
    background-size: 100%;
    background-position: center;
    width: 320px;
    padding-bottom: 42px;
    height: 83px;
    margin-bottom: 10px;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    /* background: #fff; */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.75);
    border: solid 4px rgba(94,173,224,.40);
}


.login .button-primary {
    width: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #4e90bb;
    border: solid 1px #5eade0;
    box-shadow: none;
}

.login .button-primary:hover {
    float: right;
    width: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3d80aa;
    border: solid 1px #5eade0;
    box-shadow: none;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fbfbfb;
    background-color: #fff;
    border: solid 1px #5eade0;
}


.login label {
    font-size: 14px;
    color: #427a9f;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #427a9f;
}