@media (min-width: 992px) {
  .nav-users {
    position: fixed;
  }
}

body.user.authentication,
body.user.password.forgot,
body.home.anonymous{
  background: url('/modules/core/client/img/brand/conftool-login-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.user form{
  padding: 1em 2em;
}
.user .form-group{
  margin-bottom:2em;
}
.user .form-control{
  background-color: #fefefe;
  border:2px solid #f5f5f5;
  border-radius: 0;
  box-shadow:none;
  transition:none;
}

.user h3{
  color: #666;
  padding: 1em;
  margin: 0 0 0.5em 0;
  background: #efefef;
  border-bottom: 1px solid #ccc;
}
.user .fa{
  color:#efefef;
  font-size:2em;
}
.user .noshow{
  display:none;
}
.user .buttonBox{
  margin:2em 0 1em 0;
}
.user .samePassHint{
  color:#8a6d3b;
  font-style: italic;
  background: #fcf8e3;
}
.user .userBox{
  margin-top: 3em;
}
/*.signupCenteredContainer{*/
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*margin: auto!important;*/
  /*max-height: 60%;*/
  /*width: auto;*/
  /*min-height:500px;*/
  /*max-width: 600px;*/
  /*float:left;*/
/*}*/

.social-account-container {
  display: inline-block;
  position: relative;
}
.btn-remove-account {
  top: 10px;
  right: 10px;
  position: absolute;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: white;
  cursor: inherit;
  display: block;
  color: #fff;
}
.user-profile-picture {
  min-height: 150px;
  max-height: 150px;
}


.mailgun span{
  display:block;
  padding: 0.2em 1em;
  font-style: italic;
}
.mailgun .mailInvalid{
  color:#a94442;
  background-color: #f2dede;
  margin:0;
}
.mailgun .mailInProcess{
  color: #8a6d3b;
  background-color: #fcf8e3;
  margin:0;
}

.passwordProgressBar{
  margin:2em 3em;
}
.passwordProgressBar i{
  color:#ccc;
}
.passwordProgressBar .progress{
  height:3em;
  border:none;
  border-radius: 0;
}
.passwordProgressBar .progress-bar{
  line-height:40px;
}
