
*{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
}
section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    
    background: url('imagenes/fondo.png')no-repeat;
    background-position: center;
    background-size: cover;
}
.form-box{
    position: relative;
    width: 400px;
    height: 470px;
    margin:7% auto;
	border-radius: 25px;
	background-color: rgba(24, 41, 87, 0.7);
	box-shadow: 0 0 17px #333;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form-box img{
width:160px;
display:block;
margin:20px auto;
}
h2{
    font-size: 2em;
    color: #fff;
    text-align: center;
}
.main {
	text-align: center;

}
.main input{
	width: 300px;
	height: 40px;
	border:none;
	outline: none;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 15px;
    background-color: rgb(255, 255, 255,0.5);
	margin-bottom: 40px;

}
.main input:hover {
	box-shadow: 2px 2px 5px #555;
	background-color:rgb(255, 255, 255);
}

.main span {
	position: relative;
}

.main i {
	position: absolute;
	left: 15px;
	color: rgba(24, 41, 87, 0.7);
    background-color:transparent;
    box-shadow: 2px 2px 5px transparent;
	font-size: 16px;
	top: 2px;
}

.forget{
    margin: 30px 0 30px ;
    font-size: .9em;
    color: #fff;
    display: flex;
    justify-content: space-between; 
    position: relative;
  bottom: 20px; 
}

.forget label input{
    margin-right: 3px;
  ;
    
}
.forget label a{
    color: #fff;
    text-decoration: none;
}
.forget label a:hover{
    text-decoration: underline;
    
}
button.boton{
    width: 50%;
    height: 40px;
    border-radius: 40px;
    background: #e91515;
    color:#fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    bottom: 30px;
}

.form-control{
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: #e91515;
    color:#fff;

}

.form-body img{
width:100%;
display:block;
margin:15px auto;

}

  