

.btn-enter-login{
  width: 100%; 
  height: 100%;
  background:#DFFFB2;
  border: 1px  #485972 solid; 
  justify-content: center; 
  align-items: center; 
  display: inline-flex;
}

.btn-enter-login:hover {
	background:  #485972;
    /* border-radius: 25px; */
    border: 1px  #485972 solid;
    color: #DFFFB2;
}




.custom-input{

}
.custom-input-login{
	border: 4px solid #DFFFB2;
}
.input-group{
    background-image: src("assets/img/CABEZAROBOT_grande.png");
}
.input-group .unit {
	position: absolute;
	display: block;
	top: 10px;
	right: 100px;

	color: #000000;
	padding-left: 20px;

}

input.error {
  border: solid 2px #FF0000;
}