@charset "UTF-8";
#login{
    padding: 0;
}
.login h1 a {
    background-image: url(../images/logo.png);
    background-size: auto 100%;
    background-position: top right 59%;
    height: 100px;
    width: 100%;
    margin-bottom: 0;
}
body{
    background:white;
    display: flex;
    justify-content: center;
}
.login form{
    border:none;
    box-shadow: none;
    margin-top:1em;
}
input{
    border: 3px solid #129cc1 !important;
    border-radius: 1em !important;
    padding: 0 0.5em !important;
}
.user-pass-wrap{
    margin: 1em auto 3em;
}
.forgetmenot{
    float:none !important;
    text-align: center;
}
#wp-submit{
    margin: 1em auto;
    float: none;
    display: block;
    padding: 0 2em !important;
    border-radius: 2em !important;
}
#rememberme{
    width: 1.5em !important;
    height: 1.5em !important;
}
label[for="user_login"], #login p:nth-child(2),
label[for="user_pass"],.language-switcher{
    display: none;
}
::placeholder{
    color: #dddddd;
}
.user-pass-wrap+p{
    text-align: center;
}
.user-pass-wrap+p img{
    height: 2.5em;
}
#login_error{
    border-left: none !important;
    box-shadow: none !important;
    text-align: center;
    color: red;
    border-bottom: 3px solid red;
    font-weight: bold;
}
.login-message{
    margin-top:1em;
}
.login-message a{
    color:#2271b1 !important;
    box-shadow:none !important;
}