.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .navbar {
        padding-left: 283px !important;

    }
}

.navbar {
    height: 51px !important;
}


body {
    font-family: "Centrale Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


@media (min-width: 760px) {
    .navbar-brand {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-top: 120px;
    }
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}


.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding: 0px 15px;
}


@media (min-width: 768px) {
    .container {
        padding-left: 283px !important; /*idem*/
        margin-left: 0px !important;
        max-width: 970px;
    }
}

.main_title {
    color: rgba(0, 0, 0, 1);
    font-size: 52px;
    opacity: 1;
    text-align: left;
    font-weight: 300;
}

.main_subtitle {
    color: rgba(0, 0, 0, 1);
    display: block;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    font-weight: 400;
}

.how_it_works {
    margin-top: 91px;
}

.how_it_works > span {
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    opacity: 1;
    text-align: left;
    font-weight: bold;
}

.privacy_notice {
    margin-top: 30px;
}

.privacy_notice > span {
    font-weight: Bold;
    font-size: 24px;
    opacity: 1;
    text-align: left;
    display: block;
}


.privacy_notice > p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    opacity: 1;
    text-align: left;
}

.btn-privacy-notice {
    color: rgba(0, 0, 0, 1);
    font-weight: Medium;
    font-size: 18px;
    opacity: 1;
    text-align: left;
}

.collapseReadPrivacy:hover {
    /*font-weight: bolder;*/
    color: rgba(0, 0, 0, 1);
    text-decoration: None;
}

.mb-0:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    text-decoration: None;
}

.mb-0:hover{
    font-weight: bolder;
}

.btn-privacy-notice:visited {
    text-decoration: None;
}

.btn-privacy-notice:focus {
    text-decoration: None;
}

.card-header {
    background-color: unset;
    border-bottom: unset;
}

.card {
    border: 1px solid rgb(0 0 0);
    border-width: 1px 0 1px 0;
    border-radius: unset;
}

.the_plus_span {
    float: right;
}

.card-body {
    color: #000050;
}

.terms_and_cond,
.static_div {
    margin-top: 60px;
}

.terms_and_cond > span {
    font-weight: Bold;
    font-size: 24px;
    opacity: 1;
    text-align: left;
    display: block;
}


.terms_and_cond > p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    opacity: 1;
    text-align: left;
}

.static_div > span {
    font-weight: Bold;
    font-size: 24px;
    opacity: 1;
    text-align: left;
    display: block;
}


.static_div > p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    opacity: 1;
    text-align: left;
}

.sign_up_form {
    margin-top: 56px;
}

.signup-button {
    width: 177px;
    height: 48px;
    background: #1332FE;
    border-radius: 24px;
    /*margin-top: 59px;*/
    color: white;
}

.account-note-text{
    color:red;
    margin-top: 59px;
}

.terms_and_cond_label {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

@media (max-width: 768px) {
    .sign_up_form {
        text-align: center !important;
    }
}

.pn_table{
    width: 100%;
}

.pn_table > tbody > tr{
    vertical-align: top;
}

#iAmSignifyEmployeeInput {
    display: none;
}