@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap') ;
@import url('https://fonts.google.com/specimen/Roboto+Slab?standard-styles=&selection.family=Roboto:wght@400;700&category=Serif,Handwriting,Monospace#license') ;
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap') ;

body {
	margin:0 auto;
	background-color:#ffffff;
	background-color:rgba(38, 115, 38,.9);
 }
 *{
	 box-sizing:border-box ;
 }
.wrapper {	
	padding: 0px 0px 0px 0px;
	width:auto;	
	margin:0 auto;
}
header {
	height:160px;
	background-color:white
}

.position-fixed-nav{
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	background-color:white;
	z-index:999
}
.green-bg {
	background-color:rgba(38, 115, 38,1);
	padding:11px;
	color:white;
	padding-left:60%;
	padding-right:11%;
	margin:0px;
	font-size:16px;
	font-size:16px;
}
.green-bg-information a{
	text-decoration:none;
	color:white;
}
.green-bg-information{
	float:right;
	padding-right:30%;
}
.logo-header-text{
	text-align:center;
	line-height:1;
	font-family:Robotoslab,Courier, monospace;
	float:right;
	padding-left:50px
 }
 .logo-header-img img{
	max-height:150px;
	float:left;
	max-width:100%
 }
 .logo-header {
	 float:left;
	padding-left: 15%;
 }
.text h1{
	color:white;
	font-weight:400;
	font-size:38px;
	text-align:center;
	padding-bottom:30px
 }
.text h2{
	color:white;
	font-weight:400;
	font-size:23px;
	text-align:center;
}
.contentwrapper {
	padding-top:50px; 
	font-size:23px;
	font-family:Roboto,Courier, monospace;
}
.input-size{
	height:30px;
	padding:3px;
	font-size:23px
}
p{
	margin:0px;
	margin-top:20px
}
.status2 {
	font-size:10px
}
.float-left{
	float:left;
}
section {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center
}
.container{
	width:90%;
	max-width:500px;
	margin:0 auto;
	padding:20px;
	box-shadow:0px 0px 15px rgba(0, 51, 0, .7);
	background-color:white
}
.adat{
	width:100%;
	margin-top:20px;
	position:relative
	
}
#status{
	margin-top:20px
}

.adat input{
	width:100%;
	padding:10px;
	
}
.submit-box{
	padding:40px 0px 0px 0px;
	width:100%;
}
.submit{
	background-color:rgba(38, 115, 38,1);
	color:white;
	width:100%;
	padding:17px;
	border:0px;
	border-radius:2%;
	font-size:20px;
	cursor:pointer;
}
.submit:hover{
	background-color:rgb(0, 51, 0);
}
