body{
    background: #009063;
}
.login h1 a{
    background: url(../images/nss-logo.png) no-repeat center center / cover;
    height: 150px;
    width: 200px;
}
.login #backtoblog, .login #nav {
    display: inline-block;
    font-size: 13px;
    padding: 0;
    width: 45%;
    float: left;
}
.login #nav{
    margin-top: 16px !important;
}
.login #backtoblog{
    float: right;
    text-align: right;
}
.login form{
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.wp-core-ui .button-primary{
    background: #0c5381;
    color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.wp-core-ui .button-primary:focus{
    border-color: #0c5381;
    box-shadow: 0 0 2px rgba(12, 83, 129, 1);
    background: #0c5381;
}
.wp-core-ui .button-primary:hover{
    background: #22313F;
    box-shadow: none;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #ffffff!important;
}
a{

    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
a:hover{
    color: #0c5381 !important;
}
input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
    border-color: #0c5381;
    box-shadow: 0 0 2px rgba(12, 83, 129, 1);
}