.registro-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 100px 0px 50px 0px;
    background-color: #3a8769;
    background-image: url('../login/fondo.png');
    background-size: cover;
}

#MySelectFamilyRole {
    background: #f0eff0;
    color: gray !important;
}

span.select2 {
    background: transparent;
}

.form-container {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    z-index: 50;
    min-height: calc(50vh - 178px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}



#KSTL-Registration-recaptcha-Login {
    display: flex;
}

    #KSTL-Registration-recaptcha-Login > div {
        margin: 0 auto;
    }

input, select {
    background-color: rgba(255, 255, 255, .2);
    width: 100%;
    padding: 15px 0px;
    color: #3a8769;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
    animation: grow 1s ease forwards;
    min-height: 55px;
}

    input::placeholder {
        color: gray;
        opacity: 1;
    }


@media only screen and (max-width: 880px) {
    .form-container {
        padding-bottom: 200px;
    }
}

#reg-container {
    width: 100%;
    max-width: 750px;
    z-index: 50;
    position: relative;
}

.preparate {
    font-size: 39px;
    margin-top: 0;
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 10px !important;
}

form > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(13, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    column-gap: 20px;
}

@media only screen and (max-width: 680px) {
    form > div {
        display: flex;
        flex-direction: column;
    }
}

.none {
    display: none;
}

#KSTL-Registration-BirthDate, #KSTL-Registration-wrapper-email_h, #MySelectCiudad {
    display: none;
}

#KSTL-Registration-wrapper-HeaderSubscription:first-child {
    display: none;
}

#KSTL-Registration-wrapper-FamilyRole div > div input {
    display: none;
}

.select2-search__field, .select2-results {
    /* z-index: 50; */
    /* position: relative; */
}

/*Grid areas*/

#KSTL-Registration-wrapper-FirstName {
    grid-area: 1 / 1 / 2 / 2;
}

#KSTL-Registration-wrapper-LastName {
    grid-area: 1 / 2 / 2 / 3;
}

#KSTL-Registration-wrapper-BirthDate {
    grid-area: 2 / 1 / 3 / 3;
}

#KSTL-Registration-wrapper-UserName {
    grid-area: 3 / 1 / 4 / 2;
}

#KSTL-Registration-wrapper-Gender {
    grid-area: 3 / 2 / 4 / 3;
}

#KSTL-Registration-wrapper-FamilyRole {
    grid-area: 4 / 1 / 5 / 2;
}

#KSTL-Registration-wrapper-Password {
    grid-area: 4 / 2 / 5 / 3;
}

#KSTL-Registration-wrapper-PasswordConfirm {
    grid-area: 5 / 1 / 6 / 2;
}

#KSTL-Registration-wrapper-AddressLine1 {
    grid-area: 5 / 2 / 6 / 3;
}

#KSTL-Registration-wrapper-City {
    grid-area: 6 / 1 / 7 / 2;
}

#KSTL-Registration-wrapper-PhoneNumber2 {
    grid-area: 6 / 2 / 7 / 3;
}

#KSTL-Registration-wrapper-CedulaText {
    grid-area: 7 / 1 / 8 / 2;
}

.div13 {
    grid-area: 7 / 2 / 8 / 3;
}

#KSTL-Registration-wrapper-TermsandconditionPrivacyCombo {
    grid-area: 10 / 1 / 11 / 3;
    margin-top: 20px;
}

#KSTL-Registration-wrapper-HeaderSubscription {
    grid-area: 11 / 1 / 12 / 3;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
}


#KSTL-Registration-wrapper-ContinueButton1 {
    grid-area: 13 / 1 / 13 / 3;
}

.camposObligatorios {
    color: gray;
    text-align: center;
    grid-area: 12 / 1 / 12 / 3;
    font-weight: 100;
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
}

#KSTL-Registration-wrapper-TermsConditionPrvcyPolicyCombo, div[id="KSTL-Registration-wrapper-Privacy Policy"] {
}

div[id="KSTL-Registration-wrapper-Privacy Policy"] {
    grid-area: 8 / 1 / 9 / 3;
}

    div[id="KSTL-Registration-wrapper-Privacy Policy"] input {
        margin-right: 10px;
    }

    div[id="KSTL-Registration-wrapper-Privacy Policy"] div {
        display: table-cell;
    }


#KSTL-Registration-wrapper-TermsConditionPrvcyPolicyCombo {
    grid-area: 9 / 1 / 9 / 3;
    display: flex;
    justify-content: center;
}

.date-dropdowns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    column-gap: 20px;
}

select[name="CustomBirthDate_[day]"] {
    grid-area: 1 / 1 / 2 / 2;
}

select[name="CustomBirthDate_[month]"] {
    grid-area: 1 / 2 / 2 / 3;
}

select[name="CustomBirthDate_[year]"] {
    grid-area: 1 / 3 / 2 / 4;
}

#KSTL-Registration-wrapper-Password div {
    position: relative;
}

#KSTL-Registration-wrapper-PasswordConfirm div:empty {
    display: none;
    position: relative;
}

#KSTL-Registration-wrapper-PasswordConfirm div {
    position: relative;
}

#KSTL-Registration-wrapper-Password div:empty {
    display: none;
    position: relative;
}

#KSTL-Registration-wrapper-City div {
    position: relative;
}

    #KSTL-Registration-wrapper-City div:empty {
        display: none;
        position: relative;
    }

#VerContrasena, #VerContrasena2 {
    position: absolute;
    top: 15px;
    right: 5px;
}

.select2 {
    position: absolute;
    top: 0;
}

.select2-search__field {
    /* border: 0; */
    /* min-width: 365px; */
    /* border-radius: 20px; */
    /* text-align: center; */
    /* transform: translateY(-36px); */
    /* padding: 8px; */
}

.select2-results__options {
    /* transform: translateY(-36px); */
    /* background-color: gray; */
    /* list-style-type: none; */
    /* border-radius: 5px; */
    /* padding-left: 0px; */
}


    .select2-results__options li {
        padding: 9px 0px;
        cursor: pointer;
        font-family: "girloy";
        text-align: center;
        text-transform: uppercase;
    }



        .select2-results__options li:hover {
            background: black;
            color: gray;
        }

.select2-search__field:focus {
    border: 0;
}

#select2-MySelectCiudad-container {
    opacity: 0;
}

.select2-container--focus {
    position: absolute !important;
    left: 0;
}

.select2-selection__clear {
    background: black;
    color: gray;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#KSTL-Registration-TermsConditionPrvcyPolicyCombo {
    margin-right: 5px;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 23px;
        height: 23px;
        top: 16px;
        left: 0;
        background-color: white;
        border: 2px solid #eaf7f4;
    }

#KSTL-Registration-wrapper-HeaderSubscription .subscription {
    display: flex;
    column-gap: 10px;
}

input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 19px;
    left: 0;
    background-color: #ffcb00;
    z-index: -1;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    left: 8px;
}

.terms-privacypolicy {
    width: 100%;
}

    .terms-privacypolicy label {
        max-width: inherit !important;
    }

#KSTL-Registration-TermsConditionPrvcyPolicyCombo {
    height: 15px;
}

.img {
    position: absolute;
}


.planta {
    top: 20px;
    left: 0;
    max-width: 140px;
}

.fulano {
    bottom: -30px;
    left: 0px;
    max-width: 150px;
}

.papas {
    top: -2px;
    right: 0;
    max-width: 350px;
}

.planta2 {
    bottom: -20px;
    right: 0;
    max-width: 120px;
}

@media only screen and (max-width: 880px) {

    .testo {
        font-size: 35px !important;
        line-height: 40px;
    }

    .preparate {
        font-size: 20px !important;
        line-height: 25px;
    }

    .planta {
        max-width: 100px;
    }

    .fulano {
        max-width: 120px;
        bottom: -15px;
    }

    .papas {
        max-width: 150px;
    }

    .planta2 {
        max-width: 100px;
    }
}


.KSTL-Registration .pod {
    border: 0;
    overflow: inherit;
}

#KSTL-Registration-recaptcha-Registration {
    display: flex;
    margin-bottom: 80px;
    margin-top: 0;
}

    #KSTL-Registration-recaptcha-Registration > div {
        margin: 0 auto;
    }

input[type="text"], input[type="password"], select, input[type="date"], input[type="month"], input[type="email"], input[type="tel"], .select2 {
    text-transform: inherit !important;
    background: rgba(234, 247, 244,.8);
    padding: 0;
    border: 0;
    font-weight: 400;
}


*::placeholder {
    color: #3a8769 !important;
    opacity: 1 !important; /* Firefox */
}


.registro-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

    .registro-title p {
        text-align: center;
        padding: 0 20px;
        font-size: 40px;
        color: gray;
    }

.title {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    color: gray;
}

    .title span {
        color: #ffcb00;
    }

.registro-title img {
    width: 100%;
    transform: translateY(10px);
}

.registro-title .title {
    margin-left: 0;
}

.registro-sub {
    font-size: 50px !important;
    margin-top: 20px;
    margin-left: 140px;
    margin-right: 140px;
    font-family: 'pinup';
    color: #ffcb00 !important;
    text-transform: uppercase;
}

.registrate {
    text-align: center;
    color: gray;
    font-size: 30px;
    margin-bottom: 0;
}

.cargando {
    font-family: 'pinup';
    color: gray;
}

.infoTooltip {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

select option {
    background: #3a8769;
    color: #eaf7f4;
}

.ng-binding, .label-after {
    color: #eaf7f4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    line-height: 22px;
}

    .ng-binding a {
        color: #ffcb00 !important
    }

#KSTL-Registration-TermsandconditionPrivacyCombo, #subscription121532_EM, .subscription input {
    width: auto;
    min-width: 20px;
    border: 0;
    background: transparent;
    width: 10px;
    height: 10px;
    transform: translateY(-15px);
}

#KSTL-Registration-wrapper-TermsandconditionPrivacyCombo > div {
    display: flex;
    column-gap: 10px;
}

#KSTL-Registration-wrapper-HeaderSubscription > div div:nth-child(2) {
    display: flex;
    column-gap: 10px;
}

.KSTL-Registration-button {
    text-align: center;
    margin-top: 0px;
}

#KSTL-Registration-wrapper-ContinueButton1 .btn_responsive {
    max-width: 400px;
    width: 95%;
    border: 0;
    font-size: 20px;
    letter-spacing: 1px;
    color: red;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    cursor: pointer;
    margin-top: -40px;
    border-radius: 15px;
    background: #eaf7f4;
    color: #3a8769;
    border: 2px solid #eaf7f4;
    padding: 15px;
    text-decoration: none;
    display: inline-block;
    min-width: 240px;
    font-family: "girloy";
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

}

.abajo-izq, .abajo-der, .arriba-der, .arriba-izq {
    position: absolute;
}

.abajo-izq {
    bottom: 0;
    left: 0;
}

.abajo-der {
    bottom: 0;
    right: 0;
}

.arriba-der {
    top: 150px;
    right: 0;
}

.arriba-izq {
    top: 150px;
    left: 0;
}

.error-field p {
    color: gray;
}


@media only screen and (max-width: 880px) {
    .registro-sub {
        font-size: 30px !important;
        margin: 0 !important;
    }

    .arriba-izq {
        width: 80px;
    }

    .arriba-der {
        width: 50px;
    }

    .abajo-izq {
        width: 100px;
    }

    .abajo-der {
        width: 200px;
    }

    .form-container {
        padding-bottom: 100px;
    }
}


.campana {
    font-size: 70px;
    color: #eaf7f4;
    text-align: center;
    text-transform: uppercase;
    max-width: 700px;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-weight: bold;
}

.registrate {
    font-size: 25px;
    color: #eaf7f4;
    text-align: center;
    margin-bottom: 40px;
}

.estrella {
    position: absolute;
    max-width: 250px;
}

.estrella1 {
    bottom: 100px;
    right: 0;
}

.estrella2 {
    bottom: 97px;
    left: 0;
}

.estrella3 {
    top: 0;
    right: 0;
}

.estrella4 {
    top: 0;
    left: 0;
}

.estrella5 {
    top: 50%;
    right: 0;
}

.cargando {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #eaf7f4;
}

@media (max-width: 1180px) {
    .estrella {
        max-width: 150px;
    }
}

@media (max-width: 780px) {
    .main-container {
        padding: 0 20px;
    }

    .estrella {
        max-width: 80px;
    }

    .estrella1 {
        max-width: 70px;
    }

    .estrella2 {
        max-width: 70px;
    }

    .estrella3 {
        top: 50px;
    }

    .estrella4 {
        max-width: 60px;
    }

    .estrella5 {
        display: none;
    }

    .form-container {
        padding-left: 0;
        padding-right: 0;
    }
}

label {
    display: none;
}

#KSTL-Registration-wrapper-HeaderPage1, #KSTL-Registration-wrapper-HeaderCopyPage1 {
    display: none;
}

.error-field p {
    color: #eaf7f4;
}
