/* Theme Login
-------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,500&display=swap');

/*
font-family: "Poppins", sans-serif;
font-weight: 400;
font-weight: 300;
font-weight: 500;
font-weight: 600;

font-weight: 500;
font-style: italic;
*/

body.login {
    margin: 0;
    width: 100%;
    width: calc(100% - 600px);
    position: absolute;
    top: 0px;
    color: #fff;
    background-color: #111111;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
}

body.login::after{
    /* blue background */
    content: "";
    position: absolute;
    height: 100%; 
    bottom: 0;
    right: 0;
    left: 600px;
    width: 100%;
    background-color: #ff542f;
    background-color: #eeeeee;
    z-index: 1;
} 

body.login #login,
body.login .language-switcher { 
    margin: 40px 0 0 100px;
    width: 320px;
}

body.login a {
    background-color: #111111 !important;
    color: #fff !important;
}

body.login h1 {
    height: 26px;
	margin-bottom: 20px;
}

body.login #login-message{
    margin-top: 20px;
    background-color: #eeeeee;
    color: #222;
} 
body.login form {
    margin-top: 0px;
    background-color: #eeeeee;
    color: #222;
}

body.login h1 a {
    background-image: url(logo-login.png);
    background-size: 320px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    height: 32px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto;
    display: block;
    overflow: visible;
}

body.login input#wp-submit {
    background: #111111;
    border-color: #111111;
    border-radius: 0;
}

.login .notice {
	margin-bottom: 0px;
    background-color: #414355;
}

