/* Copiar los estilos de verano y cambiarlos a tu gusto, obviando cambiar el nombre de las clases. */
/* Step 2 */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.step2__main__content {
    width: 100%;
    top: 60px;
}

/* Create acc / Login acc / Register acc */
.step2__main__content__create__acc {
    position: relative;
    width: 100%;
    top: 60px;
    padding: 1.5rem 1.5rem 4rem;
    text-align: center;
}

.step2__main__content__register__acc {
    position: relative;
    width: 100%;
    top: 60px;
    text-align: center;
}

.step2__main__content__create__acc__title h2,
.step2__main__content__register__acc__title h2 {
    font-size: 35px;
    color: var(--nieve-primary-purple);
    line-height: 48px;
    margin-bottom: 1rem;
}

.title__bold {
    color: var(--nieve-primary-red) !important;
}

.step2__main__content__create__acc__text p,
.step2__main__content__register__acc__text p {
    font-size: 17px;
    color: var(--verano--secondary--black);
    padding-top: 1.5rem;
}

.step2__main__content__create__acc__form,
.step2__main__content__register__acc__form {
    background-image: url("../img/elementos/nieve_iceberg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 710px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.step2__main__content__register__acc__form__content > form {
    width: 300px;
    margin: 0 auto;
}

.step2__main__content__create__acc__form__content,
.step2__main__content__register__acc__form__content,
.step2__main__content__create__acc__text {
    padding: 4rem 2rem 0 2rem;
    width: 325px;
}

.step2__main__content__create__acc__form__content h4,
.step2__main__content__register__acc__form__content h4 {
    font-size: 25px;
    color: var(--nieve-primary-purple);
}

.step2__main__content__register__acc__form__register {
    display: flex;
    justify-content: center;
}

.register_btn {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 6px;
    background: #FFF;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    padding: 0.2rem 1rem 0.2rem 1rem;
    width: 145px;
    justify-content: center;
}

a:hover {
    color: var(--verano--primary--light-blue) !important;
}

.register_btn__dark-blue {
    background-color: var(--nieve-primary-purple);
    border: 2px solid var(--nieve-primary-purple);
}

/* Tabs */
.nav__create_acc {
    justify-content: center !important;
    border: none !important;
    padding-bottom: 1.5rem;
}

.nav-link__create_acc {
    background-color: #FFF !important;
    border: 1px solid var(--nieve-primary-red) !important;
    color: var(--nieve-primary-red) !important;
    font-size: 14px !important;
    font-weight: bold;
}

.nav-link__create_acc:focus {
    border-color: transparent;
}

.nav-link__create_acc.active {
    background-color: var(--nieve-primary-red) !important;
    color: #FFF !important;
}

li#first__tab button {
    border-radius: 6px 0 0 6px !important;;
    pointer-events: none;
}

li#second__tab button {
    border-radius: 0 6px 6px 0 !important;
}

.firstTab {
    border-radius: 6px 0 0 6px !important;
}

/* Controls */
.step2__main__content__control {
    display: flex;
    padding: 2rem 1.5rem 2rem 1.5rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 60px;
    margin-bottom: 3rem;
}

.registered__dni__user {
    background-image: url("../img/elementos/verano_elemento4.svg") !important;
    width: 363px !important;
    height: 489px !important;
    margin: 0 auto;
}

#container_principal_name .input__container {
    margin-top: 1.3rem;
}

#your_acc_name {
    padding-right: 7.5rem;
}

#container_companion_name .input__container {
    margin-top: 1.3rem;
}

#companion_acc_name {
    padding-right: 7.5rem;
}

/* Responsive */
@media screen and (min-width: 768px) {
    .step2__main__content__create__acc {
        padding: 0 0 4rem 0;
    }

    .step2__main__content__create__acc__form,
    .step2__main__content__register__acc__form {
        background-image: url("../img/elementos/nieve_iceberg_desktop.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 50rem;
        height: 500px;
        margin: 0 auto;
    }

    .step2__main__content__register__acc__form {
        height: 600px !important;
    }

    .step2__main__content__register__acc__form__content > form {
        width: 100%;
    }

    .step2__main__content__create__acc__form__content,
    .step2__main__content__register__acc__form__content,
    .step2__main__content__create__acc__text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 4rem 10rem 0 10rem;
        width: unset !important;
    }

    .step2__main__content__create__acc__form__content__first,
    .step2__main__content__create__acc__form__content__second,
    .step2__main__content__register__acc__form__content__first,
    .step2__main__content__register__acc__form__content__second {
        display: flex;
        justify-items: center;
        align-items: center;
    }

    .step2__main__content__create__acc__form__content__first > .text__container:not(:last-child),
    .step2__main__content__create__acc__form__content__second > .text__container:not(:last-child),
    .step2__main__content__register__acc__form__content__first > .text__container:not(:last-child),
    .step2__main__content__register__acc__form__content__second > .text__container:not(:last-child) {
        margin-right: 1rem;
    }

    .step2__main__content__control {
        width: 50rem;
        margin: 1.5rem auto;
    }
}

@media screen and (max-width: 400px) {
    .step2__main__content__create__acc {
        padding: unset !important;
    }

    .step2__main__content__register__acc {
        padding: 1.5rem 1.5rem 4rem;
    }

    .step2__main__content__register__acc__form__content > form {
        width: 100%;
    }

    #container_principal_name .input__container {
        margin-top: 0;
    }

    #your_acc_name {
        padding-right: 0;
    }

    #container_companion_name .input__container {
        margin-top: 0;
    }

    #companion_acc_name {
        padding-right: 0;
    }
}
