@charset "utf-8";
#wrapper {
    background-color:white;
    margin: auto;
    height: auto;
    width: 70%;
	padding-top: 1px;
}
.header{
	background-color:#0023C7;
	color: #FFFFFF;
	width:auto;
	height: auto;
	padding: 1px;
	text-align: center;
}
.button1 {
  width: 85%;
  padding: 12px 20px;
  margin: 8px 0;
  background-color: #0023C7; 
  color: white; 
  
}

.button1:hover {
  background-color: white;
  color: #0023C7;
  border: 2px solid #0023C7;
}
.footer{
	color: #FFFFFF;
    background-color:#0023C7;
    margin: auto;
    height: auto;
    width: 100%;
    text-align: center;
	clear:both;
	position:fixed;
	bottom: 0px;
}
.main{
	width: auto;
	height: 500px;
}
.text{
	font-size: 21px;
	text-align: center;
	color: #0023C7;
}
.text1{
	text-align: center;
	color: #0023C7;
}
.input{
  width: 85%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.button2 {
  width: 10%;
  padding: 12px 20px;
  margin: 8px 0;
  background-color: white;
  color: #0023C7;
  border: 2px solid #0023C7;
  
}

.button2:hover {
  background-color: #0023C7; 
  color: white;
}
