body, html {  height: 100%; margin: 0; }
.bg{ background-image: url('../images/estadio_basico2.png?channel03'); height: 100%; background-position: center;background-repeat: no-repeat;background-size: cover; }

.center_div{ position: absolute; height: 200px; width: 400px; margin: -100px 0 0 -200px;  top: 30%; left: 50%; text-align: center;}

.input100 {
  background: #CCCCCC 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 100%;
  height: 50px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 10px;
  width: 360px;
}

.div_icon_input{
  width: 320px;
  height: 50px;
  background: #CCCCCC 0% 0% no-repeat padding-box;
  opacity: 1;
  display: inline-flex;
  border-radius: 6px;
  padding-left: 15px;
  margin-left: 25px;
}

.img_input{
  width: 30px;
  height: 25px;
  background: #CCCCCC 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 6px;;
  margin-top: 13px;
  padding-right: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font: normal normal normal 20px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font: normal normal normal 20px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font: normal normal normal 20px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #CCCCCC;
}

.login100-form-btn {
  width: 320px;
  height: 49px;
  background: #B1A76C 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
}

.login100-form-btn:hover {
  background: #afa56b;
  color: #fff;
}

.alert {
  padding: 30px;
  height: 20px;
  background-color: #f44336;
  color: white;
  text-align: center;
  font-size: 30px;
}