@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	background: url('../img/back.jpg') no-repeat top center fixed;
	background-size: cover;
}
.main-section{
	margin: 0 auto;
	margin-top: 130px;
	padding: 0;

}
.formu{
background: rgb(0,225,196);
background: linear-gradient(0deg, rgba(0,225,196,1) 35%, rgba(175,255,245,1) 100%);
	opacity: .95;
	padding: 0 18px;
	box-shadow: 0px 0px 6px #037d6d;
}
.user-img{
	margin-top: -70px;
	margin-bottom: 35px;
}
.user-img img{
	width: 200px;
}
.form-group{
	margin-bottom: 25px;
}
.input-group{
	margin-bottom: 25px;
}
.form-group input{
	height: 42px;
	border-radius: 5px;
	border: 0;
	font-size: 18px;
	padding-left: 54px;
}
.form-group::before{
	font-family: "Font Awesome\ 5 Free";
	content: "\f007";
	position: absolute;
	font-size: 22px;
	color: #555e60;
	left: 28px;
	padding-top: 4px;
}.form-group:last-of-type::before{
	content: "\f023";
}
.form-group:last-of-type::before{
	content: "\f023";
}
.button{
 width: 60%;
 margin: 5px 0 25px;
}
.btne{
	background-color: #011c87;
	color: #fff;
	font-size: 19px;
	padding: 7px 14px;
	border-radius: 5px;
	border-bottom: solid 4px #01135b ;
}
.btne:hover, .btne:focus{
	color: #fff;
	background-color: #2843af!important;
	border-bottom: solid 4px #283e93!important;
}
.svg-inline--fa{
	font-size: 20px;
	margin-right: 7px;
}
.textoc{
	margin-top: 20px;
}
.error{
	display: none;
}
.errormensaje{
	background-color:#D50909;
	color:#FFF;
	padding:5px;
}

.page-header h1{
	background: rgb(0,53,150);
	background: linear-gradient(0deg, rgba(0,53,150,1) 6%, rgba(76,141,191,1) 57%, rgba(175,255,245,1) 100%);
	border-radius: 10px;
}

.barraabajo
{
	position: fixed;
	bottom: 0;
	background-color:
	rgba(0, 0, 0, 0.4);
	width: 100%;
}
@media (max-width: 768px){
	.barraabajo
		{
			display: none;
		}
	}