body {
  background: #457C1A;
}

.d_fle__row {
  display: flex;
  flex-direction: row;
}

.d_fle__col {
  display: flex;
  flex-direction: column;
}

.grau {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.grau_logo {
  background-image: url('../img/logo_grau.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 75px;
  margin: 0 auto;

}

.grau_container {
  background: white;
  padding: 30px;
  width: 400px;
  border-radius: 10px;
  box-shadow: -1px 3px 56px -14px rgba(0, 0, 0, 0.73);
  -webkit-box-shadow: -1px 3px 56px -14px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: -1px 3px 56px -14px rgba(0, 0, 0, 0.73);
}

.grau_container input {
  padding: 12px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
}


.grau_container__form__group label {
  color: #457C1A;
}


#kc-form-buttons button {
  margin-top: 35px;
  margin-bottom: 10px;
  background: #457C1A;
  width: 100%;
  border: #457C1A;
  color: white;
  font-weight: bold;
  height: 45px;

}

.grau_container__form__group {
  margin-top: 15px;
}

.grau_container__form__group__input {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-color: #457C1A;
  border: 2px solid #457C1A;
  padding: 0 10px;
}

.grau_container__form__group__input__svg__style {
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.grau_container__form__group__input__key {
  background-image: url('../img/key.svg');
}



.grau_container__form__group__input__login {
  background-image: url('../img/do_login.svg');

}

.grau_container__form__group__input__visible__key {
  margin-top: 5px;

  background-image: url('../img/visible.svg');
  cursor: pointer;
}


.grau_container__form__group__input__no__visible__key {
  margin-top: 5px;

  background-image: url('../img/no_visible.svg');
  cursor: pointer;
}


.grau_container__bg__img {
  background-image: url('../img/grau_ia_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 450px;
  height: 800px;
}

.kc-login-class-custom {
  position: relative;
  height: 100vh;
}


.kc-form-card-class-custom {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}



.kc-form-link {
  font-style: italic;
  color: #006B8C;
  margin-left: 15px;


}


.grau__create__acount__msg {
  color: #457C1A;
  margin-left: 15px;

}

.grau__create__acount {
  font-style: italic;
  color: #006B8C;
}

#kc-logout-confirm {
  padding: 85px !important;
}

#kc-logout-confirm > p {
    color: white !important;
}


#kc-logout {
    padding: 5px !important;
    border: 1px solid white !important;
    background: white !important;
}


@media screen and (max-width: 700px) {
  .grau_container__bg__img {
    display: none;
  }


  .kc-form-card-class-custom {
    top: 0;
  }
}