

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	background-color: rgba(116, 235, 213,0.6);
	background-size:100%;
	background-repeat:no-repeat;
	display: flex;
	width: 100vh;
	align-items: center;
	justify-content:center;
	min-height;100vh;
	
	
	
}


.container{
	background-color:#9face6;
	border-radius:10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2.8px 2.2px rgba(0,0,0.034), 0 6.7px 5.3px rgba(0,0,0.048);
	overflow: hidden;
	width: calc(100vw-80vw);
	max-width:100%;
}

.header{
	background: linear-gradient(to-left,#74ebd5, #9face6);
	padding:30px 0;
}
.header h2{
	color: #222;
	font-family: var(--my-btn-font);
	font-size:50px;
	text-transform:uppercase;
	text-align: center;
	background-color: #003BD9;
}
.form{
	padding:49px;
}
.form-control{
	margin-bottom: 20px;
	position:relative;
}
.form-control label{
	display: inline-block;
	margin-bottom: 35px;
	font-size:50px;
}
.form-control input{
	width: 100%;
	border: 3px solid #f0f0f0;
	border-radius: 5px;
	display:block;
	font-size:35px;
	padding: 20px;	
}

.form-control input:focus{
	outline:2;
	border-color:9face6;	
}




a{
	background:#FFCF6F;
	border-radius:5px;
	border:2;
	outline:2;
	color: black;
	font-size:30px;
	padding:20px 0;
	font-weight:bold;
	display:block;
	text-align:center;
}

bhsg{
	border-radius:5px;
	border:2;
	outline:2;
	border-color:#000000;
	color: black;
	font-size:30px;
	padding:20px 0;
	width: 100px;
	font-weight:bold;
	text-align:center;
	display:block;
}

section{
	align-items:center;
	
}
