:root {
  --blue: #3659a2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3659a2;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h2, .h2 {
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.305rem + 0.66vw);
  }
}

h3, .h3 {
  font-size: 1.575rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2825rem + 0.39vw);
  }
}

h4, .h4 {
  font-size: 1.35rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.26rem + 0.12vw);
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

body.authentication {
  height: 100%;
  background: #233876;
}

.login-form {
  background: #fff;
  border-radius: 0.25rem;
}

div.password-input-container {
  position: relative;
}

#togglePassword {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* Forgot password */
div.newpassword-input-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 10px;
}

div.confirmnewpassword-input-container {
  position: relative;
}

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