*{
	margin: 0;
	padding: 0;
}
.login{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.btn-ingresar{
	background: #0056b3;
}

.container-pass {
    display: flex;
    align-items: center;
}

.container-pass img{
   
	cursor: pointer;
}

.container-pass input {
    margin-right: 10px; /* Ajusta el espacio entre el input y la imagen según tus necesidades */
}