/* line 1, app/assets/stylesheets/sso/_layout.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 4, app/assets/stylesheets/sso/_layout.scss */
.container {
  width: 939px;
  margin: auto;
}

@media (max-width: 939px) {
  /* line 10, app/assets/stylesheets/sso/_layout.scss */
  .container {
    width: 100%;
  }
}

/* line 15, app/assets/stylesheets/sso/_layout.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 30, app/assets/stylesheets/sso/_layout.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 39, app/assets/stylesheets/sso/_layout.scss */
textarea {
  height: auto !important;
}

/* line 43, app/assets/stylesheets/sso/_layout.scss */
h1, h2 {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
}

/* line 49, app/assets/stylesheets/sso/_layout.scss */
h3 {
  font-size: 1em;
}

/* line 53, app/assets/stylesheets/sso/_layout.scss */
h3 a {
  color: #5d9f98;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

/* line 61, app/assets/stylesheets/sso/_layout.scss */
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 67, app/assets/stylesheets/sso/_layout.scss */
label {
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
  margin-top: 5px;
}

/* line 75, app/assets/stylesheets/sso/_layout.scss */
.imf-button, button, textarea {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 81, app/assets/stylesheets/sso/_layout.scss */
.imf-button {
  background-color: #dfeffc;
  border: 1px solid #c5dbec;
  color: #2e6e9e;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  padding: 5px 15px;
}

/* line 92, app/assets/stylesheets/sso/_layout.scss */
.imf-button:hover {
  background: #d0e5f5;
  border: 1px solid #79b7e7;
  color: #1d5987;
}

/* line 99, app/assets/stylesheets/sso/_layout.scss */
.bold {
  font-weight: bold;
}

/* line 103, app/assets/stylesheets/sso/_layout.scss */
.hijack-message {
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  margin: 30px;
}

@media (min-width: 768px) {
  /* line 111, app/assets/stylesheets/sso/_layout.scss */
  .login-section__header,
.login-section__footer {
    padding-left: 30%;
  }
}

/* line 2, app/assets/stylesheets/sso/imf/_typograph.scss */
.imf-sso-pages #squeeze {
  padding: 20px;
}

/* line 6, app/assets/stylesheets/sso/imf/_typograph.scss */
.imf-sso-pages h2 {
  font-size: 24px;
  line-height: 34px;
}

/* line 10, app/assets/stylesheets/sso/imf/_typograph.scss */
.imf-sso-pages h2.mt-0 {
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/sso/imf/_typograph.scss */
  .imf-sso-pages h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 20, app/assets/stylesheets/sso/imf/_typograph.scss */
.imf-sso-pages p {
  font-size: 14px;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/sso/imf/_typograph.scss */
  .imf-sso-pages p {
    font-size: 16px;
  }
}

/* line 1, app/assets/stylesheets/sso/_form.scss */
.auth-form {
  margin: 10px auto;
  max-width: 450px;
}

/* line 5, app/assets/stylesheets/sso/_form.scss */
.auth-form a {
  text-decoration: underline !important;
}

/* line 10, app/assets/stylesheets/sso/_form.scss */
.signup-form {
  margin: 10px auto;
  width: 500px;
}

/* line 15, app/assets/stylesheets/sso/_form.scss */
.help-form {
  margin: 10px auto;
  width: 600px;
}

/* line 21, app/assets/stylesheets/sso/_form.scss */
.inline-form label {
  width: 30%;
  text-align: right !important;
  display: inline-block;
  padding-right: 15px;
}

/* line 28, app/assets/stylesheets/sso/_form.scss */
.inline-form input, .inline-form textarea {
  width: calc(70% - 20px);
  display: inline-block;
}

/* line 34, app/assets/stylesheets/sso/_form.scss */
.invalid-feedback {
  padding-left: calc(30% + 5px);
}

/* line 38, app/assets/stylesheets/sso/_form.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 43, app/assets/stylesheets/sso/_form.scss */
.is-invalid ~ .invalid-feedback {
  display: block;
}

/* line 48, app/assets/stylesheets/sso/_form.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

@media (max-width: 760px) {
  /* line 57, app/assets/stylesheets/sso/_form.scss */
  .auth-form, .help-form, .signup-form {
    width: 100%;
  }
  /* line 61, app/assets/stylesheets/sso/_form.scss */
  .improved_form {
    margin-top: 50px;
  }
}

/* line 66, app/assets/stylesheets/sso/_form.scss */
.was-validated .form-control.is-invalid {
  border-color: #dc3545 !important;
}
