#landing-header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center
}

@media(max-width:599px) {
#landing-header {
	padding-bottom: 0
}
}
.subscription-panel {
	position: relative;
	margin: auto; 
}

@media(max-width:599px) {
.subscription-panel {
	max-width: 600px;
	min-height: 100%;
	margin: 0 auto
}
}
#landing-header .logo {
	margin: 0px auto 0 auto;
	width: 280px;
	
	background: url("logo");
	background-size: cover;
  background-position: center;
}
#landing-header .logo img {
	width: 85%;
  height: 80px;
  padding: 10px 0 10px 0;
}
.registerFormMultistep{
	border-radius: 10px;
  max-width: 450px;
}

.tab-content{
height: auto;
padding-top: 15px;
}

#multistep {
  position: relative;

  width: auto;
  margin-top: 0px;
}

@media(max-width:599px) {
  #multistep {
    /* width: 320px; */
    margin-left: 0;
  }
  .introtext .subheader {
    font-size: .7em !important;
}
  }

@media (max-width: 1199px) {
  #collage .profile {
    float: left;
    width: 16.666666666%;
  }
}
@media (max-width: 991px) {
  #collage .profile {
    float: left;
    width: 20%;
  }
}
@media (max-width: 767px) {
  #collage .profile {
    float: left;
    width: 25%;
  }
}
@media (max-width: 450px) {
  #body {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -265px;
    left: 50%;
    margin-left: -150px;
  }
  #body #form .panel {
    max-width: 300px;
  }
  #body #form .panel .panel-body .bigbtn {
    background: #fd50d7;
    color: white;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
    opacity: .6;
  }
}

.introtext{
  color: #000;
  background-color: #fff;
  padding: 22px;
  font-size: 1.2em;
}

.introtext .subheader{
  color: var(--primary);
  font-weight: 700;
  font-size: .8em;
}

.introtext .header{
  color: var(--secondary);
  font-weight: 700;
  font-size: 1.7em;
}

/* .md-form label, .select-wrapper input.select-dropdown, .md-form input[type=text], .select-wrapper span.caret, .md-form i, .form-check-input[type=checkbox]+label, .privacy.footer-level a:hover, .form-control, .md-form input[type=text]::placeholder {
  color: #fff !important;
} */

h2 {
  color: #000;
  font-family: Roboto ;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
 
}

/* .privacy.footer-level a, .UsersRegister a.termsPopup, .stepEnd label.datecollage a, .stepEnd label.milf_lander a {
  color:#fff !important;
} */

@media screen and (max-width: 575px){
#pills-tabContent .submit-container .btn {
  padding: 0.7rem;
}
}


/* new */


.new-styles .notification {
  display: none;
}
.new-styles #notification {
  display: none;
}
.new-styles .noty {
  display: none;
}
.new-styles #privacy {
  display: none;
}
.new-styles .privacy {
  display: none;
}
.new-styles .form-footer {
  display: none;
}
.new-styles .voorwaarden {
  display: none;
}
.new-styles button {
  outline: none !important;
}
.new-styles .old-footer {
  display: none;
}
.new-styles .new-footer {
  display: block !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.new-styles #logginModal .modal-content {
  border-radius: 3px;
  overflow: hidden;
}
.new-styles #logginModal .modal-body {
  border-radius: 3px;
}
.new-styles #logginModal .form-control {
  border-radius: 3px;
}
.new-styles #logginModal .new-style-btn {
  width: 67px;
}
.new-styles ::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
.new-styles :-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
.new-styles ::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
.new-styles :-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
.new-styles ::-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
.new-styles ::placeholder {
  color: #bbb;
  font-weight: 400;
}
.agreement-area {
  overflow: hidden;
  overflow-y: auto;
  margin-top: 4px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 44px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
}
.agreement-area P,
.agreement-area ul {
  margin: 0 !important;
}
.agreement-area .agreement-area-inner br:nth-child(2) {
  display: none;
}
.agreement-area::-webkit-scrollbar {
  width: 5px;
}
.agreement-area::-webkit-scrollbar-track {
  background: #ccc;
}
.agreement-area::-webkit-scrollbar-thumb {
  background: #777;
}
.agreement-area::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.agreement-area .agreement-area-inner {
  padding: 1px 5px 2px 5px;
  font-size: 10px;
  line-height: 13px;
}
.agreement-area .agreement-area-inner ul,
.agreement-area .agreement-area-inner ol {
  padding: 3px 0 0 15px !important;
  list-style-type: disc !important;
}
.agreement-area .agreement-area-inner ul li,
.agreement-area .agreement-area-inner ol li {
  list-style-type: disc !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: inherit !important;
}
.agreement-area .agreement-area-inner a {
  color: inherit !important;
  font-weight: bold;
  transition: all 0.4s;
}
.agreement-area .agreement-area-inner a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.agree-btn:focus {
  outline: none;
}
.agree-btn label {
  font-weight: inherit;
  display: block;
}
.cbx {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 12px;
  height: 12px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #333;
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 3px;
  top: -1px;
  border-radius: 1px;
}
.cbx span:first-child svg {
  position: absolute;
  top: -1px;
  left: 0px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13px;
  stroke-dashoffset: 13px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #333;
}
@media (max-width: 450px) {
  .new-styles .copyright .copyright-rights {
    display: none;
  }
}

.stepper-progress {
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 125px;
  z-index: 10;
  align-items: center !important;
}

header.multistep .logo img {
  max-height: 30px !important;
  width: 250px;
  margin: 0 auto;
}

@media (min-width: 768px){
.p-md-3 {
    padding: 0rem!important;
}
}
