/* Design login */
html {
  background: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#login {
  padding-top: 20px;
  margin: 0 auto;
}

.login {
  position: relative;
  background: #000000;
}
.login h1 a {
  background: url("../../images/logo/Logo-embrc.svg") no-repeat center center/contain !important;
  width: 100%;
}
.login h1 a:focus {
  box-shadow: none;
}
.login a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #007FA4 !important;
  font-size: 14px;
  font-weight: 500;
}
.login a:hover {
  color: #007FA4 !important;
}
.login form {
  border: 1px solid #ec296e;
  border-radius: 0;
  box-shadow: none;
}
.login form input,
.login form select,
.login form textarea {
  border: 1px solid #000000;
  border-radius: 0;
  box-shadow: none;
}
.login form input:focus,
.login form select:focus,
.login form textarea:focus {
  border: 1px solid rgb(25.5, 25.5, 25.5);
  border-radius: 1px solid rgb(25.5, 25.5, 25.5);
  box-shadow: none;
}
.login .button.button-large {
  padding: 0 0 40px;
  width: 100%;
  height: 30px;
  line-height: 40px;
  background: #ec296e;
  color: #fff;
  border: none;
}
.login .button.button-large:hover {
  color: #fff;
  border: none;
  background: #007FA4;
}
.login .button-primary {
  transition: ease 0.5s;
  margin-top: 50px;
  border: 1px solid #007FA4;
  box-shadow: none;
  background: #ec296e;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 2px;
  color: #007FA4;
  font-weight: 500;
}
.login .button-primary:hover, .login .button-primary:active, .login .button-primary:focus {
  transition: ease 0.5s;
  border: 1px solid #ec296e;
  box-shadow: none;
  background-color: rgb(230.991416309, 20.508583691, 94.9871244635);
  text-decoration: none;
  color: #fff;
}
.login .message {
  border-left: 4px solid #ec296e;
}

/*# sourceMappingURL=loginpage.css.map */
