body {
  background-color: #16191b;
  margin: 0;
  color: #b1b4b6;
  font-size: 15px;
  line-height: 1.6;
  font-family: CircularStd-Book, serif;
}

a {
  color: #1f73f0;
}

#kc-header, header, label[for=username], label[for=password] {
  display: none;
}

#kc-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#kc-content-wrapper {
  width: 372px;
}

#kc-content-wrapper .alert-success,
#kc-content-wrapper .alert-error {
  margin-bottom: 16px;
}

#kc-form {
  background-color: #25282a;
  padding: 32px 48px 48px;
  border-radius: 1px;
  box-shadow: 0 4px 16px 2px rgba(0, 0, 0, 0.6);
}

#kc-form-wrapper {
  position: relative;
  padding-bottom: 32px;
}

#kc-form-wrapper:before {
  display: block;
  content: 'HeroPlatform_';
  width: 100%;
  margin: 16px 0 28px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 0.86
}

#kc-form-options {
  margin: 24px 0 0 0;
}

#kc-form-buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#kc-info {
  margin-top: 24px;
}

input[type=text], input[type=password] {
  width: 100%;
  background-color: #323436;
  color: #b1b4b6;
  line-height: 1.6;
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 0;
  border-width: 0;
  border-bottom: 1px solid #656769;
  box-sizing: border-box;
  margin-top: 24px;
  outline: none;
  transition: background-color 50000s, color 50000s, outline-width 150ms;
}

input:focus {
  outline: 2px solid white;
}


input[type=submit] {
  height: 40px;
  width: 100%;
  border-radius: 20px;
  border-width: 0;
  background-color: #1f73f0;
  color: white;
  cursor: pointer;
  transition: background-color 150ms;
}

input[type=submit]:hover {
  background-color: #113fb6;
}

.checkbox label {
  display: flex;
  align-items: center;
}

input[type=checkbox] {
  background-color: #323436;
  margin: 0 8px 0 0;
}

#kc-social-providers h4 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

#kc-social-providers ul {
  text-align: center;
  padding: 4px 0 24px 0;
  margin: 0;
}

hr {
  display: none;
}

/* move "forgot password" to bottom */
form#kc-form-login div:nth-child(3) div:nth-child(2) {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  letter-spacing: 0.35px;
  text-align: center;
  width: 100%;
  color: #8b8e90;
}
form#kc-form-login div:nth-child(3) div:nth-child(2) a {
  color: #8b8e90;
  transition: color 150ms;
}
form#kc-form-login div:nth-child(3) div:nth-child(2) a:hover {
  color: white;
}

#kc-passwd-update-form input[type=text],
#kc-passwd-update-form input[type=password] {
  margin-top: 8px;
}

#kc-passwd-update-form label {
  margin-top: 16px;
  display: block;
}

.alert-warning {
  margin-bottom: 24px;
}