.login {
  display: flex;
  justify-content: center;
  align-items: center;
}

#login {
  width: 100%;
  max-width: 380px;
}
.login-message {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 2rem;
}
.login label {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 500px) {
  .login label {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .login-message {
    font-size: 1.25rem;
  }
  #login {
    max-width: 330px;
  }
}

#backtoblog {
  text-align: center;
}

.forgetmenot label {
  font-size: 0.75rem;
  margin-top: 10px;
}

#loginform {
  border: unset;
  background-color: unset;
  background: unset;
  box-shadow: unset;
  padding: unset;
  margin-top: unset;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 40px;
  margin-bottom: unset;
}

.input,
.login input[type="password"],
.login input[type="text"] {
  border-color: rgba(172, 172, 172, 1);
  box-sizing: border-box;
}

.login input[type="password"]::placeholder,
.login input[type="text"]::placeholder {
  color: rgba(166, 166, 166, 1);
  opacity: 1;
  font-size: 1rem;
  padding-left: 10px;
}
.dashicons.dashicons-visibility {
  color: rgba(172, 172, 172, 1);
}
.login #nav {
  margin-top: 16px;
}
#nav a.wp-login-lost-password {
  display: block;
  color: rgba(39, 98, 234, 1);
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.login form .forgetmenot {
  float: unset;
}
.submit {
  display: flex;
  justify-content: center;
}
#wp-submit {
  width: 80%;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
  background-color: rgba(39, 98, 234, 1);
  border-radius: 10px;
  margin-top: 20px;
}
.neurotool-register-below {
  margin-top: 20px;
  color: black;
  font-size: 1.25rem;
  font-weight: 700;
}
.neurotool-register-below a {
  color: rgba(39, 98, 234, 1);
  text-decoration: none;
}
.neurotool-register-below a:hover {
  text-decoration: underline;
}
.login-wrap-of-wrap {
  width: max-content;
}
.login-wrap {
  width: max-content;
  border: 3px solid rgba(201, 221, 253, 1);
  border-radius: 40px;
  padding: 20px 40px;
  background-color: white;
}

@media screen and (max-width: 500px) {
  .login-wrap {
    border-radius: 20px;
    padding: 8px 10px;
  }
}
