/*--RESPONSIVE BREAKPOINTS--*/
main {
  background-image: url(https://australian.physio/sites/default/files/PHYSIOHUB_LOGIN_1500x500_1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#apa-saml-idp-signin-form {
  border-bottom: none !important;
}

#apa-saml-idp-signin-form {
  max-width: 460px;
  margin: 100px auto;
  border: 1px solid #c5c5c5;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 50px;
  background: rgb(255, 255, 255);
}
@media all and (max-width: 480px) {
  #apa-saml-idp-signin-form {
    max-width: 300px;
    margin: 50px auto;
    padding: 25px;
  }
}
#apa-saml-idp-signin-form .flex-container:first-child {
  flex-direction: column;
}
#apa-saml-idp-signin-form .flex-container:first-child .light-lead-heading {
  color: #000;
  text-align: center;
  font-size: 3em;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 500;
  padding-top: 0;
  letter-spacing: 0.5px;
}
#apa-saml-idp-signin-form .flex-container:first-child .sessionExpired {
  color: black;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  margin: auto;
}
#apa-saml-idp-signin-form .flex-container:first-child span.IncorrectCR {
  font-size: 14px;
  color: #920075;
  margin-top: -38px;
  margin-bottom: 17px;
}
@media all and (max-width: 480px) {
  #apa-saml-idp-signin-form .flex-container:first-child .light-lead-heading {
    font-size: 2.5em;
  }
}
#apa-saml-idp-signin-form label {
  display: none;
}
#apa-saml-idp-signin-form .submit-container input {
  width: 100% !important;
  background-color: #007ac9;
  font-size: 17px !important;
}
#apa-saml-idp-signin-form a.forgot-password {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 8px;
  text-decoration: underline;
  font-weight: 500;
}
#apa-saml-idp-signin-form .email-field {
  width: 100%;
  position: relative;
  margin: 0;
}
#apa-saml-idp-signin-form .email-field:before {
  content: "";
  position: absolute;
  left: 12px;
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  background-position: center;
  background-image: url(../assets/icon_img/LOGIN_ICON_250X250.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#apa-saml-idp-signin-form .email-field .form-control {
  background: rgb(199, 226, 243);
  min-height: 48px;
  margin: 5px 0;
  text-indent: 28px;
}
#apa-saml-idp-signin-form .email-field .js-form-item {
  margin: 0;
}
#apa-saml-idp-signin-form .password-field {
  width: 100%;
  position: relative;
  margin: 0 0 25px 0;
}
#apa-saml-idp-signin-form .password-field:before {
  content: "";
  position: absolute;
  left: 12px;
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/icon_img/LOGIN_PW_ICON_250X250.svg);
}
#apa-saml-idp-signin-form .password-field .form-control {
  background: rgb(199, 226, 243);
  min-height: 48px;
  margin: 5px 0;
  text-indent: 28px;
}
#apa-saml-idp-signin-form #checkMessage,
#apa-saml-idp-signin-form .checkMessage {
  margin-bottom: 20px;
}

#reset-password-form #NewPass .flex-cell {
  margin: 0;
}
#reset-password-form #NewPass .submit-btn button {
  margin-top: 30px;
}

#block-system-main-block::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/icon_img/PHYSIOHUB_LOGO_V_W_RGB.svg);
  width: 250px;
  height: 143px;
  right: 0;
  bottom: 30px;
}
@media all and (max-width: 1200px) {
  #block-system-main-block::after {
    width: 200px;
    height: 114px;
    right: 20px;
    bottom: 20px;
  }
}
@media all and (max-width: 992px) {
  #block-system-main-block::after {
    width: 150px;
    height: 85px;
    right: 10px;
    bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  #block-system-main-block::after {
    background-image: url(../assets/icon_img/PHYSIOHUB_LOGO_H_W_RGB.svg);
    width: 200px;
    height: 55px;
    right: 5px;
    bottom: 5px;
  }
}
@media all and (max-width: 570px) {
  #block-system-main-block::after {
    width: 160px;
    height: 45px;
    right: 5px;
    bottom: 5px;
  }
}
@media all and (max-width: 480px) {
  #block-system-main-block::after {
    width: 120px;
    height: 35px;
    right: 5px;
    bottom: 5px;
  }
}/*# sourceMappingURL=saml_login.css.map */