.portal-login-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  padding-bottom: 57px;
}

.portal-login-container .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 57px;
}

.portal-login-container .icon-wrapper .line {
  width: 1px;
  height: 30px;
  border-left: 1px solid rgba(151, 151, 151, 0.3);
}

.portal-login-container .icon-wrapper .organization-icon,
.portal-login-container .icon-wrapper .airmason-logo {
  width: 132px;
  height: 30px;
  object-fit: contain;
}

.portal-login-container .portal-login-wrapper .airmason-logo-sso-only {
  max-height: 66px;
  width: 65.95px;
  object-fit: contain;
}

.portal-login-container .portal-login-wrapper {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 70px 0 rgba(4, 2, 33, 0.13);
  margin-top: 48px;
  background-image: url('../../images/bg_portal_login.png');
  background-repeat: no-repeat;
  background-position: -51px -65px;
  background-size: auto;
  padding: 60px 65px 52px;
  color: #3d4353;
  font-family: 'AvenirBook';
  font-weight: 300;
  text-align: center;
  margin-bottom: 45px;
}

.portal-login-container .portal-login-wrapper .hand-icon {
  font-size: 36px;
  text-align: center;
}

.portal-login-container .portal-login-wrapper .title-login {
  font-size: 21px;
  margin-bottom: 12px;
  margin-top: 31px;
  font-family: AvenirBook;
  font-weight: 300;
}

.portal-login-container .portal-login-wrapper.sso-only .title-login {
  margin-top: 16px;
}

.portal-login-container .portal-login-wrapper .message-login,
.portal-login-container .portal-login-wrapper .message-sso-force {
  font-size: 15px;
  opacity: 50%;
  margin-bottom: 12px;
  color: #3d4353;
  font-family: 'AvenirBook';
  font-weight: 300;
}

.portal-login-container .portal-login-wrapper .message-sso-force {
  margin-bottom: 35px;
}

.portal-login-container .portal-login-wrapper #employee-login-form .input-group {
  margin: 16px 0px;
}

.portal-login-container .portal-login-wrapper #employee-login-form .input-group label,
.portal-login-container .portal-login-wrapper #reset-password-form .input-group label {
  color: #0f1722;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  font-family: 'Lato Bold';
  margin-bottom: 5px;
  margin-top: 0;
}

.portal-login-container .portal-login-wrapper #employee-login-form .input-group input,
.portal-login-container .portal-login-wrapper #reset-password-form .input-group input {
  color: #3d4353;
  font-size: 15px;
}

.portal-login-container
  .portal-login-wrapper
  #employee-login-form
  .input-group
  .text-reset-password {
  font-family: 'Lato Light';
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.portal-login-container .portal-login-wrapper #employee-login-form .submit-group button {
  width: 100%;
  height: 40px;
  background-color: #fb8b42;
  border-radius: 20px;
  margin-top: 10px;
  border: none;
  font-family: 'Lato Bold';
  font-weight: bold;
}

.portal-login-container .portal-login-wrapper #employee-login-form .submit-group .btn.sso-btn {
  height: 40px;
  border: 1px solid #0f1722;
  border-radius: 20px;
  width: 100%;
  color: #3d4353;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 23px;
  padding-right: 18px;
  font-family: AvenirBook;
}

.portal-login-container .portal-login-wrapper #employee-login-form .submit-group {
  margin-top: 20px;
}

.portal-login-container .portal-login-wrapper #employee-login-form .submit-group:first-child {
  margin-top: 0px;
}

.portal-login-container
  .portal-login-wrapper
  #employee-login-form
  .submit-group
  .btn.sso-btn
  .custom-button-text-sso {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-login-container
  .portal-login-wrapper
  #employee-login-form
  .submit-group
  .btn.sso-btn
  .signin-text {
  display: flex;
  align-items: center;
  font-family: 'AvenirBook';
  font-weight: 300;
}

.portal-login-container
  .portal-login-wrapper
  #employee-login-form
  .submit-group
  .btn.sso-btn
  .integration-img {
  width: 52px;
  object-fit: contain;
}

.portal-login-container
  .portal-login-wrapper
  #employee-login-form
  .submit-group
  .btn.sso-btn
  .integration-img.cyberark {
  width: 120px;
}

.portal-login-container
  .portal-login-wrapper
  #employee-login-form
  .submit-group
  .btn.sso-btn
  .integration-img.rippling {
  width: 95px;
}

.portal-login-container
  .portal-login-wrapper
  #employee-login-form
  .submit-group
  .btn.sso-btn
  .integration-img.bamboohr {
  width: 80px;
}

.portal-login-container .portal-login-wrapper .input-group .input-control {
  border: 1px solid #d1d1d1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  opacity: 90%;
}

.portal-login-container .portal-login-wrapper #employee-login-form .line-or {
  height: 1px;
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  margin: 35px 0px;
  position: relative;
}

.portal-login-container .portal-login-wrapper #employee-login-form .line-or span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  position: absolute;
  background: #fff;
  top: -13px;
  padding: 0 21.5px;
  left: 50%;
  transform: translateX(-50%);
}

#reset-password-form {
  display: none;
}

.portal-login-container .goto-admin-btn {
  color: #3d4353;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  font-family: 'Lato Light';
  font-weight: 400;
}

.security-password-warning {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 70px 0 rgba(4, 2, 33, 0.13);
  margin-top: 48px;
  padding: 50px 75px;
  color: #3d4353;
  font-family: 'AvenirBook';
  font-weight: 300;
  text-align: center;
  font-size: 15px;
  margin-bottom: 45px;
}

.security-password-warning .lock-icon {
  width: 23px;
  object-fit: cover;
  margin-bottom: 25px;
}

.security-password-warning .title {
  font-family: 'Avenir Heavy';
  font-size: 21px;
  margin-bottom: 18px;
}

.security-password-warning .text {
  font-size: 14px;
}

.security-password-warning .text .text-orange {
  color: #f7532b;
  margin-bottom: 16px;
}

.security-password-warning .text .text-bold {
  font-family: 'Avenir Heavy';
  margin-bottom: 10px;
}

.security-password-warning .contact-support-btn {
  margin-top: 10px;
  height: 40px;
  width: 150px;
  border-radius: 20px;
  background-color: #1084ff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-family: 'Avenir Heavy';
  cursor: pointer;
}

.security-password-warning .contact-support-btn-text {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 550px) {
  .portal-login-container {
    padding: 0 20px;
  }

  .security-password-warning {
    padding: 20px;
  }

  .portal-login-container .icon-wrapper {
    margin-top: 30px;
  }

  .portal-login-container .portal-login-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 35px;
  }
}
