body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, Verdana, serif;
  font-size: 0.9em;
  background: #2a5571;
}

form {
  padding: 0;
  margin: 0;
}

#container {
  height: 100%;
  margin: 0 auto;
}

#login {
  position: absolute;
  width: 270px;
  padding: 5px 20px 20px;
  background: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(204, 204, 204)), color-stop(0.8, rgb(250, 250, 250)));
  background-image: linear-gradient(bottom, rgb(204, 204, 204) 20%, rgb(250, 250, 250) 80%);
  border: 1px solid #fff;
}

#title {
  padding: 10px;
  margin: -5px -20px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #444;
  text-align: center;
  background-color: #eee;
  border-bottom: 1px solid #aaa;
}

#logo {
  margin: 14px 0 20px;
}

#logo img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 0 0 35px;
}

div.row {
  width: 270px;
}

div.row label {
  float: left;
  width: 100%;
  margin: 0 0 5px;
  font-size: 0.9em;
  font-weight: bold;
}

div.row label em {
  float: right;
  padding: 0 3px 0 0;
  font-style: normal;
  font-weight: normal;
}

div.row label em a {
  color: #1a75cf;
  text-decoration: none;
}

div.row label em a:hover {
  text-decoration: underline;
}

div.row input[type="text"],
div.row input[type="password"] {
  display: block;
  float: left;
  width: 99%;
  height: 25px;
  padding: 0;
  margin: 0 0 20px;
  font-size: 1.1em;
  line-height: 25px;
  color: #16498a;
  text-indent: 5px;
  border: 1px solid #aaa;
}

div.row span {
  float: left;
  width: 100%;
  padding: 3px 0 20px;
}

div.row span a {
  font-size: 0.8em;
  color: #333;
}

div.row span a:hover {
  text-decoration: none;
}

div.remember {
  line-height: 32px;
}

div.remember input {
  float: left;
  padding: 0;
  margin: 10px 10px 0;
}

.break {
  margin-top: 20px;
}

.row::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: " ";
}

* html .row {
  zoom: 1;
}

*:first-child + html .row {
  zoom: 1;
}

#login #wsc-success {
  padding: 10px 32px 10px 10px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #060;
  background: #cfa;
  border: 1px solid #090;
}

#login #wsc-error {
  padding: 10px 32px 10px 10px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #e11;
  background: #ffe8e8;
  border: 1px solid #e11;
}

#login #wsc-error ul {
  padding: 10px 0 0;
  margin: 0;
  font-weight: normal;
  list-style-position: inside;
  list-style-type: disc;
}

.vine-button .vine-button-left,
.vine-button .vine-button-right {
  background: none !important;
}

.vine-button .vine-button-center {
  margin: 0 !important;
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
