/*Login Stuff*/
.account-text {
  padding: 2px 0px;
}
.login-links {
  overflow: hidden;
}
.login-form {
  width: 215px;
  padding: 20px;
  background-color: #F5F5F5;
  color: #E89745;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: all .25s linear .15s;
  -moz-transition: all .25s linear .15s;
  -o-transition: all .25s linear .15s;
  -ms-transition: all .25s linear .15s;
  transition: all .25s linear .15s;
  border: 1px solid #e1e1e1;
}
.login-form h4 {
  color: #7194b6;
}
.login-form h1 {
  color: #7194b6;
}
.login-wrapper {
  max-width: 215px;
}
.account-area {
  text-align: right;
}
#login-validation {
  color: red;
  padding-bottom: 25px;
}
#response-message {
  padding-bottom: 25px;
}
#enter-user-name fieldset {
  border: 2px outset #7699ba;
  background-color: #F0F5FF;
  padding-bottom: 6px;
}
#login-forgot {
  display: none;
}
#login-popup {
  top: 20px;
  right: 0px;
  display: none;
  position: absolute;
  z-index: 9999999;
}
.login-button {
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  border-color: #94c0d2;
  background-color: #daecf4;
  color: #003f59;
}
/* Login Validation */
.inline-validation-container {
  text-align: left;
  color: red;
}
#validation-summary-container {
  text-align: left;
  color: red;
}
#validation-summary-container ul {
  margin: 0;
  list-style-type: none;
}
.field-validation-error:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  color: red;
  font-family: Icons;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f06a";
}
.input-validation-error {
  margin-bottom: 0px;
  width: 206px;
}
