body {
    background-image: url('/Content/assets/gamingmx/registro/DT_registro (1).png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*ERROR FIELDS CSS*/
#KSTL-Registration-wrapper-FirstName > div > div:nth-child(2),
#KSTL-Registration-wrapper-LastName > div > div:nth-child(2),
#KSTL-Registration-wrapper-BirthDate > div > div:nth-child(2),
#KSTL-Registration-wrapper-UserName > div > div:nth-child(2),
#KSTL-Registration-wrapper-Password > div > div:nth-child(2),
#KSTL-Registration-wrapper-PasswordConfirm > div > div:nth-child(2),
#KSTL-Registration-wrapper-City > div > div:nth-child(2),
#KSTL-Registration-wrapper-PhoneNumber2 > div > div:nth-child(2),
#KSTL-Registration-wrapper-Gender > div > div:nth-child(2),
#KSTL-Registration-wrapper-TermsandconditionPrivacyCombo > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.infoTooltip {
    text-align: left;
    order: 2;
}

.error-field {
    /*display: none;*/
    order: 2;
}

    /*REGISTRO DE EPSILON*/
    .error-field p {
        color: #E92439;
        text-align: center;
    }

.center_footer-dt {
    position: static;
}

.crearcuenta_login-img {
    max-width: 19rem;
}

.title-login {
    text-align: center;
    display: flex;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    font-family: 'pinup';
    color: #E92439;
    max-width: 800px;
}

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 135px 0px 0px 0px;
    background-position: center;
    background-size: cover;
}

.footer-container {
    padding: 15px 0px 15px;
}

#menu-top {
    min-height: 100px;
    width: 100%;
    /* height: 214px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: unset;
}

.footer-container {
    display: grid;
    background-color: transparent;
    grid-template-columns: 1fr 1fr 1fr;
    z-index: 10;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 0;
    margin-top: -7%;
}

img#img-papa-der {
    position: absolute;
    right: 0;
    bottom: 128px;
    width: 20%;
}

img#img-papa-izq {
    position: absolute;
    left: -10px;
    top: 359px;
    width: 20%;
}

.login-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

    .login-title p {
        text-align: center;
        padding: 0 20px;
        font-size: 40px;
        color: white;
    }

#KSTL-Registration-recaptcha-Login {
    display: flex;
}

    #KSTL-Registration-recaptcha-Login > div {
        margin: 0 auto;
    }

.title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

    .title span {
        color: #ffcb00;
    }

.login-title img {
    width: 100%;
    transform: translateY(10px);
}

.login-title .title {
    margin-left: 0;
}

.login-sub {
    font-size: 26px !important;
    margin-top: 20px;
    margin-left: 140px;
    margin-right: 140px;
}


.gamer-line-left {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.gamer-line-left-animation {
    animation: dash 2s linear forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}


.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media only screen and (max-width: 900px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}


input {
    border-radius: 50px;
    border: 0px solid red;
    background-color: white;
    width: 0%;
    padding: 20px 0px;
    color: #757575;
    /*text-transform: lowercase;*/
    text-align: center;
    font-family: 'pinup';
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 20px;
    animation: grow 1s ease forwards;
    order: 1;
}



    input::placeholder {
        text-align: left;
        text-transform: capitalize;
        padding-left: 8%;
        color: #757575;
        opacity: 1;
    }

@keyframes grow {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.form-container {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    text-align: center;
}

.form-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#KSTL-Registration-wrapper-UserName {
    grid-area: 1 / 1 / 2 / 2;
}

#KSTL-Registration-wrapper-Password {
    grid-area: 2 / 1 / 3 / 2;
}

#KSTL-Registration-wrapper-ContinueButton {
    grid-area: 3 / 1 / 4 / 2;
}

#KSTL-Registration-wrapper-ForgotPasswordLink {
    margin-top: 40px;
    grid-area: 4 / 1 / 5 / 2;
    font-family: 'Helvetica';
    text-decoration: underline;
}

    #KSTL-Registration-wrapper-ForgotPasswordLink a, .registro {
        color: #2D2721;
        /*text-transform: capitalize;*/
        font-weight: 200;
        margin-bottom: 20px;
        font-size: 22px;
        display: inline-block;
    }

    #KSTL-Registration-wrapper-ForgotPasswordLink a {
        font-family: 'Helvetica';
    }

.registro {
    font-size: 1.7rem;
    font-family: 'pinup';
    text-decoration: none;
}

    #KSTL-Registration-wrapper-ForgotPasswordLink a:visited, .registro:visited {
        color: black;
    }

.btn_responsive {
    background-image: url(../../assets/gamingmx/login/btn_iunicarsesion.png);
    cursor: pointer;
    width: 300px;
    height: 70px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}


/*FORGOT PASSWORD*/
button[name="SendEmailButton"] {
    background-image: url("../../assets/gamingmx/login/btn_enviar.png");
}

button[name="PasswordResetFormButton"] {
    background-image: url("../../assets/gamingmx/login/btn_enviar.png");
}

#KSTL-Registration-wrapper-ForgotPwEmailCnfrmHeaderCopy {
    color: #534741;
    z-index: 1;
}

.link-contact {
    color: white;
}


/*-----------------*/
.needs-validation {
    color: #E92439;
    margin-bottom: 40px;
    font-size: 18px;
}

#KSTL-Registration-wrapper-ForgotPasswordLink a {
    color: red;
    text-decoration: none;
}

#KSTL-Registration-wrapper-Password div:empty {
    display: none;
    position: relative;
}

#KSTL-Registration-wrapper-Password > div div:nth-child(2) {
    position: relative;
}

#VerContrasena {
    position: absolute;
    top: 22px;
    right: 14px;
    color: black;
}

.cargando {
    font-family: 'pinup';
    color: #ffcb00;
    text-transform: uppercase;
    text-align: center;
}

.vouncher, .papas-izq, .papas-der, .papita {
    position: absolute;
}

.vouncher {
    left: 0;
    bottom: 50px;
}

.papas-izq {
    left: 100px;
    bottom: 200px;
}

.papas-der {
    right: 0;
    bottom: 100px;
    width: 150px;
}

.papita {
    right: 0;
    top: 200px;
    width: 150px;
}

#KSTL-Registration-wrapper-UserName, #KSTL-Registration-wrapper-Password {
    padding: 0 40px;
}

#KSTL-Registration-wrapper-ForgotPasswordLink a:visited {
    color: #E72738;
}

.registro:visited {
    color: #534741;
}


/*LOGIN REGISTRO PROMOS PASADAS*/

#KSTL-Registration-wrapper-TermsandconditionPrivacyCombo > div {
    display: flex;
    margin-bottom: 1rem;
}

#KSTL-Registration-TermsandconditionPrivacyCombo {
    width: 18px !important;
    height: 20px;
}

#subscription123344_EM {
    width: 18px !important;
    height: 20px;
}

#KSTL-Registration-wrapper-TermsandconditionPrivacyCombo > div > div {
    width: 100%;
    color: white;
    text-align: left;
    font-family: 'codec';
    font-weight: 100;
}

#KSTL-Registration-wrapper-HeaderSubscription > div > div {
    display: flex;
}

    #KSTL-Registration-wrapper-HeaderSubscription > div > div > label {
        width: 100%;
        color: white;
        text-align: left;
        font-family: 'codec';
        font-weight: 100;
    }

.link {
    color: #ffcb00 !important
}

#MySelectCiudad {
    display: none;
}

#KSTL-Registration-wrapper-City > div > div:nth-child(2) > span {
    display: none;
}

#KSTL-Registration-Gender {
    border-radius: 50px;
    border: 2px solid white;
    background-color: white;
    width: 74%;
    padding: 15px 0px;
    text-align: center;
    font-family: 'pinup';
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
    animation: grow 1s ease forwards;
    text-transform: uppercase;
    color: #757575;
    height: 63px;
}

.infoTooltip {
    text-align: left;
    color: white;
    font-family: Arial;
    /*margin-left: 100px;*/
    text-align: justify;
    max-width: 34rem;
}
/*
#KSTL-Registration-wrapper-ContinueButton1 {
    grid-area: 13 / 1 / 5 / 3;
}*/

@media only screen and (max-width: 900px) {
    .vouncher {
        width: 80px;
    }

    .papas-izq {
        left: 50px;
        width: 90px;
    }

    .papas-der {
        width: 100px;
    }

    .papita {
        width: 100px;
    }

    .title {
        font-size: 40px;
    }

    .login-title {
        grid-template-columns: 1fr 300px 1fr;
    }

    .login-sub {
        margin: 0;
    }
}


@media only screen and (max-width: 780px) {
    body {
        background-image: url('/Content/assets/gamingmx/registro/registro_cuenta.png');
    }

    .title-login {
        margin-top: 70px;
        margin-bottom: 24%;
        text-align: center;
        display: flex;
        font-size: 30px;
        justify-content: center;
        align-items: center;
        font-family: 'pinup';
        color: red;
    }

    .footer-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }

    img#img-papa-izq {
        position: absolute;
        left: -11px;
        top: 251px;
        width: 25%;
    }

    img#img-papa-der {
        position: absolute;
        right: 0;
        bottom: 128px;
        width: 25%;
    }

    .papita {
        top: 100px;
    }

    .vouncher {
        width: 55px;
        bottom: 0;
    }

    .papas-izq {
        left: 30px;
        width: 60px;
        bottom: 100px;
    }

    .papas-der {
        width: 55px;
    }

    #KSTL-Registration-wrapper-ForgotPwEmailCnfrmHeaderCopy {
        margin-top: -7rem;
    }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 400px) {
    #bars {
        font-size: 23px;
        bottom: 49% !important;
        right: 14px;
    }

    body {
        background-image: url('/Content/assets/gamingmx/registro/registro_cuenta.png');
    }
}

/*@media (min-width: 1000px){
    #reg-container > div > div > div > form > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;*/ /* Espacio entre los elementos */
/*}

    .form-group {
        display: flex;
        flex-direction: column;
    }
}*/
