*, html{
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}
body{
	background-color: #9a9a9a;
}
nav{
	background-color: white;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	padding-right: 8rem;
	padding-left: 10rem;
}
nav ul{
	display: flex;
	align-items: center;
	gap: 5rem;
	list-style: none;
}
nav div img{
	width: 5px;
	
}
nav ul li a{
	text-decoration: none;
	font-family: "Segoe UI", sans-serif;
	color: #B0C4DE;
	font-weight: 600;
	padding: 8px 0;
	transition: all;
	transition-duration: 300ms;
	border-bottom: 1px solid rgba(255, 68, 0, 0);
	
}
nav ul li a hover{
	background-color: blue;
	border-bottom: 1px solid #FF4500;
	
}


.header{
    width: 100%;
    height: 80px;
    background-color: #0652DD;
    margin: auto;
}
.textlogo{
    display: flex;
	color: #B0C4DE;
    line-height: 75px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20pt;
    margin: auto;
	padding-left: 0rem;
}
.boxlogin{
    padding-top: 15px;
}
.hero{
    width: 100%;
    height: 100%;
    padding: 20px 0px 0px 100px;
    background-color: #dfe4ea;
}
h3{ 
    color: #1289A7;
    line-height: 75px;
    font-family: 'Poppins', sans-serif;
    font-size: 18pt;
    font-weight: 300;
    margin: auto;
}
.texthero{
    color: #0652DD;
    line-height: 75px;
    font-family: 'Poppins', sans-serif;
    font-size: 25pt;
    font-weight: bolder;
    margin: auto;
}
h1{
    color: #2f3542;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 20pt;
    font-weight: 300;
}
.formhero{
    padding: 0px 50px 0px 0px;
}
.panel{
    border-radius: 15px !important;
}
.footer{
    width: 100%;
    height: 100px;
    text-align: right;
    padding-right: 280px ;
}

