

body{

	margin: 0 ;
	padding: 0;
	background: url(water.jpg);
	background-size:cover;
	background-position:center ;
	font-family:sans-serif ;

 

}
.loginbox{

	width: 320px;
	height: 420px;
	background:#000;
	color:#1E90FF ;
	
	top: 50%;
	left: 50%;
	position:absolute;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding:120px 40px ;


}
.aveter{
	width:100px ;
	height:100px ;
	border-radius:50% ;
	position: absolute;
	top:-50px ;
	left:calc(50% - 50px);
}
.loginbox h1{
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	
	font-size:big ;
 }
h6{

	font-size:small;
	
	color:#fff;

 }
 
 .loginbox h3{
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
	color:#1E90FF;
	font-weight: bold;
	font-size:small ;
 }
 
 
.loginbox p{
 	margin:0;
 	padding: 0;
 	font-weight:bold ;
 	
 }

.loginbox input{
	width: 100%;
	margin-bottom: 20px;

}
.loginbox input[type="text"]{

	border:none ;
	border-bottom:1px solid #fff ;	
	background: transparent;
	outline:none ;
	height: 40px;
	color: #fff;
	font-size:15px ;
}
.loginbox input[type="submit"]{

	border: none;
	outline:none ;
	height:40px ;
	background:#1E90FF ;
	color: #fff;
	font-size:20px;
	border-radius:20px ;
}
.loginbox input[type="submit"]:hover{

	cursor:pointer ;
	background:#FFF ;
	color: #1E90FF;
}
@media(max-width: 700px){/*adjusting the webpage to be suitable for small devices*/

    .loginbox{

  position: absolute;
  width: 350px;
  height: 630px;
  padding:90px 40px ;
}

.aveter{
	width:100px ;
	height:100px ;
	border-radius:50% ;
	position: absolute;
	top:-37px ;
	left:calc(50% - 50px);
    
}
.loginbox h1{
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	
	font-size:20px ;
 }
.loginbox h6{
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
	color:#fff;
	
	font-size:10px ;
 }
 
.loginbox  h3{
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
	color:#1E90FF;
	font-weight: bold;
	font-size:14px ;
}

.ApplicationForm p{
 	margin:0;
 	padding: 0;
 	font-weight:bold ;
 	color:#fff;
 	
 }
 
 .ApplicationForm input[type="submit"]{
     
    border: none;
	outline:none ;
	height:40px ;
	background:#1E90FF ;
	color: #fff;
	font-size:20px;
	border-radius:20px ;

}



}

