html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type='text'],
input[type='password'] {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #f6f6f6;
  border: 1px solid #c6cccf;
  border-radius: 0.3125rem;
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text'].error,
input[type='password'].error {
  border-color: red !important;
  padding-right: 2rem;
  background: url('../img/error.svg') no-repeat right 0.5rem top 0.6rem;
}
input[type='text'].ok,
input[type='password'].ok {
  border-color: #599900 !important;
}
input[type='text']:hover,
input[type='password']:hover {
  border-color: #8994a2;
}

.magnolia-btn {
  background: #e9f3df;
  border: 0 transparent;
  border-radius: 1.875rem;
  color: #599902;
  width: 12.5rem;
  height: 2rem;
  font-size: 1rem;
  cursor: pointer;
}

.magnolia-btn:disabled {
  background: #a6c170 !important;
  cursor: default;
  cursor: default;
}
.magnolia-btn:hover {
  background: rgb(89, 153, 0);
  color: white;
}

.input-label {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  display: inline-block;
}

.input-error {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: red;
  margin-top: 0.3125rem;
}

a {
  text-decoration: none;
  color: #599900;
}
a:hover {
  color: #599900;
  text-decoration: none;
}
a:focus {
  color: #599900;
  text-decoration: none;
}

.text-header {
  font-size: 1.5rem;
}

@media (min-width: 1280px) {
  .text-header {
    font-size: 2.25rem;
  }
}

.text-content {
  color: #8994a2;
  font-size: 1.125rem;
}

@media (min-width: 1280px) {
  .text-content {
    font-size: 1.5rem;
  }
}

.container {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100vh;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    flex-direction: column;
  }
}
.container .left {
  order: 1;
  flex-basis: 70%;
  background: url('../img/sebastian-kanczok.jpg') no-repeat center;
  background-size: cover;
}
.container .left .logo {
  position: absolute;
  top: 1.25rem;
  left: 0.9375rem;
  width: 16rem;
}
.container .left .leftContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container .left .leftContent {
    height: 15rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.container .left .leftContent .introBox {
  max-width: 26.875rem;
  padding-left: 1.875rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container .left .leftContent .introBox {
    width: 21.625rem;
    padding: 0 0 0.9375rem 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .container .left .leftContent .introBox {
    width: 19rem;
  }
}
.container .left .leftContent .introBox .introText {
  order: 1;
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container .left .leftContent .introBox .introText {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .container .left .leftContent .introBox .introText {
    font-size: 3rem;
  }
}
.container .right {
  order: 2;
  flex-basis: 30%;
  padding: 1.875rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container .right {
    padding: 0.9375rem;
  }
}
.container .right .rightContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.login-page {
  max-width: 27.875rem;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .login-page {
    max-width: 19rem;
  }
}
.login-page .text-header {
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
}

.login-page .account-link {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.login-page .account-link.inactive {
  color: #8994a2;
  padding-bottom: 0.3125rem;
  border-bottom: solid;
}
.login-page .account-link:nth-child(2) {
  margin-left: 3.125rem;
}
.login-page .page-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-page .page-body form {
  color: #576470;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group > label {
  display: block;
  margin-bottom: 10px;
}
.form-group > .form-input-wrapper {
  margin-bottom: 10px;
}
.form-group > .form-label-wrapper {
  margin-bottom: 10px;
}

.form-options-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Social */
.kc-social-links {
  margin-top: 20px;
  margin-left: 0px;
  padding: 0px;
}
.kc-social-item {
  display: block;
  background: white;
  border: #dbdbdb 1px solid;
  border-radius: 1.875rem;
  color: #3867d0;
  width: 12.5rem;
  height: 2rem;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 10px;
}

.kc-social-item:disabled {
  background: #a6c170 !important;
  cursor: default;
}
.kc-social-item:hover {
  background: rgb(55, 103, 208);
  border: rgb(55, 103, 208) 1px solid;
  color: white;
}

.kc-social-item > i:first-child {
  display: inline-block;
  margin-top: 3px;
  margin-left: 30px;
}
.kc-social-item > span:first-child {
  display: inline-block;
  margin-top: 7px;
  padding-left: 30px;
}
.kc-social-item > *:nth-child(2) {
  display: inline-block;
  margin-top: 7px;
  padding-left: 5px;
}

.pf-c-form__label-text {
  margin-bottom: 20px;
}

/* GOOFY */
.password-input-wrapper {
  display: flex;
}

.password-input-wrapper input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input__action {
  box-sizing: border-box;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.6rem;
  background: #f6f6f6;
  border: 1px solid #c6cccf;
  border-left: none;
  border-radius: 0.3125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 0.8rem;
  color: #599900;
  cursor: pointer;
}

[aria-invalid='true'] {
  border-color: #dc3545 !important;
}

#input-error {
  margin-bottom: 1rem;
  color: #dc3545;
}

.alert {
  padding: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
