
body.login {
    background: #f6d1b2;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
body #login {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  color: #495056;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#login .inner {
  background: #fff;
  padding: 20px;
  margin: 20px;
  max-width: 582px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  box-shadow: 0px 11px 17px 0px rgba(2, 6, 19, 0.07);
}
.login label {
  color: #005270;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
body.login h1 {
  display: none !important;
}
body.login form {
  padding: 25px;
  padding-bottom: 1rem;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
}
body.login #backtoblog a,
body.login #nav a {
  color: #005270;
}
body.login #backtoblog a:hover,
body.login #nav a:hover {
  color: #f7942f;
  text-decoration: underline;
}
body.login form .input,
body.login input[type="text"] {
  background: #fff;
  padding: 5px 15px;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  font-family: inherit;
  border-radius: 4px;
  border: 1px solid #e4eaec;
  color: #005270;
  min-height: 50px;
}
body.login input[type="password"] {
  color: #005270;
}
body.login .button-primary {
  float: right;
  background: #46b5e3;
  color: #fff !important;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 41px !important;
  height: initial !important;
  border-radius: 0;
  transition: all 0.3s ease;
}
body.login .button-primary:hover {
  background: #262a35;
  color: #fff;
  opacity: 0.8;
}
#loginform div.g-recaptcha {
  margin-left: 0 !important;
}
body.login form .forgetmenot {
  margin-top: 20px;
  display: inline-flex;
}
body.login form .forgetmenot label {
  display: inline-block;
}
.forgetmenot input[type="checkbox"] {
  margin: 3px 10px 0 0;
}

.login #login_error,
.login .message,
.login .success {
  /* border-left: 4px solid #00a0d2; */
  margin-bottom: 0px !important;
  margin-top: 23px;
  margin-left: 25px;
}
.login #nav {
  color: #005270;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: right;
  text-decoration: underline;
}

.custom-login-message {
  line-height: 1;
  background: #ffffff;
  padding: 0 25px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.custom-login-message .img-con {
  display: inline-block;
}
.custom-login-message .img-con img {
  max-height: 58px;
  max-width: 189px;
}

.custom-login-message .t1 {
  font-size: 12px;
}
.custom-login-message .t2 {
  font-size: 39px;
  font-weight: bold;
}

.login-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("multicultura-login-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800px;
}

p#backtoblog {
  display: none;
}
.login input#wp-submit {
  background: #f7942f;
  border-color: initial;
  border-radius: 50px;
  font-size: 16px;
  max-height: 50px;
  line-height: 1.75;
}
/*.login input#wp-submit:hover {
  border-color: #005270;
}*/
.login input#rememberme {
  border: 2px solid #135e96;
  max-width: 20px;
  max-height: 20px;
}
#login_error {
  color: #F7942F;
  border-left-color: #F7942F !important;
  font-size: 16px;
}
#login_error a {
  color: #005270;
}
.login .button.wp-hide-pw {
  min-height: 50px;
}

.separator {
  background: #e9ecef;
  height: 1px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  body #login {
    width: 85%;
  }
  .login #nav {
    text-align: center;
  }
}
/*.login .inner {
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/
#login ::-webkit-input-placeholder {
  opacity: 0.2;
  color: inherit;
}
#login :-moz-placeholder {
  opacity: 0.2;
  color: inherit;
}
#login ::-moz-placeholder {
  opacity: 0.2;
  color: inherit;
}
#login :-ms-input-placeholder {
  opacity: 0.2;
  color: inherit;
}
