body {
    background-color: #fff;
}

/*@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}*/

body {font-family: 'Ubuntu', sans-serif!important; font-size: 16px; font-weight:500; color: #000000!important; line-height: 1.66em;}
p {font-size: 16px;color: #000000;line-height: 1.66em;}

.container .white-bg {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.35);
    padding: 25px;
}

.container .page-heading {
    margin-top: 60px;
}

.container h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 26px;
    margin-top: 0px;
    color: #f3911c;
}

.container h2 {
    font-size: 28px!important;
color: #000000!important;
font-weight: 700!important;
}

.container h4 {
    font-size: 20px!important;
color: #000000!important;
font-weight: 700!important;
}

.container .introduction {margin-bottom: 40px;     font-size: 18px;
    color: #553d71;
    font-weight: 700;
    text-transform: none; line-height: 1.4em!important;}

.form-horizontal .control-label {
    text-align: left!important;
}

.form-control:focus {
  border-color: #807F80!important /*rgba(203, 1, 103, 0.8)!important*/;
  box-shadow: none!important /*inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 1, 103, 0.6)!important*/;
}

.pd-t-20 {
    padding-top: 20px;
}

.or-fr-hide {
    display: none;
}

.header {
    height: 200px;
    background: url('/images/header-background.png');
    background-size: auto auto;
    background-size: cover;  
}

.header .main_logo {
    margin-top: 15px;
    margin-bottom: 20px;
    height: 90px!important;
}

.header .header_logo {
    text-align: center;
}

.header .stars_header{
    width: 80px;
    max-width: 80px;
}

.footer {
    background-color: #553d71;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    margin: 70px 0 35px 0;
}

.footer span {
    font-size: 15px;
}

.footer a {
    color: #fff;
    border-bottom: 1px solid #fff;
}


.footer a:hover {
    color: #fff;
    border-bottom: none;
    text-decoration: none;
}

.credits {
    text-align: center;
    color: #807F80; 
    margin-bottom: 20px;
    font-weight: 400;
}

.credits a, .credits a:hover {
    color: #807F80; 
}


.container.smallwidth {
    width: 100%;
    max-width: 950px;
}

.step2 h2:first-of-type {
    margin-top: 0px;
}

.btn-orange,.btn-organe:focus {
    background-color: #f3911c;
    color: #fff;
    width: 180px!important;
    border-radius: 10px!important;
    padding: 15px 28px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: 2px!important;
    line-height: 14px!important;
}


.btn-purple,.btn-organe:focus {
    background-color: #553d71;
    color: #fff;
    width: 180px!important;
    border-radius: 10px!important;
    padding: 15px 28px!important;
    font-size: 14px!important;
    font-weight: 700!important;
    letter-spacing: 2px!important;
    line-height: 14px!important;
}



.btn-orange:hover {
    background-color: #e87307;
    color: #fff!important;
}


.btn-purple:hover {
    background-color: #32224d;
    color: #fff!Important;
}

body a.agremeenturl {color: #000000; text-decoration: underline;}
body a.agremeenturl:hover {color: #000000; text-decoration: none;}


body div.loading_screen {
    height: 100vh;
    width: 100vw;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

body div.loading_screen {
    background: rgba(0,0,0,.7);
}

body div.loading_screen div.loading_screen_content {
    position: absolute;
    top: calc(50% - 140px);
    width: 100%;
    text-align: center;
}

body div.loading_screen p{
    color: #fff!important;
}

body div.loading_screen div.loading_screen_content .loading_circle3, body div.loading_screen div.loading_screen_content .loading_star {
    animation: spinclockwise 3s linear infinite;
}

body div.loading_screen div.loading_screen_content .loading_circle1, body div.loading_screen div.loading_screen_content .loading_circle2, body div.loading_screen div.loading_screen_content .loading_circle3, body div.loading_screen div.loading_screen_content .loading_star {
    width: 160px;
    position: absolute;
    left: calc(50% - 80px);
}

body div.loading_screen div.loading_screen_content .loading_circle2 {
    animation: spincounterclockwise 3s linear infinite;
}

@keyframes spinclockwise { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@keyframes spincounterclockwise { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.d_none {display: none;}
.d_block {display: block;}

.required {border: 2px solid #a94442!important;}
.requiredtxt {color: #a94442!important; font-weight: 700;}
.requiredtxt a{color: #a94442!important; font-weight: 700;}

.backbtn,.backbtn:hover {color: #807F80;}