body {
  background: #f6f8f8 !important;
  font-family: sans-serif !important;
  font-size: 16px !important;
}

h1 {
  color: #859299;
}

form {
  margin-bottom: 0;
}

.header {
  background: #ffffff;
  border-bottom: 1px solid #dfe3e3;
  height: 100px;
  padding: 20px 0;
}

.header img {
  display: block;
  margin: 0 auto;
}

.header a.login-header-link:link {
  color: #33348e;
  text-decoration: none;
}

.header a.login-header-link:visited {
  color: #33348e;
  text-decoration: none;
}

.header a.login-header-link:hover {
  color: #33348e;
  text-decoration: none;
}

.header a.login-header-link:active {
  color: #7476b4;
  text-decoration: none;
}

.back {
  text-align: right;
  width: 100%;
  color: #859299;
  clear: right;
}

a {
  color: #859299;
}

.form-inline label {
  display: inline-block !important;
  margin: 0 auto !important;
}

#MemberLoginForm_LoginForm_Remember {
  margin-right: 10px;
}

ul.parsley-error-list {
  display: none !important;
}

ul.parsley-error-list li {
  display: none !important;
}

.login-wrapper .box form input.parsley-error {
  border-color: #d82106;
}

.login-wrapper {
  position: absolute;
  top: 168px;
  left: 0;
  right: 0;
  text-align: center;
}

.login-wrapper .logo {
  margin-bottom: 45px;
  position: relative;
  left: -2px;
}

.login-wrapper .box {
  margin: 0 auto;
  padding: 40px 0 30px;
  float: none;
  width: 400px;
  border-radius: 5px;
  border: 1px solid #dfe3e3;
  background: #ffffff;
}

.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}

.login-wrapper .box h6 {
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 600;
}

.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 18px;
  border-color: #dfe3e3 !important;
  padding-left: 12px;
}

.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}

.login-wrapper .box input:-moz-placeholder {
  color: #9ba8b6 !important;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: italic;
}

.login-wrapper .box input:-ms-input-placeholder {
  color: #9ba8b6 !important;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}

.login-wrapper .box input::-webkit-input-placeholder {
  color: #9ba8b6 !important;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}

.login-wrapper .box a.forgot {
  display: block;
  text-align: right;
  font-style: italic;
  text-decoration: underline;
  /*color: #3d88ba;*/
  font-size: 13px;
  margin-bottom: 6px;
}

.login-wrapper .box .remember {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.login-wrapper .box .remember input[type="checkbox"] {
  float: left;
  margin-right: 8px;
}

.login-wrapper .box .remember label {
  float: left;
  color: #4a576a;
  font-size: 13px;
  font-weight: 600;
}

.login-wrapper .box .login {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 30px;
}

.login-wrapper .no-account {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.login-wrapper .no-account p {
  display: inline-block;
  color: #aaaaaa;
}

.login-wrapper .no-account a {
  color: #859299;
  margin-left: 7px;
  /* Opera */
}

.login-wrapper .no-account a:hover {
  text-decoration: none;
  color: #859299;
  border-bottom: 1px dashed #fff;
}

.login-wrapper .no-account img {
  margin: 0 auto;
  display: block;
  width: 300px;
  height: auto;
}

/* responsive */
@media (max-width: 767px) {
  .login-wrapper .box {
    width: 350px;
  }
}

@media (max-width: 480px) {
  .login-wrapper .box {
    width: 90%;
  }
}

/* GraniteWS customisations */
.login-wrapper section.content-section {
  padding: 0 !important;
}

.login-wrapper h1 {
  margin-bottom: 0.5em;
}

input[type="submit"] {
  margin: 16px 0;
  padding: 1em;
  white-space: normal;
  background-color: #B11341;
  color: #FFF;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #c81549;
}

/*
.btn, .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: sans-serif !important;
}

.btn {
  background-color: #859299;
  border-color: #859299;
  padding: 5px 30px;
}

.btn-primary {
  color: #fff;
  background-color: #859299 !important;
  border-color: #859299 !important;
}

.btn.btn-submit {
  margin: 30px 0 10px;
  padding-left: 45px;
  padding-right: 45px;
}

.btn:hover {
  background-color: #7b878d;
  border-color: #7b878d;
}
*/