.login-page {
  font-family: "brandon-grotesque", arial !important;
  font-size: 17px;
  padding: 50px 0px;
}
.login-page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-page .login-heading {
  font-family: "brandon-grotesque", arial !important;
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 0;
}
.login-page .invalid-feedback-mismatch {
  display: none;
  background-color: #f2dede !important;
  border-color: #ebcccc;
  color: #a94442 !important;
  margin-top: 17px !important;
  margin-bottom: 15px;
}
.login-page .login-subheading {
  font-family: "brandon-grotesque", arial !important;
  font-size: 17px;
  text-align: left;
  color: #333333;
  margin-bottom: 25px;
  padding: 0;
}
.login-page .login-required-text {
  font-family: "brandon-grotesque", arial !important;
  font-size: 13px;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
  padding: 0;
}
.login-page .clearfix .forgot-password a {
  text-decoration: underline !important;
  padding-right: 5px;
}
.login-page .clearfix .password-popover a {
  margin-left: 5px;
  text-decoration: none !important;
}
.login-page .clearfix .password-popover a:focus {
  color: #782157 !important;
}
.login-page .clearfix .password-popover a:hover {
  color: #000 !important;
}
.login-page .clearfix a {
  color: #000 !important;
  font-family: "brandon-grotesque", arial !important;
  font-size: 13px;
  text-align: left;
}
.login-page .clearfix .separator {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 0px;
}
.login-page .clearfix .hidden {
  display: none;
}
.login-page .btn-login-submit,
.login-page .submit-new-password {
  margin-top: 25px;
  background-color: #782157;
  border-color: #782157;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 4px;
}
.login-page .submit-new-password {
  margin-top: 0;
}
.login-page .btn-login-submit:hover,
.login-page .submit-new-password:hover, .login-page .signinafterReset:hover {
  background-color: #934d79 !important;
  border-color: #934d79 !important;
}
.login-page .btn-login-submit:focus,
.login-page .submit-new-password:focus, .login-page .signinafterReset:focus {
  background-color: #934d79 !important;
  border-color: #934d79 !important;
  outline: #000 auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login-page .create-account-div {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-page .create-account-div a {
  color: #000 !important;
  text-decoration: underline !important;
}
.login-page .create-account-div a p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.login-page .create-account-div a:hover {
  text-decoration: none !important;
}
.login-page .create-account-div a:focus {
  color: #000 !important;
  text-decoration: none !important;
}

.floating-label-form-group {
  margin-top: 1em;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.75rem;
}
.floating-label-form-group label {
  display: block;
  position: absolute;
  opacity: 0;
  margin-top: 0em;
  margin-left: 1em;
  -webkit-transition: margin-top 0.5s ease, opacity 0.5s ease;
  transition: margin-top 0.5s ease, opacity 0.5s ease;
}

.floating-label-form-group-with-value label {
  opacity: 1;
  z-index: 10;
  margin-top: -0.8em;
  text-align: left;
  margin-left: 1em;
  font-weight: 700;
  text-shadow: 2px 0px 0px rgb(255, 255, 255), -2px 0px 0px rgb(255, 255, 255), 2px 0px 2px rgb(255, 255, 255), -2px 0px 2px rgb(255, 255, 255), 4px 0px 4px rgb(255, 255, 255), -4px 0px 4px rgb(255, 255, 255);
}

.form-group {
  margin-bottom: 15px;
}

.logoutLink {
  color: #000 !important;
  text-decoration: underline;
}

.logout-container {
  color: #333333;
}

.form-control {
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  background-color: #fff !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control,
.form-control:focus,
.form-control:active {
  font-size: 16px;
  line-height: 16px;
}

.form-control:focus,
.form-control:active {
  border: 2px solid #8bade4 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.alert-danger {
  background-color: #f2dede !important;
  border-color: #ebcccc;
  color: #a94442;
  margin-top: 17px;
  margin-bottom: 15px;
}

.form-control.is-invalid:focus {
  border-color: #c9302c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3 !important;
}

.custom-plan-popover {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  visibility: visible;
  font-family: "brandon-grotesque", arial !important;
  padding: 1px;
  width: 100%;
}
.custom-plan-popover .popover-header {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  display: block;
}
.custom-plan-popover .popover-body {
  padding: 0;
  color: #000;
}
.custom-plan-popover .popover-body ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.custom-plan-popover .popover-body p {
  margin: 0;
}
.custom-plan-popover .popover-body a {
  color: #000;
}
.custom-plan-popover .popover-body a:focus, .custom-plan-popover .popover-body a:hover {
  color: #782157;
  text-decoration: none;
}
.custom-plan-popover .planClose {
  color: #5f2929 !important;
  position: absolute;
  top: -3px;
  right: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 25px !important;
  text-decoration-line: unset !important;
}

.mobile-separator {
  display: none;
}

.match-invalid-feedback {
  display: block;
}

.btn-primary:focus,
.btn-primary.focus {
  border: 2px solid #000 !important;
  background-color: #782157 !important;
  -webkit-box-shadow: 0 0 0 1px white, 0 0 0 1.8px #782157 !important;
          box-shadow: 0 0 0 1px white, 0 0 0 1.8px #782157 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  border: 2px solid #000 !important;
  background-color: #782157 !important;
  -webkit-box-shadow: 0 0 0 1px white, 0 0 0 1.8px #782157 !important;
          box-shadow: 0 0 0 1px white, 0 0 0 1.8px #782157 !important;
}

.btn-primary,
.btn-primary:hover {
  background-color: #792058;
  border-color: #792058;
  padding: 14px 10px;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .login-page {
    padding: 0px 30px;
  }
  .mobile-separator {
    display: block;
    background-color: #e8e8e8;
    padding: 12px;
  }
  .login-page .login-required-text {
    margin-bottom: 0px;
  }
  .alert-danger {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .login-page {
    padding: 50px 30px;
  }
}
.password-reset-page {
  font-family: "brandon-grotesque", arial !important;
  font-size: 17px;
  padding: 50px 0px;
}
.password-reset-page .fmj-lineH-custom {
  line-height: 20;
}
.password-reset-page .request-password-title {
  font-family: "brandon-grotesque", arial !important;
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 0;
}
.password-reset-page .login-subheading {
  font-family: "brandon-grotesque", arial !important;
  font-size: 17px;
  text-align: left;
  color: #333333;
  margin-bottom: 25px;
  padding: 0;
}
.password-reset-page .login-required-text {
  font-family: "brandon-grotesque", arial !important;
  font-size: 13px;
  text-align: left;
  color: #333333;
  margin-bottom: 0;
  padding: 0;
}
.password-reset-page #submitEmailButton {
  margin-top: 25px;
  background-color: #782157;
  border-color: #782157;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 4px;
}
.password-reset-page #submitEmailButton:hover {
  background-color: #934d79;
  border-color: #934d79;
}
.password-reset-page #submitEmailButton:focus {
  background-color: #934d79;
  border-color: #934d79;
  outline: #000 auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.password-reset-page #loginErrors {
  list-style: none;
  padding: 8px 12px;
  margin: 0;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  font-size: 16px;
  font-family: "brandon-grotesque", arial !important;
  line-height: 1;
}
.password-reset-page .clickHere {
  color: #333333;
}

.custom-fmj-reset.alert {
  padding: 0;
}

.new-pasword-page .passwordformattext {
  font-size: 13px;
  color: #333;
  margin-bottom: 25px;
}

.new-pasword-page .invalid-feedback {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

.is-invalid .invalid-feedback {
  display: block;
}

@media screen and (max-width: 768px) {
  .password-reset-page {
    padding: 30px;
  }
  .new-pasword-page .equal-height {
    padding: 50px 0;
  }
  .new-pasword-page .login-required-text {
    margin-bottom: 15px;
  }
  .new-pasword-page .invalid-feedback {
    margin-top: 17px;
    margin-bottom: 15px;
  }
}
