@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


#login h1 a, .login h1 a {
    background: none;
    height: 65px;
    width: 320px;
    background-size: 320px 65px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}


@font-face {
    font-family: 'blacker_pro_displayextrabold';
    src: url('blacker/Web Fonts/blacker-pro-display-extrabold-webfont.woff2') format('woff2'),
    url('blacker/Web Fonts/blacker-pro-display-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
    color: #2a2a2a;
}

body, h3, h4, h5, h6, p, a {
    font-family: 'Montserrat', sans-serif;
}

.login #login_error, .login .message, .login .success {
    border-left: 4px solid #156BBB;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

body.login {
    background: #E9F6FE;
    background: radial-gradient(circle, #E9F6FE 0%, #dceefa 100%);
}


.login.js #login h1 {
    font-family: 'blacker_pro_displayextrabold', sans-serif !important;
    font-size: 45px;
}

form#loginform, form#lostpasswordform {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #156BBB;
}


input#wp-submit {
    color: #ffffff;
    background: -webkit-linear-gradient(left, #98CDED 0%, #7ebee5 50%, #98CDED 100%);
    background: -o-linear-gradient(left, #98CDED 0%, #7ebee5 50%, #98CDED 100%);
    background: linear-gradient(to right, #98CDED 0%, #98CDED 50%, #156BBB 100%);
    background-size: 200%;
    outline: 0;
    font-weight: 900;
    border-style: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

input#wp-submit:hover {
    color: #fff;
    background-position: right center;
}