html{
	font-size: 62.5%;
}

body{
    background-color: #cecece;
    display: flex;
    justify-content: center;
}
.login h1 a {
    background-image: url('/wp-content/uploads/2021/10/limnios-1.png');
    background-size:cover!important;
    width:100%!important;
    height: 5em;
  }

  .login form {
    box-shadow:none;
    padding:2rem;
    border:0rem;
  }

  #login {
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:2rem;
    width: 35rem;
  }

  .login label {
    color: #27156e;
    font-size: 1.4rem;
  }

  .login input:focus{
    border-color: #27156e;
    box-shadow: 0 0 0 1px #27156e;
    outline: 2px solid transparent;
  }

  .login form .forgetmenot{
    float:none;
  }
  
  #login form p.submit{
    margin-top:1.5rem;
  }

  .login.wp-core-ui .button-primary {
    background: #27156e;
    border-color:#27156e;
    color: #FFF;
    text-shadow: none;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    padding: .7rem;
    height: auto;
    font-size: 1.5rem;
  }

  .login.wp-core-ui .button-primary:hover {
    background: #27156e;
    border:.1rem solid #27156e;
  }
  
.login #login_error, 
.login .message, 
.login .success {
  border-left: .4rem solid #27156e;
}

.wp-core-ui .button-primary.focus, 
.wp-core-ui .button-primary:focus {
  box-shadow: 0 0 0 .1rem #fff,0 0 0 .3rem #27156e;
}