@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#kc-header {
  display: none;
}

.input-right-icon {
  position: absolute;
  top: 35%;
  right: 5%;
  color: #777;
}

.login-card {
  width: 360px;
  height: 430px;
  margin: 7% auto;
  color: #666;
}

.always-on-top {
  position: absolute;
  z-index: 999;
  top: 10%;
  right: 5%;
}

.login-box {
  min-width: 100vw;
  min-height: 100vh;
  background: #d2d6de;
}

.form-submit-button {
  background-color: #3c8dbc;
  border-color: #367fa9;
}

.link {
  color: #3c8dbc;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: #72afd2;
}
