@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);

body.login {
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    height: 100%;
}

#login h1 a, .login h1 a {
    background-image: url(../img/bgi/zabola-estate-logo-sbs-red.svg);
    background-size: 80% !important;
    width: 100%;
    margin-bottom: 0px;
    background-position: center;
    outline: none;
}

.login h1 a:focus, .login h1 a:active {
    border: 0px;
    outline: none;
    box-shadow: none;
}

.login #backtoblog a, .login #nav a {
    color: #5C5D6A;
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login #backtoblog a:hover, .login #nav a:hover {
    color: #5C5D6A;
    text-decoration: underline;
}

.login #backtoblog a:focus, .login #nav a:focus, .login h1 a:focus {
    color: #333545;
    outline: none;
    border: 0;
}

.login form {
    background: #fff;
    margin-top: 0px;
    border-color:  #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login form div {
    color: #333545;
    font-weight: 400;
}

.login form div input {
    background: transparent;
    outline: none;
    border: 1px solid #ddd;
    color: #333545;
}

.login form div strong {
    font-weight: 400;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: transparent;
    outline: none;
    border: 1px solid #ddd;
    color: #333545;
}

.login input[type=text]:focus,
.login input[type=password]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login input[type=text],
.login input[type=password] {
    height: 40px;
    padding: 0px 10px;
    font-size: 12px; 
}

.login form .input:focus, .login form input[type=checkbox]:focus, .login input[type=text]:focus {
    border: 1px solid #333545;
}

.login label {
    color: #666;
}

input[type=checkbox]:checked:before {
    color: #00D7E5;
}

.wp-core-ui .button-primary {
    background: #000;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    border-radius: 0;
    height: 40px !important;
    line-height: 40px !important;
    width: 100%;
    margin-top: 15px;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:active {
    opacity: 0.8;
    background: #000;
    box-shadow: none !important;
}

.login #login_error, .login .message {
    border: 0px;
    margin-left: 0;
    margin-bottom: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.login .message {
    color:  #EE1060;
}

.login #login_error, .login #login_error a {
    color: #EE1060;
}