body {
  background: #FFFFFF;
  color: #cedce7;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}
#goMainDiv {
  height: 800px;
  background-position: center bottom;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  color: #596a72;
}
h1 {
  border-bottom: solid 1px;
}
#formDiv {
  margin-top: 30px;
  font-size: x-large;
}
.loginDesc {
  width: 200px !important;
}
label {
  display: inline-block;
  min-width: 150px;
}
.input {
  background-color: white !important;
  border: solid 1px #808080;
  background-image: none !important;
  font-size: x-large;
}
.btn1 {
  margin-top: 10px;
  border: none;
  text-align: center;
  width: 253px;
  cursor: pointer;
  height: 30px;
  font-size: x-large;
}
.btn1:hover {
  background: #cedce7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cedce7), color-stop(100%, #596a72));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #cedce7 0%, #596a72 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #cedce7 0%, #596a72 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #cedce7 0%, #596a72 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #cedce7 0%, #596a72 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cedce7', endColorstr='#596a72', GradientType=0);
  /* IE6-9 */

  font-weight: bold;
}
.btn1:disabled:hover {
  background: #596a72;
  font-weight: normal;
}
.btn1:disabled:active {
  font-size: medium;
  font-weight: normal;
}
