<style type="text/css">
html { height: 100% }
.login {
  background: #fff;
  border: 1px solid #D03238; 
  border-radius: 0px;
  height: 340px;
  margin: 0px auto 0;
  width: 600px;   
  box-shadow: 0 1px #D03238;
  box-sizing: border-box;
  box-shadow: inset 1px 0px 0px #D03238, 0px 2px 0px 0px #D03238, 0px 8px 12px #999;
}
.login h1,h3,h6 {
  border-bottom: 1px solid #D03238;
  border-radius: 0px 0px 0 0;
  box-sizing: border-box;
  color: #D03238 font-size: 20px;
  display: block;
  height: 40px;
  font-family: "Lato";  
  padding-top: 10px;
  margin: 0;
  text-align: center;
  box-shadow: inset 1px 0px 0px #D03238, 0px 1px 0px 0px #D03238, 0px 0px 2px #999;  
}
input[type="password"], input[type="text"] , input[type="search"] {
  border: 1px solid #a1a3a3;
  border-radius: 2px;
  box-shadow: inset 1px 0px 0px #D03238, 0px 1px 0px 0px #D03238, 0px 5px 6px #999;
  box-sizing: border-box;
  color: #696969;
  height: 30px;
  margin: 31px 0 0 40px;
  padding-left: 37px;
  transition: box-shadow 0.3s;
  width: 240px;
}
input[type="password"]:focus, input[type="text"]:focus {
  box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);  outline: 0;
}
.show-password {
  display: block;
  height: 16px;
  margin: 26px 0 0 28px;
  width: 87px;
}
input[type="checkbox"] {
  cursor: pointer;
  height: 16px;
  opacity: 0;
  position: relative;
  width: 64px;
}
input[type="checkbox"]:checked {
  left: 29px;
  width: 58px;
}

.forgot {
  color: #3b3b3b;
  display: inline-block;
  float: right;
  font: 10px/1 sans-serif;
  left: -25px;
  position: relative;
  text-decoration: none;
  top: 5px;
  transition: color .4s;
}
.forgot:hover { color: #D03238 }


input[type="submit"],input[type="reset"], input[type="button"]{
  width:200px;
  height:25px;
  display:block;
  font-family:Arial, "Helvetica", sans-serif;
  font-size:15px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #D03238;
  padding-top:6px;
  margin: 22px 0 0 40px;
  position:relative;
  cursor:pointer;
  border: none;  
  background-color: #D03238;
  background-image: linear-gradient(top,#D03238,#D03238);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius:2px;
  box-shadow: inset 0px 1px 0px #D03238, 0px 5px 0px 0px #D03238, 0px 10px 5px #999;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active{
  top:3px;
  box-shadow: inset 0px 1px 0px #D03238, 0px 2px 0px 0px #D03238;, 0px 5px 3px #999;
}

body{width:100%;margin:auto;min-width:600px;max-width:2000px}

</style>
