* {
  font-family: '72Brand-Variable' !important;
}

#mainContent {
  border: none;
  background: none;
}

.login-page-content {
  display: flex;
  margin: 0 auto;
}

.login-block {
  display: flex;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 4px;
  width: 100%;
}

.login-block h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px
}

.login-block h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}

.login-block .color-title {
  color: #E5AD3C;
}

.welcome, .login-wrapper {
  padding-top: 50px;
  margin: 0 auto;
}

.welcome-description {
  margin-top: 25px;
  font-size: 13px;
  line-height: 18px;
  max-width: 375px;
}

.welcome {
  display: flex;
  flex-direction: column;
}

.welcome-verticalDivider {
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
  margin: 0 40px;
}

.login-sso {
  display: flex;
  flex-direction: column;
}

.welcome .welcome-footer, .user-alert .welcome-footer {
  margin: auto 0 0;
}

.welcome-footer .legalText {
  color: #666666;
  font-size: 12px;
  font-weight: 18px;
}

.login-wrapper {
  text-align: center;
}

.login-sso h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #333;
}

.login-sso-descr {
  max-width: 270px;
  margin: 16px auto 24px;
  font-size: 13px;
  line-height: 18px;
}

.login-button {
  width: 100% !important;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  background-color: #0057D2;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.login-button:hover {
  text-decoration: none;
}

.credential-login-link {
  margin: 100px 0 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}

#credential-login {
  display: none;
}

.user-alert {
  background-color: #fff;
  margin-left: 16px;
  padding: 48px 32px 42px;
  border-radius: 4px;
  max-width: 306px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.user-alert p {
  margin: 0;
}

.global-message p {
  margin-bottom: 8px;
}

.user-alert strong {
  font-weight: 400;
}

.user-alert h4 {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin: 0 0 8px;
  font-weight: 600;
}

.learn-more a {
  background: none;
  padding-left: 0;
}

.login-verticalDivider {
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  margin: 24px 0;
}

.login-form-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.login-form-content {
  background-color: #fff;
  padding: 40px 64px;
  border-radius: 4px;
  width: 248px;
}

.login-form-title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 28px;
}

.login-form-content .login-button {
  width: 100%;
  margin: 0;
  border: none;
}

.field-wrapper {
  margin-bottom: 8px;
  text-align: left;
}

.field-wrapper label.login-form-label {
  font-size: 15px;
  line-height: 18px;
}

#credential-login .field-wrapper input,
.login-form-wrapper .field-wrapper input {
  height: 24px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  max-width: 242px;
}

.return-link {
  margin-top: 16px;
  text-align: center;
  width: 100%;
  color: #0057D2;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.login-form-content #password-strength {
  width: 100%;
}

#password-strength a {
  color: #666666;
  font-size: 10px;
}

.need-help {
  margin-bottom: 16px;
}

.alertPanelError {
  height: auto;
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
}

#credential-login {
  padding: 0;
  margin-top: 30px;
}

label.error {
  position: relative;
  top: 2px;
}

label[for="username"] {
  display: block;
}

input.login-form-input.error {
  border-color: red;
}

.button {
  font-size: 15px !important;
}
