.control-label {
  font-size: 1.4rem;
}

div.kc-logo-text {
  background-image: url(../img/iTester-logo.png);
  height: 128px;
  background-repeat: no-repeat;
  background-position: center;
}

div.kc-logo-text + div.branding-text {
  color: #575757;
  margin: 0 auto;
}

.btn {
  border-radius: 4px
}

.login-pf-page .card-pf {
  border-radius: 12px;
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.35);
  min-height: 20rem;
  padding: 4rem 2.5rem;
}

.form-group {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1rem;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  box-sizing: border-box;
  box-shadow: none;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  outline: none;
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
  border: none;
  border-bottom: 1px solid #A2A2A2;
}

input:-webkit-autofill::first-line {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

#kc-login,
.zocial,
a.zocial {
  border-radius: 12px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

#kc-login {
  color: #fff;
  background: #33796c;
  border: solid 1px #30645b;
  position: relative;
  bottom: -6.5rem;
  width: 30%;
}

#kc-login:hover,
.zocial:hover,
a.zocial:hover {
  box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.6);
}

#kc-login:hover {
  box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.6);
  filter: brightness(1.1);
}