.login-bg {
  height: 100%;
  background: rgb(255 255 255 / 0%);
  background: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 0%));
  background: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 0%));
  background: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 0%));
  background: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 0%));
  background: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 0%));
  background-color: #eff0f3;
  background-repeat: no-repeat;
}

body {
  background-color: #eff0f3;
}

.header {
  width: 100%;
  height: 75px;
  padding-top: 23px;
  background: #2c3742;
  box-shadow:
    inset rgb(255 255 255 / 30%) 0 1px 0,
    inset rgb(0 0 0 / 22%) 0 -1px 0,
    rgb(0 0 0 / 14%) 0 1px 2px;
}

.header .brand {
  padding: 11px 20px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

.header .brand strong {
  font-weight: normal;
}

.login-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.login-wrapper .logo {
  position: relative;
  left: -2px;
  margin-bottom: 45px;
  -webkit-filter: invert(100%);
}

.login-wrapper .box {
  float: none;
  width: 400px;
  padding: 30px 0;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:
    rgb(0 0 0 / 40%) 0 1px 3px,
    rgb(0 0 0 / 35%) 0 0 1px;
  -moz-box-shadow:
    rgb(0 0 0 / 40%) 0 1px 3px,
    rgb(0 0 0 / 35%) 0 0 1px;
  -ms-box-shadow:
    rgb(0 0 0 / 40%) 0 1px 3px,
    rgb(0 0 0 / 35%) 0 0 1px;
  -o-box-shadow:
    rgb(0 0 0 / 40%) 0 1px 3px,
    rgb(0 0 0 / 35%) 0 0 1px;
  box-shadow:
    rgb(0 0 0 / 40%) 0 1px 3px,
    rgb(0 0 0 / 35%) 0 0 1px;
}

.login-wrapper .box .content-wrap {
  margin: 0 35px;
}

.login-wrapper .box h6 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
}

.login-wrapper .box input[type='text'],
.login-wrapper .box input[type='password'] {
  height: 40px;
  padding-left: 12px;
  margin-bottom: 10px;
  font-size: 15px;
  border-color: #b2bfc7;
}

.login-wrapper .box input[type='text']:focus,
.login-wrapper .box input[type='password']:focus {
  outline: none;
  border: 1px solid #28a0e5;
  -webkit-box-shadow:
    inset 0 1px 2px #ddd,
    0 0 5px #28a0e5;
  -moz-box-shadow:
    inset 0 1px 2px #ddd,
    0 0 5px #28a0e5;
  -ms-box-shadow:
    inset 0 1px 2px #ddd,
    0 0 5px #28a0e5;
  -o-box-shadow:
    inset 0 1px 2px #ddd,
    0 0 5px #28a0e5;
  box-shadow:
    inset 0 1px 2px #ddd,
    0 0 5px #28a0e5;
}

.login-wrapper .box input[type='password'] {
  margin-bottom: 10px;
}

.login-wrapper .box input::placeholder {
  font-size: 14px;
  color: #9ba8b6;
  letter-spacing: 0;
}

.login-wrapper .box .action {
  position: relative;
  top: 30px;
  padding: 15px 0;
  margin: 0 -36px;
  background-color: #f4f5f6;
  border-top: 1px solid #d3d7db;
  border-radius: 0 0 7px 7px;
}

.login-wrapper .box .signup,
.login-wrapper .sso-button-group button {
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
}

.login-wrapper .box .signup {
  padding: 12px 24px;
}

.login-wrapper .sso-button-group button {
  padding: 6px 0;
  margin-bottom: 16px;
}

.login-wrapper .sso-button-group button:last-child {
  margin-bottom: 0;
}

.login-wrapper .already {
  float: none;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
}

.login-wrapper .already p {
  display: inline-block;
  color: #222;
}

.login-wrapper .already a {
  margin-left: 7px;
  color: #222;
  border-bottom: 1px solid;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.login-wrapper .already a:hover {
  color: #000;
  text-decoration: none;
  border-bottom-color: #000;
}

.login-wrapper .error-message {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #a94442;
}

/* responsive */
@media (width <= 767px) {
  .login-wrapper .box {
    width: 350px;
  }

  .login-wrapper .box .action {
    margin: 0 -31px;
  }
}

@media (width <= 480px) {
  .login-wrapper .box {
    width: 90%;
  }
}

.error {
  color: #8a1f11;
  background-color: #fbe3e4;
  border: 1px solid #fbc2c4;
}
