.login-form__submit {
  display: block;
  margin: 0 auto 24px;
  padding: 12px 32px;
}

.login-form__forgot-password {
  font-family: 'Muli', sans-serif;
  color: #0076D0;
  font-size: 16px;
  display: block;
  text-align: center;
}

.login-form__title {
  text-align: center;
}

.login-form__content {
  padding: 24px;
}

.login-form__label {
  font-size: 16px;
  color: #454545;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}

.login-form__input {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 8px 16px;
}

.login-modal__content {
  display: flex;
}

.login-modal__right {
  flex: 1 0 50%;
}

.login-modal__plus-ad {
  background: linear-gradient(197.62deg, #DD4E96 0%, #94519B 55.8%, #3868BC 100%);
  flex: 1 0 50%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #ffffff;
  padding: 32px;
  font-size: 16px;
}

.login-modal__plus-ad__title {
  font-weight: 600;
  font-size: 21px;
  margin-top: 0;
}

.login-modal__plus-ad__image {
  width: 142px;
}

.login-modal__dialog {
  width: auto;
  max-width: 920px;
}

.login-modal__plus-ad__features {
  margin-bottom: 24px;
  padding: 0;
}

.login-modal__plus-ad__feature + .login-modal__plus-ad__feature {
  margin-top: 16px;
}

.login-modal__plus-ad__feature__image {
  width: 24px;
  margin-right: 8px;
}

.login-modal__plus-ad__description {
  line-height: 24px;
  margin-bottom: 24px;
}

#login label.checkbox {
  padding-left: 20px;
}

.site_login #frontpage{
  background: #ffffff;
    /*
  -webkit-box-shadow:  3px 3px 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow:  3px 3px 15px 2px rgba(0, 0, 0, 0.3);
  */
}

/*
.site_login .grey-background{
  background: #f2f2f2;
}
*/
.site_login #login, .site_login #register-anew{
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2), 0px -5px 10px rgba(0,0,0,0.2);
  padding: 5px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.site_login #login{
  /*line-height: 80px;*/ /*TODO facelift-2016 deprecated */
}

.site_login #login h3{
  margin: 0;
  padding-left: 10px;
}

/*
.site_login form.login{
  margin: 0px;
}
*/


.site_login form.login input#name{
  margin-right: 2%;
}
.site_login #register-anew .span12 > *{
  margin-top: 25px;
}
.site_login #register-anew .span12 > div:first-child{
  padding-left: 10px;
  margin-top: 15px;
}

.site_login .buttons.span4{
  float: right;
  display: inline-block;
  margin: 0px;
}

.site_login #frontpage-center {
  padding: 10px;
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.site_login #frontpage-bottom{
  text-align: center;
}

.site_login #frontpage-bottom .row-fluid:first-child{
  min-height: 80px;
}

.site_login #frontpage-bottom h4.promo-text{
  line-height: 80px;
  vertical-align: middle;
}

.site_login #frontpage-bottom .grey-background{
  padding: 12px 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.site_login #frontpage-bottom .promo-block{
  display: inline-block;
  width: 19.5%;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #fff;
  min-height: 170px;
  vertical-align: top;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site_login #frontpage-bottom .promo-block:first-child{
  margin-left: 0;
  border-left: none;
}

.site_login #frontpage-bottom .promo-block:last-child{
  border-right: none;
}

.site_login #frontpage-bottom .promo-block .promo-image-container{
  margin-bottom: 15px;
  min-height: 70px;
}

@media (max-width: 950px){
  .site_login .promo-text h2 {
    font-size: 24px;
  }
  .site_login .promo-text ul {
    list-style: disc outside;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .site_login .promo-text ul li{
    line-height: 1.1;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 767px) {
  .login-modal__plus-ad {
    display: none;
  }

  .site_login .promo-text h3 {
    display: none;
  }
  .site_login.anonymous #teaser, .site_login.anonymous #login{
    min-height: auto;
    padding: 5px 15px;
    margin: 5px 0;
  }

  .site_login #frontpage-top{
    max-height: none;
  }

  .site_login #frontpage-top #teaser{
    padding: 15px;
  }

  .site_login #login{
    /*line-height: 45px;*/
  }

  .site_login #login h3{
    line-height: normal;
  }

  .site_login form.login #login input.span4{
    margin-right: 0;
  }

  .site_login .frontpage-search{
    border-bottom:  1px solid #d3d3d3;
    padding-bottom: 20px;
  }

  .site_login .latestProfiles{
    border-right: none !important;
  }

  .site_login #frontpage-bottom h4.promo-text{
    line-height: normal;
    margin:  10px;
  }
  .site_login #frontpage-bottom .promo-block{
    width: 49%;
    border-right: none;
    border-left: none;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  }

}



#login label[for=LoginForm_rememberMe] {
  font-weight: normal;
}

#login .login .btn-primary {
  min-width: 100px;
}

#login a.register {
  margin: 10px 0 5px;
}

 .register_show #teaser {
  margin-top: -12px;
}

.site_login .buttons,
.register_show .buttons {
  margin: 10px 0 0;
  position: relative;
  display: inline-block;
}

#login .recover {
    font-size: 14px;
    float:right;
    margin-top: -8px;
    padding-bottom: 10px;
    padding-right: 5px;
    line-height: 1px;
    float: right;
    text-transform: inherit;
    color: #0088cc;
    font-weight: normal;
}

#login .checkbox .inline{
    min-height: 0;
}

#login .checkbox{
    margin-right:10px;
    font-weight: inherit;
}

.ui-widget .btn {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 10px;
}

.site_login a.recover i{
  line-height: 18px;
}

.site_login.anonymous .latest_register_pic {
  width: 30%;
  height: 30%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
}

.frontpage-notification .alert-info {
  background: #ffffff;
  border: #0291FF solid 3px;
  border-radius: 1px;
  color: #333333;
}

.frontpage-notification .alert-info .content {
    background: #ffffff url('/img/icon/frontpage-notice.jpg') no-repeat left center;
}

.frontpage-notification .alert-info .content h3,
.frontpage-notification .alert-info .content p {
    margin-left: 80px;
    margin-bottom: 5px;
}

@media (min-width: 768px){
  .site_login.anonymous #login.push6, .site_login.anonymous #login.push6:first-child {
  margin-left: 70%;
  }
  .site_login .frontpage-search #location{
    padding-right: 10px;
  }

}

#gender .checkbox span {
  /*margin-left: 15px;*/
}
