body {
    background-color: #0060b3;
    background-image: url('../../Assets/Login/resplandor.png');
    background-size: cover;
    background-position: center;
}


.main-div {
    min-height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding: 0px 30px 180px 30px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.registro-txt {
    color: #fff;
    font-size: 18px;
    max-width: 500px;
    margin: 50px auto;
    margin-top: 80px;
    transform: skewY(-2deg);
    text-align: center;
    padding: 0 30px;
    position:relative;
    z-index:10;
}

a {
    color: white;
}

#KSTL-Registration-wrapper-HeaderPage1, #KSTL-Registration-wrapper-HeaderCopyPage1 {
    display: none;
}

#reg-container{
    position:relative;
    z-index:10;
}

#KSTL-Registration-UserName, #KSTL-Registration-Password, input[type="text"] {
    border-radius: 30px !important;
    border: 2px solid white !important;
    font-family: "Aileron-SemiBold" !important;
    font-size: 16px !important;
}

label {
    font-family: "Aileron-SemiBold" !important;
    color: white;
    text-align: center;
}

.KSTL-Registration .pod {
    border: 0;
}

.registro-txt h3 {
    font-family: "Montserrat-Black";
    font-size: 40px;
    color: #ffe900 !important;
}

#reg-container, .KSTL-Registration, .KSTL-Registration-Login, form, .form-group, .KSTL-Registration-Login > div, #KSTL-Registration-wrapper-UserName, #KSTL-Registration-wrapper-UserName div, #KSTL-Registration-wrapper-Password div, #KSTL-Registration-wrapper-Password {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

input[type="text"], input[type="password"], .select2-search__field {
    background-color: rgba(255,255,255,.3);
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 250px;
    max-width: 500px;
    min-height: 45px;
    text-align: center;
    position: relative;
}


    input[type="text"]::placeholder, input[type="password"]::placeholder {
        color: #fff;
        opacity: 1;
    }

#VerContrasena {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 32px;
}

.ng-binding a {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .ng-binding a:visited {
        color: white;
    }

button[type="submit"] {
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 20px;
    font-family: "Montserrat-Black";
    transition: all .3s ease;
    background: rgb(255,223,70);
    background: linear-gradient(90deg, rgba(255,223,70,1) 0%, rgba(255,243,0,1) 100%);
    color: #0060b3;
    transition: all .3s ease;
    border: 0;
}

    button[type="submit"]:hover {
        transform: scale(1.05);
        color: #0060b3;
        transition: all .3s ease;
    }

.KSTL-Registration-Profile .form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 0px;
    column-gap: 10px;
    row-gap: 10px;
    grid-template-areas:
        "nombre apellidos"
        "fecha genero"
        "rol direccion"
        "ciudad celular"
        "reconozco acepto"
        "button button";
}



#KSTL-Registration-wrapper-FirstName {
    grid-area: nombre;
}


#KSTL-Registration-wrapper-LastName {
    grid-area: apellidos;
    width: 100%;
}


#KSTL-Registration-wrapper-BirthDate {
    grid-area: fecha;
    width: 100%;
}

#KSTL-Registration-wrapper-Gender {
    grid-area: genero;
    width: 100%;
}

#KSTL-Registration-wrapper-FamilyRole {
    grid-area: rol;
    width: 100%;
}

    #KSTL-Registration-wrapper-FamilyRole div {
        position: relative;
    }

#KSTL-Registration-wrapper-AddressLine1 {
    grid-area: direccion;
    width: 100%;
}

#KSTL-Registration-wrapper-City {
    grid-area: ciudad;
    overflow: hidden;
    width: 100%;
}

#KSTL-Registration-wrapper-PhoneNumber2 {
    grid-area: celular;
    width: 100%;
}

#KSTL-Registration-wrapper-ContinueButton1 {
    grid-area: button;
    text-align: center;
}
#KSTL-Registration-wrapper-ContinueButton {
    text-align: center;
}

#KSTL-Registration-PhoneNumber2, #KSTL-Registration-Gender {
    background-color: rgba(255,255,255,.3);
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 250px;
    max-width: 500px;
    min-height: 45px;
    text-align: center;
    position: relative;
    width: 95%;
}

    #KSTL-Registration-PhoneNumber2::placeholder {
        color: white;
    }

#KSTL-Registration-Gender {
    min-height: 55px;
    width: 96%;
}


    #KSTL-Registration-Gender option {
        color: gray;
        padding: 10px;
        font-family: "Aileron-SemiBold" !important;
    }

#KSTL-Registration-wrapper-Gender:before {
    font-family: "Aileron-SemiBold" !important;
    text-align: center;
    color: white;
    min-height: 55px;
    margin-left: calc(50% - 36px);
}



.registro-a {
    color: white;
    text-decoration: underline;
}

    .registro-a:hover {
        color: white;
        text-decoration: underline;
    }

    .registro-a:visited {
        color: white;
        text-decoration: underline;
    }

.tono {
    position: absolute;
    left: 0;
    max-width: 200px;
    bottom: 0;
}


@media only screen and (max-width: 910px) {
    .form-group {
        display: flex !important;
    }
}

@media only screen and (max-width: 880px) {
    .tono {
        display: none;
    }
}



#MySelectCiudad {
    width: 100%;
    background-color: rgba(255,255,255,.2);
    border-radius: 30px;
    padding: 8px 15px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    border: 2px solid white;
    min-height: 45px;
    font-size: 0px;
    font-size: 0px;
    display: none;
}


    #MySelectCiudad option {
        display: none;
        font-size: 0px;
        color: red;
        text-shadow: 2px 2px black;
    }

.select2-dropdown--below {
    top: -71px;
}

.select2-container--below {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 45px;
    width: 100%;
    height: 100%;
}

.select2-container--open {
    max-width: 360px;
    display: grid;
}

.select2-selection__placeholder {
    width: 100%;
    height: 100%;
    display: inline-block;
    OPACITY: 0;
}

.select2-search--dropdown {
    position: absolute;
    left: 0;
    width: 100%;
}

.select2-search__field {
    width: 100%;
    min-height: 45px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 50;
    position: relative;
    margin-top: 6px;
}

.select2-results__options {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    position: relative;
    z-index: 20;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 40px;
}

    .select2-results__options li {
        background: white;
        padding: 5px 0;
        transition: background .3s ease;
    }

        .select2-results__options li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .select2-results__options li:last-child {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .select2-results__options li:hover {
            background: #0060b3;
            color: white;
            cursor: pointer;
            transition: background .3s ease;
        }

.select2-selection__rendered {
    color: white;
    font-family: "Aileron-Light";
    font-size: 18px;
    opacity: 0;
}


.select2-selection__clear {
    position: absolute !important;
    left: 7px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    top: 6px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background-color: #0060b3;
    color: white;
    border: 0;
}

.select2-container {
    font-family: "Aileron-Light";
    color: #0060b3 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(5% - 5px);
    min-height: 45px;
    text-align: center;
}

#KSTL-Registration-wrapper-City {
    position: relative;
}

    #KSTL-Registration-wrapper-City .selection {
        position: absolute;
        left: 0;
        right: 0;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 370px;
    }

.select2-search__field {
    border-radius: 30px;
    top: -22px;
    position: absolute;
    left: 0;
    right: 0;
    width: 102%;
    min-height: 52px;
}

#MySelectFamilyRole {
    position: absolute;
    left: 0;
    background-color: rgba(255,255,255,.3);
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    margin-bottom: 20px;
    min-width: 250px;
    max-width: 366px;
    min-height: 52px;
    text-align: center;
    position: relative;
    font-family: "Aileron-SemiBold" !important;
    font-size: 17px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
}

#KSTL-Registration-FamilyRole {
    opacity: 0;
}



#ticketForm {
    position: absolute;
    right: 0;
    max-width: 240px;
    top: 4%;
    z-index: 1;
}


#ticketFormIzq {
    position: absolute;
    left: 0;
    max-width: 180px;
    top: 30%;
    z-index: 1;
}


@media only screen and (max-width: 880px) {
    #ticketForm {
        right: -43px;
        top: -5%;
    }
}