/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/authentication-frontend/authentication-frontend-form/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.ce-loginform {
  width: 48rem;
  max-width: 100%;
  padding: 1.6rem 3.2rem;
}
.ce-loginform .links {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.ce-loginform .links a {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.ce-loginform input[type=submit] {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  text-align: center;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 1.4rem 2rem;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  line-height: 1;
  cursor: pointer;
}
.ce-loginform input[type=submit]:hover {
  text-decoration: none;
}
.ce-loginform input[type=submit] {
  background-color: #005ee0;
  color: #ffffff;
}
.ce-loginform input[type=submit]:hover, .ce-loginform input[type=submit]:focus {
  background-color: #004bb2;
}
.ce-loginform input[type=submit] {
  width: 100%;
  margin-top: 3rem;
}
.ce-loginform .ce-loginform-title {
  text-align: center;
  font-size: 3rem;
}
.ce-loginform .logged-in-message {
  text-align: center;
}

#loginform .error.error-general {
  font-size: 14px;
  color: #f52520;
}
#loginform .login-username label,
#loginform .login-password label {
  font-size: 16px;
  font-weight: 400;
  color: #32589A;
}
#loginform .login-username input,
#loginform .login-password input {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid #32589A;
  line-height: 2rem;
  padding: 1.4rem 1.2rem;
  max-width: 100%;
}
#loginform .login-username .error,
#loginform .login-password .error {
  color: #f52520;
  line-height: 1.2em;
  font-size: 12px;
  margin-top: -0.5em;
}
#loginform .login-username.has-error input,
#loginform .login-password.has-error input {
  border-color: #f52520;
  outline-color: #c71e1a;
}
#loginform .login-remember {
  font-size: var(--wp--preset--font-size--copy);
}
#loginform .login-remember input {
  margin-right: 0.8rem;
}
#loginform .login-remember label {
  color: #32589A;
}
#loginform .login-submit {
  display: none;
}
#loginform.is-submitting:after {
  content: "";
}
#loginform.is-submitting * {
  pointer-events: none;
  opacity: 0.4;
}
#loginform .success {
  border-radius: 0.8rem;
  padding: 2rem 3rem;
  text-align: center;
  background: #002870;
  color: #fff;
  font-size: 1.8rem;
  margin: 4rem 0;
  font-weight: bold;
}
#loginform .success i {
  margin-left: 0.5rem;
  position: relative;
  top: 0.2rem;
}
