body {
  font-family: var(--font);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--color-primary-green);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .content-card {
  display: flex;
  height: 70vh;
  max-height: 500px;
  min-width: 60vw;
  max-width: 800px;
  margin-bottom: 20px;
}
body .content-card .brand {
  flex: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
body .content-card .brand .logo-checks {
  width: 230px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 50px;
}
body .content-card .brand p {
  text-align: left;
  color: white;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
body .content-card .brand p .fa {
  margin-right: 10px;
}
body .content-card .form {
  flex: 3;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .content-card .form h1 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
body .content-card .form .error-message {
  text-align: center;
  color: var(--color-audit-status-planned);
  margin-top: -20px;
  margin-bottom: 40px;
}
body .content-card .form .error-message .fa {
  margin-right: 10px;
}
body .content-card .form p {
  text-align: left;
  font-size: 16px;
  color: white;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
body .content-card .form p .fa {
  margin-right: 10px;
}
body .content-card .form p.mail {
  text-align: center;
  margin: 20px 0;
}
body .content-card .form p.before-form {
  margin-bottom: 30px;
}
body .content-card .form p.pre-title {
  margin-top: -20px;
}
body .content-card .form .primary-button {
  border: none;
  padding: 10px 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  background-color: var(--color-success);
  margin-bottom: 20px;
}
body .content-card .form .forgotten-password {
  color: white;
  align-self: center;
}
body .content-card .form .md-input-group {
  position: relative;
  margin-bottom: 30px;
}
body .content-card .form .md-input-group .toggle-password {
  color: white;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
body .content-card .form .md-input-group input {
  font-size: 16px;
  background-color: var(--color-primary-green) !important;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  color: white;
}
body .content-card .form .md-input-group input:focus {
  outline: none;
}
body .content-card .form .md-input-group input:-webkit-autofill, body .content-card .form .md-input-group input:-webkit-autofill:hover, body .content-card .form .md-input-group input:-webkit-autofill:focus, body .content-card .form .md-input-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--color-primary-green) inset !important;
  -webkit-text-fill-color: white !important;
}
body .content-card .form .md-input-group input.autofilled ~ label, body .content-card .form .md-input-group input:focus ~ label, body .content-card .form .md-input-group input:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: white;
}
body .content-card .form .md-input-group input:focus ~ .bar:before, body .content-card .form .md-input-group input:focus ~ .bar:after {
  width: 50%;
}
body .content-card .form .md-input-group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
body .content-card .form .md-input-group label {
  color: white;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body .content-card .form .md-input-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
body .content-card .form .md-input-group .bar:before, body .content-card .form .md-input-group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: white;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body .content-card .form .md-input-group .bar:before {
  left: 50%;
}
body .content-card .form .md-input-group .bar:after {
  right: 50%;
}
body .content-card .form .md-input-group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: white;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: white;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: white;
  }
  to {
    width: 0;
    background: transparent;
  }
}
body .content-card .form .invisible {
  display: none;
  transition: display 2s;
}
body .content-card .form .password-strength-meter-label {
  color: white;
}
body .content-card .form .password-strength-meter[value] {
  appearance: none;
  border: none;
  width: 100%;
  height: 10px;
  background-color: var(--color-primary-green);
  border-radius: 3px;
  margin-bottom: 20px;
}
body .content-card .form .password-strength-meter[value]::-webkit-progress-value {
  transition: width 2s;
}
body .content-card .form .password-strength-meter[value].very-weak::-webkit-progress-bar {
  background-color: var(--color-primary-green);
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].very-weak::-webkit-progress-value {
  background-color: var(--color-primary-red);
}
body .content-card .form .password-strength-meter[value].very-weak::-moz-progress-bar {
  background-color: var(--color-primary-red);
}
body .content-card .form .password-strength-meter[value].weak::-webkit-progress-bar {
  background-color: var(--color-primary-green);
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].weak::-webkit-progress-value {
  background-color: var(--color-danger);
}
body .content-card .form .password-strength-meter[value].weak::-moz-progress-bar {
  background-color: var(--color-danger);
}
body .content-card .form .password-strength-meter[value].so-so::-webkit-progress-bar {
  background-color: var(--color-primary-green);
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].so-so::-webkit-progress-value {
  background-color: var(--color-warning);
}
body .content-card .form .password-strength-meter[value].so-so::-moz-progress-bar {
  background-color: var(--color-warning);
}
body .content-card .form .password-strength-meter[value].good::-webkit-progress-bar {
  background-color: var(--color-primary-green);
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].good::-webkit-progress-value {
  background-color: var(--color-success-light);
}
body .content-card .form .password-strength-meter[value].good::-moz-progress-bar {
  background-color: var(--color-success-light);
}
body .content-card .form .password-strength-meter[value].great::-webkit-progress-bar {
  background-color: var(--color-primary-green);
  border-radius: 3px;
}
body .content-card .form .password-strength-meter[value].great::-webkit-progress-value {
  background-color: var(--color-success);
}
body .content-card .form .password-strength-meter[value].great::-moz-progress-bar {
  background-color: var(--color-success);
}
body footer .logo-tks {
  width: 50px;
  height: auto;
  margin-right: 20px;
}
body footer .copyright-text {
  color: white;
}

/*# sourceMappingURL=login.css.map */
