.not-logged-in.page-user #post-content {
  background: url(../../../../default/files/login_bg.png) no-repeat center / cover transparent;
}
.page-user #breadcrumbs,
#login label,
#forgot-pass label {
  display: none;
}
.page-user.not-front.logged-in #breadcrumbs {
  display: block;
}
.login-title,
.register-title {
  font-family: 'DINPro-Bold',sans-serif,arial;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: inline-block;
}
.login-title {
  color: #e55433;
}
.login-heading {
  display: table;
  margin: 0 auto 15px;
}
.login-heading img {
  float: left;
  margin-right: 15px;
}
.login-container {
  height: 400px;
  width: 745px;
  margin: 100px auto;
  display: table;
  position: relative;
  z-index: 1;
}
.login-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 51px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.06);
}
.login-content-box {
  width: 50%;
  float: left;
  padding-top: 60px;
  height: 500px;
}
.login-label {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  margin: 0 25px;
}
.tab-pane div {
  margin: 10px 25px;
}
div#edit-actions {
  margin-bottom: 10px;
}
.login-container .form-control {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  padding-left: 0;
  line-height: 20px;
}
.login-container .form-control::-webkit-input-placeholder {
  opacity: 0.1;
  color: #2c2c2c;
  font-size: 27px;
  font-weight: 400;
}
.login-container .form-control:-moz-placeholder {
  opacity: 0.1;
  color: #2c2c2c;
  font-size: 27px;
  font-weight: 400;
}
.login-container .form-control::-moz-placeholder {
  opacity: 0.1;
  color: #2c2c2c;
  font-size: 27px;
  font-weight: 400;
}
.login-container .form-control:-ms-input-placeholder {
  opacity: 0.1;
  color: #2c2c2c;
  font-size: 27px;
  font-weight: 400;
}
#login #edit-submit {
  color: #fff;
  background-color: #20aee6;
  border-radius: 27px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  padding: 13px;
  display: block;
  width: 65%;
  line-height: 20px;
  outline: none;
}
#login #edit-submit:hover {
  background-color: #20aee6;
  opacity: .8;
}
a.upper.small-link {
  color: #1b4176;
  font-size: 16px;
  font-weight: 400;
}
.register-content {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #2558a1;
  border-radius: 0 9px 9px 0;
}
.register-content-box {
  padding: 60px 30px 0;
  height: 500px;
  position: relative;
}
.register-title,
#login-box {
  color: #fff;
}
.member-label {
  color: white;
  font-size: 31px;
  font-weight: 300;
  display: table;
  margin: 65px auto 10px;
  height: 158px;
  line-height: 45px;
  text-align: center;
}
.register-label {
  color: #96b1d7;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 35px;
  height: 105px;
  text-align: center;
}
.register-btn {
  background-color: #fff;
  border-radius: 27px;
  color: #2558a1;
  font-size: 19px;
  font-weight: 700;
  padding: 14px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 67%;
  line-height: 20px;
}
.register-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
.register-desc:hover {
  color: #fff;
  text-decoration: none;
}
#login-box .tab-content {
  display: block;
}
#login-box #login label {
  display: inline-block;
}
.login-container .err {
  visibility: hidden;
  line-height: normal;
  font-size: 15px;
  padding-left: 25px;
  color: red;
}
.login-container .err.high-light {
  visibility: visible;
}

/*Forgot password*/

.page-user-password .login-container {
  width: 460px;
}
.fp-heading {
  display: table;
  margin: 0 auto 15px;
  padding-top: 60px;
}
.fp-heading .fp-title {
  color: #0c0c0c;
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}
.fp-desc {
  width: 65%;
  margin: 30px auto;
}
.page-user-password .form-item input {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  padding-left: 0;
  width: 85%;
  margin: 0 auto;
  display: table;
}
.page-user-password #edit-submit {
  width: 162px;
  line-height: 21px;
}
.fp-btn,
.fp-btn:focus,
.fp-btn:active {
  border: 2px solid #20aee6;
  border-radius: 27px;
  color: #20aee6;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: table;
  padding: 13px 45px;
  line-height: 20px;
}
.page-user-password .fp-btn:hover,
.page-user-password .fp-btn:active {
  color: #20aee6;
}
.page-user-password .fp-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px auto;
}
.page-user-password .fp-btn {
  font-size: 18px;
  line-height: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-user-password div#edit-actions {
  padding-top: 0;
  margin-top: 0;
  margin-right: 0;
}
.form-item input.error {
  border-width: 0 0 2px 0;
  border-color: #ff0000;
}

/*Register Popup*/

.popup-modal {
  position: fixed;
  left: 0;
  top: -40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.popup-modal.open {
  visibility: visible;
  opacity: 1;
  z-index: 15;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.popup-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  width: 73%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  width: 35px;
  height: auto;
  margin-right: 20px;
  margin-top: 5px;
}
.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close-btn:after {
  content: "";
  background: url(../images/popup_close.png) center no-repeat;
  position: absolute;
  width: 100%;
  height: 35px;
}
#reg-commit .login-heading {
  margin-top: 60px;
  text-align: center;
}
#reg-commit .login-title {
  margin-bottom: 15px;
}
#reg-commit .popup-modal-body {
  width: 83%;
  margin: 0 auto;
  text-align: center;
}
.register-commit-btn {
  display: block;
  width: auto;
  margin: 0 auto 20px;
  background-color: #20aee6;
  border-radius: 27px;
  color: #fff;
  max-width: 300px;
}
#reg-commit .register-commit-desc {
  color: #2558a1;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
}
body {
  overflow: auto;
  padding-right: 0;
}
body.popup-body {
  overflow: hidden;
  padding-right: 15px;
}
.fp-desc.no-data {
  text-align: center;
  font-weight: 700;
}
.not-logged-in.page-user.page-user-signup #post-content {
  background:none;
}
.page-user.page-user-signup #breadcrumbs {
  display:block;
}
.register-detail-info {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 45px;
}

