* {
  /*font-family: Arial;*/
  box-sizing: border-box;
}

body {
  background:url(/design/loginbg.jpg) center top no-repeat;
}

input[type=text], input[type=email], input[type=password] {
  border:0px;
  padding:0px 20px;
  height:42px;
  line-height:42px;
  background:#e6f5f7;
  width:302px; 
  margin-bottom:18px;
  font-size:23px;
  font-family:'Lato';
  font-weight:300;
}

.button {
  border:2px solid #008cce;
  border-radius:3px;
  background:white;
  color:#008cce;
  padding:0px 30px;
  height:43px;
  line-height:40px;
  font-family:'Bree Serif';
  font-size:21px;
  text-transform: uppercase;
}

a {
  font-family:'Lato';
  font-weight:400;
  color:#673b16;
  font-size:23px;
}

h1 {
  margin:0px;
  padding:0px 0px 20px 0px;
  text-align:center;
  font-size:28px;
  font-weight:bold;
  color:#008cce;
}

sup {
  color:red;
  font-size:20px;
  padding-left:10px;
  position:absolute;
}

.error {
  width:600px;
  text-align:center;
  margin:20px auto;
  padding:10px;
  
  border:1px solid #aa0000;
  color:#aa0000;
  background:#ffeeee;
}

.error a {
  font-size:16px;
  color:#aa0000;
  text-decoration:underline;
}

::-webkit-input-placeholder {
   color: #018ad1;
}

:-moz-placeholder {
   color: #018ad1;  
}

::-moz-placeholder {
   color: #018ad1;  
}

:-ms-input-placeholder {  
   color: #018ad1;  
}