body{
	
	background: url("../images/fondo.jpg") no-repeat center center fixed;
	background-size: cover;
}

.main-section{
	margin: 0 auto;
	margin-top: 40%;
	padding: 0;
}
.modal-content{
	background-color: #3b4652;
	opacity: .85;
	padding: 0 20px 20px;
	box-shadow: 0px 0px 3px #848484;
}
.user-img{
	margin-top: -50px;
	margin-bottom: 10px;
}
.user-img img {
	width: 90px;
	height: 90px;
	box-shadow: 0px 0px 3px #848484;
	border-radius: 80%;
}
.form-group input{
	height: 42px;
	font-size: 18px;
	border: 0;
	padding-left: 54px;
	border-radius: 5px;
}
.form-group::before{
	font-family: "font Awesome\ 5 Free";
	position: absolute;
	left: 28px;
	font-size: 22px;
	padding-top: 4px;
}
#textob{
	color: aliceblue;
	margin-top: -10px;
	margin-bottom: 10px;
}
.form-group#user-group::before{
	content: "\f007";
}
.form-group#contrasenia-group::before{
	content: "\f023";
}
button{
	width: 60%;
	margin: 5px 25px;
}
.forgot a{
	color: white;
	padding-bottom: 5px;
}
