@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
}

/* COLOR CUSTOMIZATION FROM BASE THEME */

.login-pf body {
  color: #999999;
}

.login-pf a {
  color: #4181f8;
}

.login-pf a:hover {
  color: #4a90e2;
}

.btn {
  background-color: #4181f8;
  border: 2px solid #4181f8;
}

.btn:hover {
  background-color: #4a90e2;
}

/* END OF COLOR CUSTOMIZATION */

.control-label {
  text-align: left !important;
  padding-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

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

.login-pf body {
  background: none;
  background-size: cover;
  background-color: #333333;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 500px;
  font-family: "Open Sans", sans-serif;
}

.login-pf-page {
  width: 100%;
  height: 100%;
}

#kc-page-title {
  display: none;
}

#kc-login {
  background-color: #4181f8;
  border: 2px solid #4181f8;
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  border-width: 0;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}

.logo_container {
  width: 100%;
  flex-grow: 0.5;
  padding: 3em 0 0;
  display: flex;
  flex-direction: column;
}

.logo_container img {
  height: 56px;
}

.card-pf {
  border-radius: 8px;
  background-color: #444444;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px !important;
  margin: 0 auto !important;
  min-width: 650px;
  /* min-height: 364px; */
}

input {
  font-size: 11px;
  line-height: 19px;
  border-radius: 4px;
  border-width: 0;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
}

input[type="text"],
input[type="password"] {
  height: 44px;
  font-weight: 400;
  font-style: italic;
  color: #333333;
  background-color: #fff;
  border: 1px solid #bbb !important;
  padding-left: 10px;
}

input[type="submit"],
input[type="button"],
button {
  font-weight: 700;
  height: 40px;
  border-width: 0;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}

#kc-form-divider {
  margin: 0 10px;
}

#kc-login:disabled {
  background-color: #666666 !important;
  color: #999999 !important;
}

#kc-form-buttons {
  margin-top: 0px;
}

#kc-form-wrapper {
  margin-top: 0px;
  padding-left: 20px;
}

#kc-content-wrapper {
  margin-top: 0;
}

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

.kc-social-links {
  list-style-type: none;
  padding-left: 0%;
}

.form-container {
  display: flex;
}

.form-container > div {
  flex: 1;
}

.form-sub-header {
  line-height: 24px;
  height: 24px;
  width: 140px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.form-sub-header-container {
  margin: 20px 0;
}

.form-password-container {
  margin-bottom: 5px;
}

.unigroup-form-message {
  height: 51px;
  width: 250px;
  color: #ffffff !important;
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: left !important;
}

.vertical-divider {
  height: 225px;
  width: 19px;
}

.vertical-divider-half {
  height: 100px;
  width: 1px;
}

.vertical-divider-half-line {
  height: 1px;
  width: 100px;
  transform: rotate(270deg);
  background-color: #dddddd;
}

.vertical-divider-text {
  height: 19px;
  width: 19px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}

hr.vertical {
  height: 100%;
  width: 0;
  border: 1px solid black;
}

#unigroup-href {
  display: block;
  text-decoration: none;
  line-height: 62px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  text-align: center;
  width: 280px;
}

.unigroup-button-icon {
  vertical-align: middle;
  padding-right: 10px;
  height: 30px !important;
  width: 41px !important;
}

.unigroup-login-text {
  height: 22px;
  width: 146px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}

.form-control {
  border-radius: 4px;
  font-size: 14px;
  height: 44px !important;
}

label {
  display: block;
  height: 17px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}

label.active {
  color: #ffffff;
}

label.inactive {
  color: #999999;
}

.support-container {
  margin-top: 32px;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  text-align: center;
}

.legal-container > p {
  font-size: 13px;
}

.error {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 53px;
  min-height: 53px;
  padding: 0 40px;
  border: 1px solid #9c0b00;
  border-radius: 8px;
  background-color: #ffcfcb;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: -10px;
}

svg.error-icon {
  height: 25px;
}

svg.error-icon path {
  fill: #9c0b00;
}

.error-text {
  color: #9c0b00;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .login-pf-page .card-pf {
    width: 100%;
    min-width: 100%;
    padding: 20px !important;
  }

  .login-pf-page .login-pf-social-section:first-of-type {
    border-bottom: 1px solid #d1d1d1;
  }

  .login-pf {
    background: none;
  }

  .form-container {
    flex-direction: column;
  }

  #kc-form-wrapper {
    padding-left: 0px;
  }

  #kc-form {
    width: 500px;
  }

  input {
    width: 280px;
  }

  hr {
    width: 300px;
  }

  .legal-container {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-accounts .card-pf {
    max-width: 710px;
  }
}
