*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body
{
	background-color:#8ACBCE;
	font-family: 'Inter', sans-serif;
}
.aside
{
	position: absolute;
	top: 59px;
	left: 30px;
	color: white;
	letter-spacing: 1px;
	font-size: 16px;
	
}
.box
{	position: absolute;
	z-index: 2;
}
.box img
{
position: absolute;
left:50px;
top:6vh ;
transform: rotate(-7.75deg);
}
.container
{
position: fixed;
width: 100%;
height: 100%;
left: 450px;
top: 0px;
background: #FFFFFF;
border-radius: 25px;
overflow: hidden;
z-index: 1;
}
.container > h1
{
	letter-spacing: -1px;
	font-size: 37px;
position: absolute;

left: 130px;
top: 104px;

font-family: inherit;
font-weight: 900;

color: #000000;
}
.inputarea
{
	width: 500px;
	height: 30px;
	border:none;
	border-bottom: 1px solid #a0a0a0;
	font-size: 18px;
}
.formdata
{
	position: absolute;
	top: 250px;
	left: 140px;
}
.inputbtn
{
	position: absolute;
width: 405px;
height: 45px;
left: 30px;
top: 160px;

background: #5AbBbE;
border:none;
color: white;
font-size: 18px;
font-family: inherit;
font-weight: bold;
letter-spacing: 2px;
}
#alink
{	position: absolute;
	top: 480px;
	left: 140px;
}
#alink > h2
{
display: inline-block;
font-size: 19px;
color: #a0a0a0;
}
#alink > a
{
text-decoration: none;
font-size: 19px;
color: #5AbBbE;
}
#btn :hover{background-color: #11Ccf1;}