:root {
  --white: #FFFFFF;

  --teal-700: #007FA5;
  --teal-700-35: #007FA559;
  --teal-700-20: #007FA533;
  --teal-800: #006B8B;

  --gray-200: #E9EBED;
  --gray-300: #D8DCDE;
  --gray-600: #68737D;
  --gray-800: #2F3941;

  --opal: #4C8600;
  --clay: #BD430F;
  --cranberry: #D32F2F;
}

i.fa[class*='google']:before {
  content: "\f1a0";
}

i.fa[class*='microsoft']:before {
    content: "\f17a";
}

.kc-social-providers-buttons {
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
}

.kc-social-providers-buttons a {
  padding: 8px 24px;
  width: 100%;
}
.kc-social-providers-buttons a img {
  height: 18px;
  width: 18px;
  margin-right: 24px;
}

.logo-link.navbar-brand strong, .logo-link.navbar-brand span{
  float:none;
}

#kc-social-providers{
  padding: 0px;
}

.alert-release {
  border: 1px solid var(--teal-700);
  background-color: var(--white);
  color: var(--gray-800);
}

.btn {
  border-radius: 8px;
  padding: 8px 24px;
}

.btn.btn-primary {
  color: var(--white);
  background-color: var(--teal-700);
  border-color: var(--teal-700);
}

#kc-form {
  width: 100%;
  clear: both;
} 

#kc-login {
  width: 100%;
  clear: both;
}

.button-full-width {
  width: 100%;
  clear: both;
}

#kc-login:hover,
.btn.btn-primary:hover {
  color: var(--white);
  background-color: var(--teal-800);
  border-color: var(--teal-800);
}

.btn.btn-link {
  color: var(--teal-700);
}

.btn.btn-link:hover {
  color: var(--teal-800);
}

.btn.btn-default {
  color: var(--gray-800);
  background-color: var(--white);
  border-color: var(--gray-200);
}

.btn.btn-default:hover {
  border-color: var(--teal-700-35);
}

.btn.active.focus,
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
  outline-offset: 0px;
  outline: 2px solid var(--teal-700-35) !important;
}

.btn.active.btn-default.focus,
.btn.active.btn-default:focus, 
.btn.focus.btn-default, 
.btn.btn-default:active.focus, 
.btn.btn-default:active:focus, 
.btn.btn-default:focus {
  outline: 2px solid var(--teal-700-20) !important;
}

.btn.btn-link.active.focus,
.btn.btn-link.active:focus, 
.btn.btn-link.focus, 
.btn.btn-link:active.focus, 
.btn.btn-link:active:focus, 
.btn.btn-link:focus {
  outline: none !important;
  text-decoration: underline;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--teal-700);
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border-radius: 8px;
  border-color: var(--gray-300);
  padding: 4px 16px;
  color: var(--gray-600);
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
  border-color: var(--teal-700);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline-offset: 0px;
  outline: 2px solid var(--teal-700-35) !important;
}

.kc-logo-wrapper img {
  height: 40px;
}

.kc-useful-links a {
  margin-right: 20px;
  color: var(--gray-800);
}

.alert-danger {
  color: var(--cranberry);
  border-color: var(--cranberry);
}

.alert-warning {
  color: var(--clay);
  border-color: var(--clay);
}

.alert-info {
  color: var(--teal-700);
  border-color: var(--teal-800);
}

.alert-success {
  color: var(--opal);
  border-color: var(--opal);
}

.alert-danger,
.alert-success,
.alert-warning,
.alert-info {
  border-radius: 3px !important;
  background-color: var(--white);
  width: 100%;
}

.alert-dismissable .close, .alert-dismissible .close {
  right: 0px;
  font-weight: 300;
  color: color: var(--gray-800);
}

.navbar-default {
  background-color: #375066;
  border-color: #2b3f50;
}

#kc-reset-password-form #kc-info-wrapper{
  margin-bottom: 20px;
}

#footer {
  display: flex;
  width: 440px;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#footer a,
#footer span {
  color: var(--gray-600);
}

.btn+.btn {
  margin-left: 0px;
}

/* DESIGN UPDATES */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: var(--white);
  padding-block: 0px;
}

#kc-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 100vh;
  padding-block: 72px;
  min-height: 750px;
}

#kc-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  gap: 32px;
}

#kc-content-wrapper {
  background-color: var(--white);
  padding: 0px;
  width: 400px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* END DESIGN UPDATES */

.logo-box {
  width: 100%;
  text-align: center;
  padding-block: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pl-0 {
  padding-left: 0px;
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.lh-24 {
  line-height: 24px;
}

.lh-28 {
  line-height: 28px;
}

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

label {
  margin-bottom: 4px;
  color: var(--gray-800);
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

ol#kc-totp-settings {
  padding-inline-start: 20px;
}

.other-credentials-line {
  padding: 20px 0;
  text-align: center;  

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;

  position: relative;
}

.other-credentials-line span {
  background: var(--white);
  padding: 0 5px;
  color: var(--gray-600);
  z-index: 1;
  position: relative;
}

.other-credentials-line::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--gray-200);
  content: '';
  left: 0;
  top: 50%;
  z-index: 0;
}