body {
    background: #eaeaea;
    color: #081a2b;
    font-size: 14px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.language-switcher,
#nav {
    display: none;
}

.login h1 a {
    display: none;
}

.login h1:after {
    background-image: none,url(../images/logo.svg);
  background-size: 84px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #3c434a;
  height: 84px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 84px;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
  content: "";
}

#login {
    width: 360px;
    padding: 0 0;
    margin: auto;
    
}


.login form {
    margin-top: 0px;
  margin-left: 0;
  padding: 30px 30px 30px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 10px;
}

#wp-submit {
    border: none;
  background: #011C31;
}
