body{
	 background-color: #001a26;
}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  input[type=submit] {
    width: 100%;
    background-color: #2A84A8;
    color: white;
    padding: 14px 20px;
    margin: 4px 0;
    border: none;
    border-radius: 4px;
	font-size:18px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #2A84A8;
  }
  
  div {
    border-radius: 5px;
    padding: 10px;
  }
.logo{
    text-align: center;
	color: #fff;
}  
label{
color: #fff;	
}
h1{
  background-color: brown;
  color: red;
}