@charset "UTF-8";
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  height: 100%;
}

.instruction {
  font-size: 16px;
  margin-bottom: 8px;
}

a, .login-pf-settings a {
  color: #22246b;
}

.keycloak__login-info-block {
  font-size: 14px;
}

/* raleway-300 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local("Raleway"), url("../../fonts/raleway/raleway-v26-latin-300.woff2") format("woff2"), url("../../fonts/raleway/raleway-v26-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), url("../../fonts/raleway/raleway-v26-latin-regular.woff2") format("woff2"), url("../../fonts/raleway/raleway-v26-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local("Raleway"), url("../../fonts/raleway/raleway-v26-latin-500.woff2") format("woff2"), url("../../fonts/raleway/raleway-v26-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway"), url("../../fonts/raleway/raleway-v26-latin-700.woff2") format("woff2"), url("../../fonts/raleway/raleway-v26-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
#kc-form-buttons {
  margin-top: 20px;
}

.btn {
  font-size: 1.125em;
  line-height: 1.66667em;
  letter-spacing: 0.11111em;
  padding: 10px 0;
}

.btn-primary {
  background-color: #22246b;
  border-color: #22246b;
  background-image: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  cursor: pointer;
  color: #ffffff;
  transition: border 0.1s ease-in-out, background 0.1s ease-in-out;
}

.btn-primary:hover {
  background-color: #fec401;
  border-color: #fec401;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #fec401;
  border-color: #fec401;
}

.btn-default {
  color: #22246b;
  background: #ffffff;
  border-color: transparent;
  text-transform: uppercase;
  box-shadow: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
  color: #30315d;
  background: #ffffff;
  border-color: transparent;
  text-transform: uppercase;
  box-shadow: none;
}

label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #22246b;
}

.form-control {
  display: block;
  width: 100%;
  color: #72767b;
  background: #ffffff;
  border: #ebebeb 3px solid;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0 12px;
}

.control-label {
  color: #000;
}

.form-control:hover {
  border-color: #72767b;
  outline: initial;
}

.form-control:active,
.form-control:focus {
  border-color: rgb(79, 144, 231);
  outline: 1px solid rgb(79, 144, 231);
  box-shadow: 0 0 4px rgb(79, 144, 231);
}

.alert-error {
  border-color: red;
}

.pficon-error-circle-o:before {
  color: red;
}

.alert-error .kc-feedback-text {
  color: red;
}

.alert-success .kc-feedback-text {
  color: #3f9c35;
}

div.kc-logo-text {
  height: 65px;
  width: 250px;
  margin: 0 auto;
}

.login-pf body {
  background: white;
  background-position: center center;
  background-size: cover;
}

#kc-header-wrapper {
  color: #ffffff;
  padding: 20px 10px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.login-pf-page .login-pf-page-header {
  margin-bottom: 0;
}

.login-pf-page .login-pf-header h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 10px;
}

.login-pf-page .card-pf p {
  color: #22246b;
}

.card-pf {
  background: #ffffff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 500px;
  border-top: 0;
  box-shadow: 0 0 0;
}
@media (max-width: 767px) {
  .card-pf {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 840px) {
  .card-pf {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .card-pf.login-pf-accounts {
    max-width: none;
  }
}
.card-pf--dark {
  background: #22246b;
}

.login-pf-page .btn-primary {
  margin-top: 0;
}

.login-pf-settings a {
  color: #22246b;
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  right: 0;
  top: 20px;
  min-width: 100px;
  padding: 2px 0;
  border: solid 1px #bbbbbb;
}

#kc-locale:hover ul {
  display: block;
  margin: 0;
}

#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #22246b !important;
  text-decoration: none;
  line-height: 20px;
}

#kc-locale ul li a:hover {
  color: #72767b;
  background-color: #d4edfa;
}

#kc-locale-dropdown a {
  color: #22246b;
  background: 0 0;
  padding: 0 15px 0 0;
  font-weight: 300;
}

#kc-locale-dropdown a:hover {
  text-decoration: none;
}

a#kc-current-locale-link {
  display: block;
  padding: 0 5px;
}

a#kc-current-locale-link::after {
  content: "˅";
  margin-left: 4px;
}

@media (min-width: 768px) {
  #kc-locale {
    position: relative;
    text-align: right;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    z-index: 9999;
  }
}
@media (max-width: 767px) {
  #kc-locale {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 9999;
  }
}

.terms-form {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.terms-form .btn-primary,
.terms-form .btn-default {
  flex: 1 0 auto;
}

.terms-scroll-view {
  width: 100%;
  height: 250px;
  overflow: scroll;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .terms-scroll-view {
    height: 500px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .terms-scroll-view {
    height: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .terms-scroll-view {
    height: 500px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
