@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

.single-login {
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 6em;
}

.logo-login {
  display: inline-block;
}

.w-logo-login {
  text-align: center;
}

.single-login .center-it {
  width: 100%;
}

.w-login {
  text-align: center;
  margin-bottom: 100px;
}

.w-logo-login {
  margin-bottom: 20px;
}

.domain-name {
  display: inline-block;
  margin-bottom: 30px;
  color: #273170;
  font-family: 'Source Sans 3' !important;
}

.input--hoshi.input {
  max-width: 350px;
  margin: 15px 0;
}

.w-login .input__label {
  color: #7e7c7c;
  font-weight: normal;
}

.w-login .input__field--hoshi {
  margin-top: 20px;
  padding: 15px 0px;
  font-size: 16px;
  color: #273170;
  box-shadow: none !important;
}

.w-login .input__label--hoshi {
  padding: 0;
}

.w-login .input__label--hoshi::after {
  margin-top: 0;
  border-width: 2px;
}

.w-login .input__label--hoshi::before,
.w-login .input__label--hoshi::after {
  left: -1px;
}

.w-login .input__field {
  font-family: 'Source Sans 3' !important;
}

.w-login .input__label-content {
  padding: 24px 0;
  font-size: 16px;
  font-family: 'Source Sans 3' !important;
}

.w-login .input--hoshi {
  vertical-align: bottom;
}

.btn-login-next {
  width: 170px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Source Sans 3' !important;
}

.w-footer-login {
  text-align: center;
}

.w-footer-login a {
  color: #48b5e4;
  text-transform: uppercase;
  font-family: 'Source Sans 3' !important;
}

.w-footer-login a:hover {
  color: #3ca0dc;
}

#forgot-result {
  text-align: center;
  display: none;
}

#forgot-result img {
  max-width: 140px;
}

#forgot-result .forgot-result-icon {
  margin-bottom: 20px;
}

#forgot-result p {
  font-family: 'Source Sans 3' !important;
  font-size: 1.5em;
  font-weight: 500;
}