* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px Helvetica;
  background: #d35400; 
    background: #ebc9a2; 
	background: URL("../images/paddyfield2.jpg");
	background-size: cover; 
}

section {
  width: 275px;
/*  background: #ebc9a2; 
  background: #ecf0f1; */
  
  padding: 0px 30px 30px 30px;
/*  background: url('aac-logo.png') center center no-repeat,#ecf0f1;*/
  margin: 220px auto;
  text-align: center;
  border-radius: 5px; 
}

span {
  display: block;
  position: relative;
  margin: 0 auto;
  top: -20px;
  height: 80px;
  width: 80px;
  
/*  background: url('images/icons/aac-logo.png') center center no-repeat, #f39c12;   */
  background: url('images/icons/aac-logo.png') center center no-repeat;  
  border-radius: 50%;
/*  box-shadow: 1px 1px 2px rgba(0,0,0,.3);  */
 }

#login {
  display: block;
  position: relative;
  margin: 0 auto;
  top: -20px;
  height: 80px;
  width: 80px;
  
/*  background: url('images/icons/aac-logo.png') center center no-repeat, #f39c12;   
  background: url('images/icons/aac-logo.png') center center no-repeat;  
  border-radius: 50%;
/*  box-shadow: 1px 1px 2px rgba(0,0,0,.3);  */
 }

h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 30px;
}

input {
  width: 100%;
/*  background: #bdc3c7; 
  background: #008040; */
	background:#FFFFFF;
/*  background:#333333;  */
  border: none;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight:bold;
  color:#157E0A; 
/*  color: #7f8c8d;
  color: #000000; */
}

input:focus {
  outline: none;
}

/*button { */
.login-submit {
  width: 100%;
  height: 30px;
  border: none;
/*  background: #3498db; */
  background: #008040; 

  color: #ecf0f1; 
  font:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all ease-in-out .2s;
/*  border-bottom: 3px solid #2980b9; */
}

.log.button:focus {
  outline: none;
}

.log.button:hover {
  background: #2980b9;
}

h2 {
  font-size: .75em;
}

a {
/*  color: #e74c3c;*/
color:#FFFFFF;
  text-decoration: none;
  transition: all ease-in-out .2s;
}

h2.a:hover {
  color: #c0392b;
}



