body{
   background:#FAFAFA;
}
img{
   width:110px;
   height:110px;
   }
#top{margin-top: 10%;}
.form-container {
   border: 1px solid #bfbfbf;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:300px;
   height: 300px;
   }
.form-field {
   border: 1px solid #BFBFBF;
   background: #f5f5f5;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #bfbfbf;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   margin-bottom:20px;
   width:224px;
   height:30px;
   }
.form-field:focus {
   background: #fff;
   color: #999999;
   }

.submit-container {
   width:224px;
   text-align: right;
   margin-top: -10%;
   }

.submit-container2 {
   width:224px;
   text-align: left;
   }

.submit-button-entrar {
   border: 1px solid #ffffff;
   background: #009fe3;
   color: #ffffff;
   font-family: helvetica, serif;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   width:70px;
   height:30px;
   }
.submit-button-entrar:hover {
   border: 1px solid #ffffff;
   background: #009fe3;
   color: #fff;
   }
.submit-button-entrar:active {
   border: 1px solid #ffffff;
   background: #0081b8;
   color: #fff;
   }

.submit-button-recordar {
   border: 1px solid #ffffff;
   background: #BFBFBF;
   color: #ffffff;
   font-family: helvetica, serif;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   width:141px;
   height:30px;
   }
.submit-button-recordar:hover {
   border: 1px solid #ffffff;
   background: #BFBFBF;
   color: #fff;
   }
.submit-button-recordar:active {
   border: 1px solid #ffffff;
   background: #ADADAD;
   color: #fff;
   }
