body {
    position: initial;
}

h5 {
    color: #fff;
}

.full-page:before {
    background-color: transparent;
}

.registration-ext .card {
    background-color: #ffffff;
    width: 460px;
}

.registration-ext .form-control,
.registration-ext .form-group .form-control,
.registration-ext .bootstrap-select {
    background-image: none;
}

.registration-ext .form-control {
    border: 1px solid #777;
    border-radius: 8px;
    padding: 12px;
    height: 54px;
    background-color: #111;
    color: #fff;
}

.card .card-content {
    margin: 0;
}

.card.card-login {
    border-radius: 15px;
}

.labelBox {
    padding-left: 20px;
    padding-right: 20px;
}

.inputBox {
    padding-left: 15px;
    padding-right: 15px;
}

.card-content {
    padding-right: 10px !important;
}

.g-recaptcha {
    padding-left: 15px;
}

.footer.text-center {
    float: right;
    padding-right: 25px !important;
    padding-left: 24px !important;
    width: 100%;
    margin-top: 5px;
}

.row.inputBox .btn.btn-secondary.dashboard_label {
    width: 100%;
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.step-container.numberStep {
    display: flex;
    align-items: center;
    padding-left: 28px;
    padding-top: 10px;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.step.active {
    background-color: #ff6766;
}

.step.inactive {
    background-color: #F2F2F2;
    color: #9e9e9e;
}

.line {
    width: 25%;
    height: 2px;
    /*background-color: #F2F2F2;*/
    margin-top: -19px;
    margin-left: -15px;
    z-index: -10;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) calc(50% - 1px),
            rgba(192, 192, 192, 1) calc(50%),
            rgba(0, 0, 0, 0) calc(50% + 1px));
}

.line.active {
    background-color: #ff6766;
}

.step-container .label {
    text-align: center;
    font-size: 12px;
    color: #555;
    padding: 0px;
    text-transform: lowercase;
    font-weight: 300;
}

.step1,
.step2 {
    width: 50px;
    text-align: center;
}

.step2 {
    margin-left: -30px;
}

.step1 .step {
    margin-left: auto;
    margin-right: auto;
}

.step2 .step {
    margin-left: auto;
    margin-right: auto;
}

.step1 .label {
    margin-left: -6px;
}

.step2 .label {
    margin-left: -2px;
}

#secondStep .inputBox {
    padding-left: 20px;
    padding-right: 20px;
}

#secondStep {
    margin-top: 20px;
}

.textBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    color: #ffffff;
    font-size: 6em;
    font-family: 'nettoReflex-regular', sans-serif !important;
    line-height: 1.15em;
    margin: 0;
}

.btn-register {
    border-radius: 7px;
}

h5 {
    color: #fff;
    font-size: 24px;
}

.labelBox {
    font-size: 16px;
}

.navbar-anonymous {
    display: none;
}

.scrollable_step1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.scrollable_step2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.registration-page .termsandprivacy {
    font-size: 14px;
    color: #fff;
}

.alert {
    padding-left: 0px;
    padding-right: 0px;
}


.recaptcha-container {
    margin-top: 10px;
    bottom: -40px;
    left: 0;
    padding: 0px;
    padding-top: 30px;
    width: 100%;
}

.recaptcha-container .alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.registration#registerUserForm .form-group label {
    color: #fff;

}

.registration#registerUserForm {
    padding-left: 25px;
    padding-right: 45px;
}

.registration#registerUserForm .alert.alert-warning {
    background-color: #ffffff;
    border: 0;
    color: #f55a4e;
    border-radius: 6px;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
    padding-left: 0px;
}

.registration#registerUserForm .registerBtn {
    transition: none;
    padding-top: 12px;
    padding-bottom: 12px;
    float: right;
    margin-right: 20px;
}

.registration#registerUserForm .backBtn {
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: 2px;
}

.alert.alert-success {
    padding: 5px;
}

@media only screen and (max-width: 1023px) {

    body {
        position: fixed;
    }

    .navbar-anonymous {
        height: 45px;
        display: block;
        text-align: center;
        top: 0px;
        left: 0px;
    }

    .navbar-anonymous img {
        padding: 4px;
        height: 45px;

    }

    .wrapper.wrapper-full-page {
        height: calc(100vh - 45px);
        min-height: initial;
    }

    .full-page {
        top: 0px;
        height: calc(100vh - 45px);
    }

    .fullBox {
        display: block;
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .scrollable_step1 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .scrollable_step2 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .card.card-login {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .full-page>.content {
        min-height: calc(100vh - 140px)
    }

    .termsandprivacy {
        font-size: 12px;
    }

    .recaptcha-container {
        position: initial;
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .recaptcha-container .alert {
        position: initial;
        width: 100%;
        padding-left: 15px;
        padding-right: 0px;
    }

    .footer.text-center {
        margin-top: -20px;
    }

    .terms-container {
        padding-top: 0px;
        margin-top: 0px;
    }

    #secondStep {
        margin-top: 0px;
    }

    h1 {
        font-size: 2.5em;
    }

}


@media only screen and (max-width: 460px) {

    .full-page>.footer {
        bottom: 0px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .registration#registerUserForm .col-md-12 {
        padding: 0;
    }

    #companyNameDiv {
        padding-left: 15px;
        padding-right: 15px;
    }

    .registration#registerUserForm .registerBtn {
        float: right;
        width: 90px;
        border-radius: 6px;
        margin-right: 0;
    }

    .registration#registerUserForm .btn.btn-white {
        width: 50%;
        border-radius: 6px !important;
        white-space: normal;
        margin-top: 5px !important;
    }

    .registration#registerUserForm .register-company-type .btn.active {
        width: 50%;
    }

    .registration#registerUserForm .btn.btn-white.backBtn {
        width: 90px;
    }

    .registration#registerUserForm .register-company-type .btn.active {
        box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%);
        background-color: #84ba41;
        border: 1px solid #84ba41;
        color: #fff;
    }
}

/* iphone 13 mini */
@media only screen and (max-width: 375px) {

    body {
        position: fixed;
    }

    .navbar-anonymous {
        height: 45px;
        display: block;
        text-align: center;
        top: 0px;
        left: 0px;
    }

    .navbar-anonymous img {
        padding: 4px;
        height: 45px;

    }

    .wrapper.wrapper-full-page {
        height: calc(100vh - 45px);
        min-height: initial;
    }

    .full-page {
        top: 0px;
        height: 105vh;
    }

    .fullBox {
        display: block;
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .textBox {
        display: inline;
        padding: 0;
    }

    .card.card-login {
        width: 100%;
        margin-top: 10px;
    }

    .registerBox {
        padding: 0;
    }

    .login-page>.content,
    .lock-page>.content {
        padding-top: 15px;
    }

    h1 {
        font-size: 2em;
    }

    .scrollable_step1 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .scrollable_step2 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .full-page>.footer {
        bottom: 10px;

    }

    .card.card-login {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .termsandprivacy {
        font-size: 12px;
    }

    .recaptcha-container {
        position: initial;
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .recaptcha-container .alert {
        position: initial;
        width: 100%;
        padding-left: 15px;
        padding-right: 0px;
    }

    .footer.text-center {
        margin-top: -20px;
    }

    .terms-container {
        padding-top: 0px;
        margin-top: 0px;
    }

    #secondStep {
        margin-top: 0px;
    }
}


@media only screen and (max-width: 320px) {

    body {
        position: fixed;
    }

    .navbar-anonymous {
        height: 45px;
        display: block;
        text-align: center;
        top: 0px;
        left: 0px;
    }

    .navbar-anonymous img {
        padding: 4px;
        height: 45px;

    }

    .wrapper.wrapper-full-page {
        height: calc(110vh);
        min-height: initial;
    }

    .full-page {
        top: 0px;
        height: 145vh;
    }

    .fullBox {
        display: block;
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .textBox {
        display: inline;
        padding: 0;
    }

    .card.card-login {
        width: 100%;
        margin-top: 10px;
    }

    .registerBox {
        padding: 0;
    }

    .login-page>.content,
    .lock-page>.content {
        padding-top: 15px;
    }

    h1 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 1.2em;
        margin-bottom: 7px;
    }

    .scrollable_step1 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .scrollable_step2 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .login-page .card-login {
        padding-bottom: 5px;
    }

    .full-page>.footer {
        bottom: 0px;

    }

    .card.card-login {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .termsandprivacy {
        font-size: 12px;
    }

    .recaptcha-container {
        position: initial;
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .recaptcha-container .alert {
        position: initial;
        width: 100%;
        padding-left: 15px;
        padding-right: 0px;
    }

    .footer.text-center {
        margin-top: -20px;
    }

    .terms-container {
        padding-top: 0px;
        margin-top: 0px;
    }

    #secondStep {
        margin-top: 0px;
    }

    .g-recaptcha {
        padding-left: 0;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 991px) {
    .full-page.login-page.registration-page {
        padding-bottom: 80px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1023px) {
    .wrapper.wrapper-full-page {
        height: calc(100vh - 45px);
        min-height: initial;
    }
}
.step-container .label {
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: transparent;
    padding: 0px;
    text-transform: lowercase;
    font-weight: 300;
}

.btn.btn-secondary.dashboard_label {
    border: 1px solid #ff6766;
    border-radius: 8px;
    height: 54px;
    background-color: #111;
    color: #fff;
}

#registerUserForm .form-control {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #28045D !important;
    background-image: none !important;
    border: 1px solid #6429BD;
    border-radius: 6px !important;
}