@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 400;
}
body {
    font-family: "Nunito", sans-serif;
}
#login {
    width: 600px;
}
body.login {
    background-color: #f5f5f9;
}
#wp-auth-check-wrap #wp-auth-check {
    background-color: #f5f5f9 !important;
}
.login h1 a {
    background-image: url("../img/logo_stroy.png");
    width: 219px;
    height: 42px;
    background-size: contain;
}
.login h1 a:focus {
    box-shadow: unset;
}
.login .button.wp-hide-pw:focus {
    box-shadow: unset;
    border: unset;
}
.login label {
    font-size: 15px;
    margin-bottom: 8px;
}
.login .message, .login .notice, .login .success {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.1215686275);
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.1215686275);
    background-color: #fff;
    color: #566a7f;
    font-weight: 300;
    border-left: none;
}
.login form {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.1215686275);
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.1215686275);
    background-color: #fff;
    color: #566a7f;
    font-weight: 300;
    border: none;
}
#loginform .submit {
    display: flex;
    justify-content: end;
}
#loginform .submit .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    text-wrap: nowrap;
    min-width: 100%;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #696cff;
    background-color: #696cff;
    padding: 0 255px;
}
#loginform .submit .button:hover {
    background-color: #5f61e6;
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
}
.language-switcher .button {
    color: #fff;
    font-size: 15px;
    text-wrap: nowrap;
    min-width: 130px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #696cff;
    background-color: #696cff;
}
.language-switcher select {
    font-size: 15px;
    text-wrap: nowrap;
    min-width: 130px;
    height: 44px;
    border-radius: 6px;
}
input[type=checkbox]:checked::before {
    content: '';
    background-image: url(../img/checkbox-icon.svg);
    height: 24px;
    width: 24px;
    margin: 0;
}
input[type=checkbox] {
    border: none;
    height: 24px;
    width: 24px;
    margin: 0;
    background-image: url(../img/checkbox-empty-icon.svg) !important;
    box-shadow: unset;
}
input[type=checkbox]:focus {
    border-color: unset;
    box-shadow: unset;
}
#loginform p.submit {
    width: 100%;
}
#loginform .input:focus {
    border: 1px solid #696cff !important;
    box-shadow: unset;
}
#loginform .input {
    border: 1px solid #d9dee3;
    font-family: "Nunito", sans-serif;
}
.forgetmenot label {
    top: 3px;
    position: relative;
}
#loginform .forgetmenot {
    margin-bottom: 5px;
}
.language-switcher .dashicons {
    font-size: 25px;
}
#loginform .user-pass-wrap .dashicons-visibility:before, .dashicons-hidden:before {
    color: #696cff;
}
.language-switcher #language-switcher-locales:focus {
    border: 1px solid #696cff !important;
    box-shadow: unset;
}
.login .language-switcher .button:hover {
    background-color: #5f61e6;
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
    color: #fff;
    border: unset;
}
.interim-login input[type=checkbox] {
    height: 24px !important;
    width: 24px !important;
}
.interim-login input[type=checkbox]:checked:before {
    height: 24px !important;
    width: 24px !important;
    margin: 0 !important;
}
@media only screen and (max-width: 640px) {
    #login {
        width: 320px;
    }
    #loginform .submit .button {
        padding: 0 115px;
    }
}