html {
    font-size: 10px
}

#mainpage .main-content {
    padding: 20px;
    background-color: var(--skin-color-1);
}

#mainpage .main-content h2 {
    font-weight: 400;
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.center_area .main-wraper {
    color: #fff;
    padding: 0 0 20px;
    background: transparent;
}

.section-small.signup input,.section-small.signup select {
    border: none;
    padding: 1rem;
    border-radius: 3px;
    width: calc(100% - 26px);
    font-size: 2rem;
    color: #222!important;
    margin-bottom: 2rem;
}

.main-wraper .section-small .signup.option-input img {
    position: relative;
    width: 18px;
    height: auto;
    top: unset;
    left: unset;
    margin-right: 5px;
}

.reg-label {
    text-transform: capitalize;
    font-size: 2rem;
    color: #ccc;
    padding-top: 1rem;
}

.selectGrp {
    display: flex;
}

.not_ita {
    display: none;
}

.yes_ita {
    display: block;
}

.selectGrp.f_error .msgOut {
    color: red;
    white-space: nowrap;
}

.selectGrp.f_error input,.selectGrp.f_error .option-checkbox,.selectGrp.f_error select {
    border: 1px solid red;
}

.main-wraper .section-small.signup .registrati_btn {
    width: 100%;
    border: 1px solid #0d8343;
    background: #00ab4e;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 50%,rgba(0,0,0,0.12) 51%,rgba(0,0,0,0.04));
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 50%,rgba(0,0,0,0.12) 51%,rgba(0,0,0,0.04));
    background-image: -o-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 50%,rgba(0,0,0,0.12) 51%,rgba(0,0,0,0.04));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.3),rgba(255,255,255,0) 50%,rgba(0,0,0,0.12) 51%,rgba(0,0,0,0.04));
    color: #fff;
    font-family: var(--main-font),sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.selectGrp .option-checkbox input {
    width: 28px;
}

.uf-data-confirmation .selectGrp .reg-label {
    font-size: 1.2rem;
    padding: 0;
}

#refresh-icon {
    float: left;
    padding: 1rem 0;
}

#siimage {
    border-radius: 3px;
    margin-bottom: 2rem;
    max-height: 43px;
    width: calc(100% - 30px);
}

#captcha {
    width: 100%;
    float: right;
    display: block;
}

.uf-data-confirmation a {
    color: var(--skin-color-2);
    text-decoration: none;
}

.uf-data-confirmation a:hover {
    color: #fff;
}

.opt-language {
    display: none
}

.section-small.signup {
    padding: 3rem 1rem;
}

.center_area *,.center_area *::after,.center_area *::before {
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    /* position: relative; */
    /* width: 100%; */
    /* min-height: 1px; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}


.section-small .f_error input, .section-small .f_error select {border: 2px solid red;width: calc(100% - 30px);}