body{margin:0; padding:0; font-size: 1em; line-height: 1.125em;  font-family: "Droid Sans", Helvetica, Arial, sans-serif;}
#header {
  padding: 1.25em 0;
  border: 1px solid #eeefef;
}
.page-full-width {
  padding: 0 1.875em;
}
.cf {
  zoom: 1;
}
.cf:after {
  clear: both;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
#login-intro {
  background: transparent url('img/login-icon.png') no-repeat left center;
  padding: 0.312em 0 0.312em 3.125em;
}
.fl {
  float: left;
}
#login-intro h1 {
  text-transform: uppercase;
  margin: 0.312em 0 0 0;
  font-size: 1.125em;
  font-weight: normal;
    margin: 0;
  padding: 0;
}
#login-intro h5 {
  color: #9498a1;
  font-size: 0.625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  margin:0;
  padding:0;
}
.fr {
  float: right;
}
#content {
  background: #f8f9fa url('img/artwork-pattern.png') repeat-x left bottom;
  border: 1px solid #eeefef;
  padding: 1.875em 0;
}
#login-form {
  width: 18.75em;
  margin: 0 auto;
}
 form {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  line-height: 1.125em;
}
fieldset{margin:0; padding:0; border:0}
.information-box {
  background: #e5f5f9 url('img/information.png') no-repeat 0.833em center;
  border: 1px solid #cae0e5;
  color: #5a9bab;
  padding: 0.833em 0.833em 0.833em 3em;
  margin-bottom: 0.833em;
  font-size: 0.75em;
}
.round {
  border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
}
form label {
  display: block;
  text-transform: uppercase;
  color: #2a2e36;
  margin: 0 0 0.3125em 0;
}
form p input[type="text"], form p input[type="password"], form p input[type="checkbox"], form p input[type="radio"] {
  font-size: 1em;
}
form input[type="text"], input[type="password"], textarea, select {
  border: 1px solid #d9dbdd;
  padding: 1em 0.625em;
  outline: none;
}
.chs {
  width: 100%;
}
.full-width-input {
  width: 95%;
}
a {
  color: #2069b4;
}
p a, p a:hover {
  border-bottom: 1px dotted;
}
a {
  text-decoration: none;
}
.ic-right-arrow {
  background-image: url("img/ic_right.png");
}
.image-right {
  background-position: right center;
  padding-right: 3em !important;
}
.button {
  padding: 0.833em;
  display: inline-block;
  text-decoration: none;
  background-repeat: no-repeat;
  font-size: 0.75em;
  border:0;
}
.blue {
  background-color: #2069b4;
  color: white;
}
#footer {
  text-align: center;
}
p {
  margin-bottom: 1.25em;
  color: #9498a1;
  font-size: 0.75em;
}
.errmsg {
  background: #EF866C;
  line-height: 1.7em;
  color: #fff;
  text-align: center;
  margin-top: 1%;
  position: fixed;
  width: 50%;
  left: 24%;
}
