body.login {
    background-color: #de2934;
}

body.login form {
    background-color: #EDEDED;
    box-shadow: none;
    border: 0;
}

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

body.login .forgetmenot {
    margin-bottom: 15px!important;
}

body.login input:not(#rememberme){
    padding: 18px 15px;
    border-radius: 0;
    border: 2px solid #fff;
    margin-bottom: 15px;
    display: block;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: 0.3s ease all;;
}

body.login input:not(#rememberme):focus-visible {
    border: 2px solid #de2934;
}

.user-pass-wrap {
    position: relative;
}

body.login p {
    position: relative;
}

body.login :not(.forgetmenot) label.move {
    opacity: .4;
    font-size: 10px;
    top: 10px;
    padding-left: 15px;
}
    

body.login input#rememberme {
    border-radius: 0;
    border: 1px solid #de2934;
}

body.login input#rememberme:checked {
    background: #de2934;
}

body.login input#rememberme:checked::before {
    mask: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
    content: '';
    background: white;
}

body.login input#rememberme:focus {
    box-shadow: 0 0 0 1px #de2934;
}

body.login p.submit {}
body.login input#wp-submit {
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
    padding: 10px 25px;
    border-width: 2px;
    text-transform:uppercase;
    margin: 5px 0;

    color: #fff;
    background-color: #de2934;
    border-color: #de2934;
    transition: 0.3s ease all;
}

body.login input#wp-submit:hover {
    color: #de2934;
    background-color: #fff;
    border-color: #de2934;
    transition: 0.3s ease all;
}

body.login p#nav,
body.login p#nav a,
body.login p#backtoblog,
body.login p#backtoblog a  {
    color: #fff;
}

body.login p#nav:hover,
body.login p#nav a:hover,
body.login p#backtoblog a:hover {
    color: #000;
}

label[for=user_login], label[for=user_pass]
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    transition: all .1s ease-in-out;
    z-index: 1;
    font-weight: 400;
}

#language-switcher{
    padding: 0;
    overflow: visible;
    background: 0 0;
    border: none;
    box-shadow: none;
    display: inline-block;
    max-width: 400px;
}

#language-switcher select{
    font-size: 14px;
    line-height: 40px;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 40px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fff;
}

#language-switcher input[type="submit"]{
    height: 40px;
    font-family: 'Poppins'!important;
    font-weight: bold!important;
    font-style: normal!important;
    font-size: 12px!important;
    line-height: 20px!important;
    border-radius: 5px!important;
    padding: 10px 25px!important;
    border-width: 2px!important;
    text-transform:uppercase!important;
    margin: 0px 0!important;
    width: auto!important;
    display: inline-block!important;

    color: #fff!important;
    background-color: #5D1717!important;
    border-color: #5D1717!important;
    transition: 0.3s ease all!important;
}

#language-switcher input[type="submit"]:hover{
    color: #5D1717!important;
    background-color: #fff!important;
    border-color: #5D1717!important;
    transition: 0.3s ease all!important;
}