* {
  font-family:Consolas, Courier, Monospace;
  margin: 0;
}

div.container{
  width: 960px;
  height: 610px;
  margin:50px auto;
  font-family: 'Droid Serif', serif;
  position:relative;
}

div.main{
  width: 320px;
  margin-top: 10px;
  float:left;
  padding: 10px 55px 40px;
  background: linear-gradient(60deg, #AD7400, #F5D000, #AD7400);
  border: 5px solid #888888;
  box-shadow: 0 0 10px;
  border-radius: 12px;
  font-size: 13px;
}

label{
  color: #464646;
  text-shadow: 0 1px 0 #aaa;
  font-size: 14px;
  font-weight: bold;
}

input[type=text],[type=password] {
  width: 97.7%;
  height: 34px;
  padding-left: 5px;
  margin-bottom: 20px;
  margin-top: 8px;
  box-shadow: 0 0 5px #FFff00;
  border: 2px solid #999;
  color: #4f4f4f;
  font-size: 16px;
}
.redbutton {
  width: 100%;
  background: linear-gradient(to top right, #CC3A00, #990000);
  border: 1px solid #0F799E;
  font-size: 20px;
  margin-top: 15px;
  padding: 8px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  text-shadow: 0px 1px 0px #13506D;
}

.redbutton:hover {
  background: linear-gradient(to top right, #990000, #CC3A00);
}

.redbutton:active {
  background: linear-gradient(#BB0000, #DD5A00);
}
