.page-user .breadcrumb,
.page-user .help-block,
.page-user .nav-tabs,
.page-user .page-header {
  display: none;
}

body {
  background: url(../img/whitey_light.png);
}

body.iframe {
  background: none;
}

body.page-user-external-facebook {
  background: transparent;
}


html.lte-ie9 body.iframe .container,
html.lte-ie9 body.iframe .container .span12 {
  width: 315px;
}

body.not-logged-in.page-realm {
  padding-top: 0;
}

body.not-logged-in.page-realm .page-header {
  display: none;
}

.sub-header img {
  margin-top: 70px;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: 0px 2px 5px 0px #998b99;  
}

#galoa-topbar {
  position: relative;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #333;
}

#galoa-topbar-middle {
  text-align: center;
  font-size: 20px;
}

#galoa-topbar-right {
  position: absolute;
  right: 15px;
  top: 0;
}

#galoa-topbar.navbar-inner {
  background: #FFF;
  border-radius: 0;
  border: none;
  font-weight: 300;
  left: 0;
  margin-bottom: 0;
  min-height: 45px;
  position: absolute;
  right: 0;
  z-index: 10;
}

#galoa-topbar .brand {
  float: none;
  margin-left: 0;
  padding: 0;
  line-height: 45px;
  color: inherit;
}

.navbar #galoa-topbar  .nav {
  margin-right: -15px;
}

.navbar #galoa-topbar .nav > li > a {
  color: #0088cc;
  font-weight: 300;
  line-height: 25px;
  padding: 10px 15px;
}

.login-form {
  width: 300px;
  text-align: center;
  margin: 54px auto 0;
}

.login-form-inner {
  width: 300px;
}

.login-form .control-label {
  display: none;
}

.login-form button {
  font-weight: bold;
  line-height: 30px;
  width: 100%;
}

.login-form-ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  border-radius: 4px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset, rgba(255, 255, 255, 0.4) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset, rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset, rgba(255, 255, 255, 0.4) 0 1px 0;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}

.login-form-ul li:first-child {
  border-top: 0px;
}

.login-form-ul li {
  position: relative;
  padding: 4px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.login-form-ul li i {
  position: absolute;
  top: 11px;
  color: #888;
}

.login-form-ul li div {
  margin-bottom: 0;
}

.login-form-ul li div input {
  width: 100%;
  margin: 0;
  padding-left: 25px;
  border: none;
  font-size: 12px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.login-form-ul li .help-block {
  display: none;
}

/* Extended login form */

.ashnazg-external-page-wrapper {
  margin: auto;
  overflow: hidden;
  width: 355px;
}

.ashnazg-external-page {
  height: 500px;
  margin: auto;
  position: relative;
  width: 300px;
}

.ashnazg-external-page .ashnazg-form-pane {
  position: absolute;
  top: 0;
  width: 300px;
}

.ashnazg-external-page #login-form-wrapper {
  margin-left: -330px;
}

.ashnazg-external-page h2,
.ashnazg-external-page .ashnazg-form-pane > hr {
  border-bottom: 1px dotted #ccc;
}

.ashnazg-external-page h2 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.ashnazg-external-page p {
  color: #777;
}

.ashnazg-external-page .login-form-inner {
  text-align: left;
}

.ashnazg-external-page .btn-very-large {
  line-height: 34px;
  padding: 0;
  width: 298px;
}

.ashnazg-external-page .btn-very-large i {
  display: inline-block;
  font-size: 21px;
  margin-top: -3px;
  padding: 2px;
  text-shadow: 1px 1px 0px #222;
  vertical-align: middle;
}

.ashnazg-external-page .external-login .or {
  color: #555;
  font-style: italic;
  font-size: 22px;
  font-weight: 200;
  line-height: 42px;
  opacity: 0.5;
  text-align: center;
}

.ashnazg-external-page .external-login .or hr {
  width: 120px;
}

.ashnazg-external-page .btn-change-panes {
  width: 100%;
}

/* Change password form */

.ashnazg_password_form .well {
  display: block;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 628px;
  padding: 15px 35px;
}

.ashnazg_password_form .well p.lead {
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  padding-bottom: 10px;
}

.ashnazg_password_form .well .message {
  border: 2px solid #f0f0f0;
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 190px;
  padding: 15px;
}

.ashnazg_password_form .well .message p {
  font-size: 11px;
  line-height: 2;
  margin-bottom: 0;
}

.ashnazg_password_form .well .form-actions {
  margin: 0;
  padding: 0;
  padding-top: 15px;
}

.ashnazg_password_form .well .form-actions button {
  float: right;
}

.ashnazg_password_form #edit-account .form-type-password-confirm {
  float: right;
  width: 370px;
}

.ashnazg_password_form #edit-account .form-type-password-confirm .form-type-password,
.ashnazg_password_form #edit-account .form-type-password-confirm .form-type-password input {
  border-radius: 0;
  width: 370px;
  position: relative;
}

.ashnazg_password_form #edit-account .form-type-password-confirm .confirm-parent {
  margin-top: 20px;
}

.ashnazg_password_form #edit-account .form-type-password-confirm .confirm-parent .password-confirm {
  margin-top: 0;
  width: auto;
  text-align: right;
}

.ashnazg_password_form #edit-account .form-type-password-confirm .confirm-parent .password-confirm label {
  display: inline-block;
}

.ashnazg_password_form #edit-account .form-type-password-confirm .confirm-parent input.password-confirm {
  width: 370px;
  text-align: left;
}

.ashnazg_password_form #edit-account .form-type-password-confirm .form-type-password .password-indicator {
  bottom: 1px;
  left: 0;
  position: absolute;
}

.ashnazg_password_form #edit-account .form-type-password-confirm .form-type-password .password-strength-text {
  bottom: 12px;
  position: absolute;
  right: 12px;
  z-index: 9999;
}

.ashnazg_password_form #edit-fboauth,
.password-strength-title,
hr {
  display: none;
}

.password-suggestions {
  display: none !important; /* BAD WOLF */
}

@media (max-width: 390px) {
  body {
    padding: 0;
  }
  .ashnazg-external-page-wrapper {
    width: 275px;
  }

  .ashnazg-external-page {
    width: 275px;
  }

  .ashnazg-external-page .ashnazg-form-pane {
    width: 275px;
  }

  .ashnazg-external-page #login-form-wrapper {
    margin-left: -330px;
  }
  .ashnazg-external-page .btn-very-large {
    width: 273px;
    margin: auto;
  }
  .login-form {
    width: auto;
  }
}