html {
    height: 100%;
}
body {
    font-family: 'Didact Gothic', Verdana, sans-serif;
    margin: 0;
    background-color: #5a9fa6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFF;
}
.head, .form, .ty { width:280px; margin: 40px auto; text-align: center; }
.head { color:#FFF; }
.headTitle {
	font-size: 28px;
  display: block;
  margin: 20px 0px;
}
a:link, a:visited, a:hover, a:active {
  color: #FFF;
}
.form  { 
  padding:  40px 30px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color:#FFF!important;
}
.ty  { 
  padding:  40px 30px;
  background-color: #5a9fa6;
  border-radius: 10px;
  color:#FFF!important;
}
.inputs, input[type=submit] {
  width: calc(100% - 30px);
  padding: 10px 20px;
  margin: 15px 0px;
  box-sizing: border-box;
  border: 1px ;
  border-color: #666;
  border-radius: 5px;
  background-color: #FFF;
}
.inputs{
  box-shadow: inset 2px 1px 1px rgba(0, 0, 0, 0.25);
}
input[type=submit] {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); color:#222;
}
.err { font-size: 12px; }
