.tabs {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.nav-tabs.tabs {
    border: none;
}

.nav-tabs.tabs .nav-link {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 4px;
}

.tabs li.tab {
    background-color: #ffffff;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
}

.tabs li.tab a {
    -moz-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -webkit-transition: color 0.28s ease;
    color: #ee6e73;
    display: block;
    height: 100%;
    text-decoration: none;
    transition: color 0.28s ease;
    width: 100%;
}

.tabs li.tab a.active {
    color: #C15C7B !important;
}

.tabs .indicator {
    background-color: #C15C7B;
    bottom: 0;
    height: 2px;
    position: absolute;
    will-change: left, right;
}

.tabs-top .indicator {
    top: 0;
}

.nav-pills li a {
    line-height: 36px !important;
}

.nav-pills li.active a {
    background-color: #62a3ff !important;
}

.nav-pills li.active a:hover {
    background-color: #62a3ff !important;
}

.nav-pills li.active a:focus {
    background-color: #62a3ff !important;
}

.nav.nav-tabs + .tab-content {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.tabs-vertical-env {
    margin-bottom: 30px;
}

.tabs-vertical-env .tab-content {
    background: #ffffff;
    display: table-cell;
    margin-bottom: 30px;
    padding: 30px;
    vertical-align: top;
}

.tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
    color: #333333;
    text-align: center;
    white-space: nowrap;
}

.tabs-vertical-env .nav.tabs-vertical li > a.active {
    background-color: #ffffff;
    border: 0;
}

.nav.nav-tabs > li.active > a {
    background-color: #ffffff;
    border: 0;
}

.nav-pills > .active > a > .badge {
    color: #62a3ff;
}

.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #000 !important;
    cursor: pointer;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.nav.nav-tabs > li > a:hover, .nav.tabs-vertical > li > a:hover {
    color: #000 !important;
}

.tab-content label {
    color: #333;
}

.nav.nav-tabs > li:last-of-type a {
    margin-right: 0;
}

.navtab-bg {
    background-color: #ededed;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .tabs-vertical > li > a.active,
.tabs-vertical > li > a.active:focus, .tabs-vertical > li > a.active:hover {
    color: #62a3ff !important;
}

.tabs-vertical-env .tab-content {
    margin-bottom: 0;
}

.text-muted.hint-block {
    font-size: 11px;
}

#register-form-instagram_link, #register-form-web_link {
    margin-bottom: 0px;
}

.register-tab-wrapper{
    width: 440px;
    margin: 0 auto;
}

.form-wrapper .hint-info{
    font-size: 12px;
}
.form-wrapper{
    margin-top: 15px;
}
.company_field {
    margin-top: 30px;
}
@media (max-width: 479px) {
    .nav-tabs.tabs .nav-link {
        font-size: 14px;
        font-weight: 500;
    }
    .nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
        padding-left: 0;
        padding-right: 10px;
        padding-top: 14px;
    }
    .register-tab-wrapper{
        width: 82%;
        margin: 0;
    }
    .register-tab-wrapper .tabs li.tab {
        text-align: left;
       /* padding: 0 20px 0 0;*/
    }
    .register-tab-wrapper .tabs .indicator{
        margin-left: -20px;
        margin-right: 17px;
    }
    .form-wrapper{
        margin-top: 55px;
    }
    .account-sub-title{
        margin-bottom: 26px;
    }

    .account-field {
        margin-bottom: 8px;
    }
    .checkbox input ~ label{
        font-size: 10px;
    }
    .button{
        margin-top: 30px;
    }

    .data-column{
        padding-right: 0;
    }
}