body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "AzarMehr", serif !important;
  background-color: #F2F6FF;
  position: relative;
  background-image: url("../images/dashboard/login-page-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.login .copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  color: rgba(158, 166, 178, 0.88);
}
.login .copyright a {
  color: rgba(250, 182, 47, 0.89);
  text-decoration: none;
}
.login .copyright a:focus {
  outline: none;
  box-shadow: none;
}
.login .copyright a:hover {
  color: rgb(250, 182, 47);
}

#login {
  min-width: 400px;
  margin: 0;
}
#login #nav {
  display: flex;
  justify-content: center;
}
#login #nav a {
  color: rgba(96, 104, 115, 0.88);
  transition: all 0.2s;
}
#login #nav a:hover {
  color: rgb(90, 144, 229);
}
#login #backtoblog {
  display: flex;
  justify-content: center;
}
#login #backtoblog a {
  color: rgba(96, 104, 115, 0.88);
  transition: all 0.2s;
}
#login #backtoblog a:hover {
  color: rgb(90, 144, 229);
}
#login #loginform {
  box-shadow: 0px 10px 55px -14px rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
}

#wpml-login-ls-form > select {
  flex: 1.5;
}

#wpml-login-ls-form > input {
  flex: 0.7;
}

#wpml-login-ls-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#wpml-login-ls-form label {
  margin-bottom: 0;
}
#wpml-login-ls-form span {
  color: rgba(158, 166, 178, 0.88);
}
#wpml-login-ls-form select {
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
#wpml-login-ls-form select:focus {
  border-color: #d8e4ff;
  box-shadow: 0 0 0 1px #d8e4ff;
  outline: 2px solid transparent;
}
#wpml-login-ls-form input {
  width: 100%;
  background-color: rgba(38, 127, 255, 0.32);
  min-height: 100%;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s;
  color: white;
  border: none;
}
#wpml-login-ls-form input:hover {
  background-color: rgb(38, 127, 255);
}

.wpml-login-ls {
  width: 370px;
}

@media (max-width: 460px) {
  #login {
    min-width: 300px;
  }
  .wpml-login-ls {
    width: 270px;
  }
}
.login #loginform {
  border: none;
}
.login #loginform label {
  margin-bottom: 1rem;
  font-weight: 500;
  color: rgba(96, 104, 115, 0.88);
}
.login #loginform .input {
  border: none;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.2);
}
.login #loginform .input:focus {
  border-color: #d8e4ff;
  box-shadow: 0 0 0 1px #d8e4ff;
  outline: 2px solid transparent;
}
.login #loginform .submit {
  width: 100%;
}
.login #loginform .submit input {
  width: 100%;
  background-color: rgba(38, 127, 255, 0.84);
  min-height: 2.5rem !important;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s;
  margin-top: 1rem;
}
.login #loginform .submit input:hover {
  background-color: rgb(38, 127, 255);
}/*# sourceMappingURL=login-style.css.map */