#loginform {
    background: none repeat scroll 0% 0% transparent;
    box-shadow: none;
    margin-top: 0px;
    padding: 14px 24px 16px;
    border: none;
}

.login h1 a {
    width: 270px;
    margin-bottom: 18px;
    height: 118px;
    background-size: contain;
}

#login {
    width: 320px;
    margin: auto;
    background: none repeat scroll 0% 0% rgb(255 255 255);
    padding: 2% 1%;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 52%);
    box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 52%);
}


body.login {
    /* padding: 2% 0 2%; */
    /* overflow: hidden; */
    display: flex;
}

body .language-switcher{display:none;}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    width: 100%;
    height: 38px;
    background: none repeat scroll 0% 0% #00A351;
    box-shadow: none;
    border-width: medium medium 0px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #23ABA3;
	
    border-color: #00A351;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 13px;
}

.wp-core-ui .button-primary {
  border-color: #23ABA3;
  border-width: medium medium 0px;
}

.wp-core-ui .button-primary:hover {
  border-color: #23ABA3;
  border-width: medium medium 4px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large:hover {
    background: none repeat scroll 0% 0% #32BDB5;
    border-radius: 3px;
}


.login form .forgetmenot {
	display: none;
}