*,
body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #1b3159;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  min-height: 100vh;
  background-color: #F9FAFC;
  background-image: url("../img/login-bg.png");
  background-attachment: fixed;
  background-size: cover;
}

.form-body {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 50px 20px;
  overflow-y: auto;
}

.form-body > .row {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-holder {
  width: 41.5%;
  max-width: 330px;
}

.website-logo {
  text-align: center;
  margin-bottom: 62px;
}

.alert-wrapper {
  padding: 0 !important;
  float: none !important;
}

.alert {
  width: 100%;
  margin-bottom: 24px;
  padding: 8px;
  display: flex !important;
  align-items: center;
  font-size: 12px;
}

.alert span {
  padding-left: 8px;
  font-size: 12px;
}

.alert .fa {
  display: none !important;
}

.kc-feedback-text {
  font-size: 12px !important;
}

.alert-error {
  color: #611A15;
  background-color: #FCE7E8;
  border-color: #F6B9BE;
}

.form-card {
  width: 100%;
  padding: 24px;
  margin-bottom: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: -2px 2px 8px -1px #1b315929 !important;
}

.form-card .form-group:last-child {
  margin-bottom: 0;
}

#kc-social-providers > h4 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 400;
}

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

#kc-social-providers ul > * {
  margin-top: 12px;
}

#kc-social-providers ul>*:first-child {
  margin-top: 0;
}