/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020-01-06, 19:32:26
    Author     : rask
*/

.login{
    background: url(images/bg.jpg) no-repeat center;
    background-size: cover;
}

.login #nav{
    margin: 0;
    background: #fff;
    padding-bottom: 20px;
}
.login #nav a{
    color: #000 !important;
}

#login h1{
    display: none;
}

#loginform{
    border: none;
    box-shadow: none;
    padding-bottom: 20px;
}

.login-site-name{
    color: #fff;
    text-align: center;
    top: 90px;
    position: relative;
}
.login-site-name h1{
    font-size: 45px;
}
.login-site-name h2{
    color: #5E83CC;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.login label, .login .forgetmenot label, .login .pw-weak label{
    color: #B5B5B5;
    font-size: 15px;
}
.login form .input, .login form input[type="checkbox"], .login input[type="text"]{
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fbfbfb;    
}

.login .button.button-large{

    border-radius: 5px;
    background: #19479a;
    border: 1px solid #093182;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
}
.login .forgetmenot{
    margin-top: 12px;
}

.login #backtoblog{
    text-align: center;
}

.login #backtoblog a, .login #nav a{
    color: #88F6DE;
}
.login-site-author{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
    .login-site-name{
        top: 15px;
    }
}