@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
  background-color:#ffffff;
  background-image:url(/images/login/background.jpg);
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-attachment:fixed;
  padding:0;
  margin:0;
}

body, div, input {
  font-family:'Raleway', sans-serif;
  font-size:14px;
  font-weight:300;
}

h1 {
  background-image:url(/images/login/logo.png);
  background-repeat:no-repeat;
  display:block;
  height:72px;
  text-indent:-5000px;
  margin:20px;
  padding:0;
  width:280px;
}

.btnSend {
  background-color:#6cb2e6;
  background-image:url(/images/button/save.png);
  background-repeat:no-repeat;
  background-position:top left;
  border:none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  color:#ffffff;
  cursor:hand;
  cursor:pointer;
  font-weight:bold;
  font-size:12px;
  padding:8px 10px 8px 39px;
  text-align:center;
  text-decoration:none;
}

section.login {
  background-color:rgba(255, 255, 255, 0.7);
  background-image:url(/images/login/logo-box.png);
  background-repeat:no-repeat;
  background-position:bottom 20px left 20px;
  margin-bottom:30px;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
  padding:30px 30px 20px 30px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  height:158px;
  width:305px;
}

section.login legend {
  color:#6cb2e6;
  display:block;
  font-size:20px;
  text-align:center;
  margin-bottom:35px;
  width:100%;
}

section.login input[type=text],
section.login input[type=password] {
  background-color:#ffffff;
  border:none;
  border-left:3px solid #6cb2e6;
  color:#919da7;
  margin-bottom:10px;
  margin-left:100px;
  padding:0;
  padding-left:19px;
  position:absolute;
  width:220px;
  height:45px;
}

section.login input[type=password] {
  margin-top:54px;
}

section.login input[type=submit] {
  background-color:#ffffff;
  background-image:url(/images/login/submit.png);
  background-repeat:no-repeat;
  background-position:center center;
  border:none;
  margin-left:297px;
  margin-top:54px;
  text-indent:-5000px;
  position:absolute;
  height:45px;
  width:45px;
}

footer {
  text-align:center;
  position:absolute;
  bottom:0;
  padding-bottom:20px;
  width:100%;
}

footer a {
  background-image:url(/images/login/help.png);
  background-position:top center;
  background-repeat:no-repeat;
  color:#919da7;
  display:block;
  padding-top:40px;
  text-decoration:none;
}
