/*!
Theme Name: absortech
Theme URI: https://absortech.com
Author: hstd
Author URI: https://hstd.se/
Description: Absortech
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: absortech
Tags: absortech
*/

body.login {
    color: #656565;
    font-family: 'BrandonGrotesque-Light', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.login a:hover {
    opacity: 0.7;
}
body.login a:focus, body.login a:active, body.login a:visited, body.login img {
    outline: none;
    border: none;
    box-shadow: none;
}

body #login {
    position: relative;
}
body.login div#login {
    max-width: 430px;
    width: 100%;
}

body.login .cookie {
    color: #656565;
    padding: 10px;
    margin: 10px 0 25px 0;
    font-size: 18px;
}

body .login h1, body #login h1 {
    background-color: #FFF;
    padding-top: 40px;
    border-radius: 2px 2px 0 0;
}
#login h1 a, .login h1 a {
    margin-bottom: 0;
    padding-bottom: 35px;
}

body.login #login_error, body.login .message, body.login .success {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    padding: 10px 35px;
    border: none !important;
    font-size: 18px !important;
}
body.login #login_error strong {
    color: #d74646;
}

body.login form {
    box-shadow: none;
    padding: 5px 35px 110px 35px;
    margin-top: 0;
    position: relative !important;
    border-radius: 0 0 2px 2px;
    border: none;
}
body.login label {
    color: #656565 !important;
    font-size: 18px;
}

body.login form .input, .login input[type=text] {
    color: #656565;
    border: 1px solid #d7d7d7;
    padding: 3px 5px;
    height: 61px;
    width: 100%;
    font-size: 20px;
    box-shadow: none;
    background: #FFF;
}

input[type="checkbox"], input[type="radio"] {
    border-radius: 3px;
}
body.login form .forgetmenot label {
    font-size: 18px;
}

body #login form p.submit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body.login div#login form#loginform p.submit input#wp-submit {
    /* Primary colour */
    background: #00406B !important;
    color: #FFF;
    border: none;
    border-radius: 2px;
    padding: 12px 30px;
    font-size: 24px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 79px;
    text-shadow: none;
    box-shadow: none;
}

body.login div#login form#lostpasswordform p.submit input#wp-submit {
    /* Primary colour */
    background: #00406B !important;
    color: #FFF;
    border: none;
    border-radius: 2px;
    padding: 12px 30px;
    font-size: 24px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 79px;
    text-shadow: none;
    box-shadow: none;
}

body.login div#login form#loginform p.submit input#wp-submit:hover, body.login div#login form#lostpasswordform p.submit input#wp-submit:hover {
    opacity: 0.8;
}

body.login #nav {
    text-align: center;
}
body.login #nav a {
    /* Primary colour */
    color: #00406B !important;
    font-size: 18px;
}
body.login #nav a:hover {
    /* Primary colour */
    color: #00406B !important;
    opacity: 0.8;
}

body.login p#backtoblog {
  display: none;
}

.login-footer {
    margin: 0 auto 30px auto;
    text-align: center;
}
.login-footer img {
    width: 65px;
    vertical-align: middle;
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {
    body.login {
        padding: 0 10px;
    }
    body.login form {
        padding: 26px 20px 110px 20px;
    }
    body.login form .forgetmenot {
        clear: both;
        float: none;
    }
    body.login .button-primary {
        float: none;
    }
    body.login div#login form#loginform p.submit input#wp-submit {
        max-width: 100%;
        margin-top: 30px;
    }
}

@font-face {
  font-family: 'BrandonGrotesque-Light';
  src:  url('fonts/light-font.woff2') format('woff2'),
        url('fonts/light-font.woff') format('woff');
  font-display: swap;
}