@import url("../fonts/fonts.css");

* {
    outline:0 !important;
    box-shadow:none !important;
}

body.login {
    background:#120F0F ;
    font-family: 'Borna'
}

#login h1 a, .login h1 a {
    background-image: url(../img/flogo.png) !important;
    background-repeat: no-repeat;
    padding-bottom: 0;
    height: 36px;
    margin: 0 auto 40px;
    background-size: contain;
    width: auto;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 0 0 50px;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    border: none;
}

.login-copyright {
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 199px;
    height: 55px;
    font-size: 0px;
    background-size: contain;
    opacity: 0.1;
}

#login {
    width: 435px;
}

.login form .input, .login input[type=text] {
    background: transparent !important;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    height: 60px;
    margin-bottom: 15px;
    padding: 0 20px;
    color: #F4F3F2;
    font-size: 15px;
}

.login label {
    font-size: 16px;
    color: #F4F3F2;
    line-height: 23px;
    display: block;
}

.login .submit input {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #F4F3F2;
    text-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    width: 175px;
    padding: 0 20px;
    height: 40px;
    min-height: 45px;
    margin-top: 5px;
    border-radius: 0px;
    background: #F4F3F2 !important;
    color: #101d4a;
    font-weight: bold;
}

body.login .button.wp-hide-pw {
    height: 56px;
    color: #F4F3F2;
}

body.login form .forgetmenot {
    display: flex;
    align-items: center;
    position: relative;
    top: 10px;
}

.login .submit input:hover {
    background: #F4F3F2 !important;
    color: #101d4a;
}

.login input[type=checkbox] {
    background: transparent;
	border: 1px solid #ddd;
    margin-right: 9px;
}

.login #nav {
    margin: -26px 0 0;
    display: table;
    float: right;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #cecece;
    background: transparent;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 9px;
    left: 9px;
    font-size: 17px;
    line-height: 0.8;
    color: #F4F3F2;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 700;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:checked + label:before {
    border: 2px solid #F4F3F2 !important;
}

label:hover:before {
    border: 2px solid #F4F3F2 !important;
}
.login #backtoblog a:focus,
.login #nav a:focus,
.login #backtoblog a,
.login #nav a {
    color: #F4F3F2
}
.login *{
    color: #F4F3F2
}
.login #backtoblog a:hover,
.login #nav a:hover {
    color: #F4F3F2
}

.login #backtoblog, .login #nav {
    padding: 0 !important;
    font-size: 14px;
}

.login #backtoblog {
    margin-top: -27px;
}

.login #login_error {
    border: none;
    margin: 25px 0px 0px;
    background: transparent;
    color: #F4F3F2;
    text-align: center;
    border: 2px solid #eee;
    font-size: 14px;
}

.login .success a,
.login .message a,
.login #login_error a {
    color: #1d243f;
}

.login .message {
    border: none;
    margin: 25px 0px 0px;
    background: transparent;
    color: #F4F3F2;
    text-align: center;
    border: 2px solid #eee;
    font-size: 14px;
    padding: 8px 20px;
}

.login .success {
    border: none;
    margin: 25px 26px -20px;
    text-align: center;
    background: transparent;
    color: #F4F3F2;
    text-align: center;
    border: 2px solid #eee;
    font-size: 14px;
    padding: 8px 20px;
}