input:-webkit-autofill,

input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  /* margin-top: 10px; */
  width: 100%;
  color: #fff;  
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
/*   font-size: 1.3rem; */
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
/*   font-size: 1.3rem; */
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #fff;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #0a6132, #17D26D);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #17D26D;
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}

.bg-fundologin {
  background-image: url("../img/fundologin.png");
  background-size: cover;
  width: 100%;
}

.bg-fundoxp {
  background-image: url("../img/fundoxp.jpg");
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg-fundonelogica {
  background-image: url("../img/fundonelogica.png");
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg-fundodoo {
  background-image: url("../img/fundodoo.jpg");
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg-fundozero {
  background-image: url("../img/fundozero.png");
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg-renanlogindesktop-lg {
  background-image: url("../img/renanlogindesktoplg.png");
  background-size: cover;
  width: 100%;
}

.bg-renanlogindesktop-md {
  background-image: url("../img/renanlogindesktopmd.png");
  background-size: cover;
  width: 100%;
}

.btn-login{
  background-image: linear-gradient(to right, #17D26D 0%, #56B4D3  51%, #348F50  100%);
  /* margin: 10px; */
  /* padding: 10px 15px; */
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 10px;
  display: block;
  font-weight: bold;
}

.fs-7 {
  font-size: 0.9rem;
}