body {
    background: linear-gradient(-45deg, #eee 0%, #fcfcfc 100%);
    min-width: 0;
    color: #444;
    font-size: 13px;
    line-height: 1.4em;
    background-size: cover;
}
.login #login {
     padding: 6% 0 0;
}
.login h1 a {
    background-image: url(images/SAMK-logo.png);
    -webkit-background-size: 50%;
    background-size: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #555;
    height: auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: auto;
    outline: 0;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
    height:80px;
}
.login .button-primary {
    float: none;
    width: 100%;
    height: 45px !important;
    margin-top: 1.3em;
    background: #00a5cd !important;
    border: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 39px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #111;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    border-radius: 4px;
}

#backtoblog {
    display:none;
}
.login label {
    color: #555;
    display: block;
}
.login form .input, .login input[type="text"] {
   margin: 8px 6px 16px 0;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #00a5cd;
}
p#nav {
    display: none;
    visibility: hidden;
}