/* Login - register */

/* Regista tus codigos */
.main-forms-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 50px;
    margin-bottom: 50px;
}


.cerrar-sesion a:hover {
    color: #FF6700;
    background-color: #fff;
}

.codigos-form-container {
    display: flex;
    flex-direction: row;
    width: 33%;
    gap: 10px;
}

.codigos-form-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

.codigos-form-text-title {
    font-size: 2.6rem;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}

.codigos-form-text-title span {
    display: block;
    color: #fff;
}

.codigos-form-text p {
    color: #fff;
    font-size: 1.3rem;
    width: 80%;
}

.codigos-form-text span {
    display: block;
}

.codigos-terminos {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 20px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: linear-gradient(to top, #004A99, #007FC8);
}

.codigos-terminos-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.codigos-terminos-title span {
    display: block;
}


.codigos-terminos p {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.codigos-terminos a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 33%;
    border: none;
    border-radius: 5px;
    background-color: #FF6700;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    margin-right: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.codigos-terminos a:hover {
    background-color: #fff;
    color: #FF6700;
}

/* Login register container */

.login-register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    min-width: 500px;
    min-height: 600px;
    padding: 50px;
    background: linear-gradient(to top, #004A99, #007FC8);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 2);
    margin-bottom: 50px;
}

.login-form,
.register-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.login-form-title,
.register-form-title {
    color: #fff;
    font-family: 'MyriadPro Regular';
    margin-bottom: 20px;
    font-size: 3.2rem;
}

.login-form form,
.register-form form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.login-form form label,
.register-form form label {
    align-self: flex-start;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.login-form form input,
.register-form form input {
    width: 100%;
    padding: 10px;
    border: #fff 2px solid;
    border-radius: 5px;
    background: none;
    margin-bottom: 20px;
    font-family: 'MyriadPro Regular';
    color: #fff;
    font-size: 0.9rem;
}

/* Placeholder */
.input-form form input::placeholder {
    color: #fff;
}

.register-form form select {
    width: 100%;
    padding: 10px;
    border: #fff 2px solid;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #000;
}

.login-form form input:focus,
.register-form form input:focus {
    border: #FF6700 2px solid;
}

.login-form form button,
.register-form form button {
    width: 45%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #FF6700;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-form form p {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 20px;
    text-align: center
}

.register-show {
    color: rgb(0, 255, 255);
    cursor: pointer;
    display: block;
}

.recuperar-cont a {
    color: rgb(0, 255, 255);
    cursor: pointer;
}

.login-form form button:hover,
.register-form form button:hover {
    background-color: #fff;
    color: #FF6700;
}

.register-form {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.register-form form .checkbox-container {
    align-self: flex-start;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.terminos-a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.register-form form .checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

#terminos_condiciones,
#tratamiento_datos {
    width: 20px;
}

.login-show {
    color: rgb(0, 255, 255);
    cursor: pointer;
    display: block;
}

.register-form form p {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}


/* Info codigos raspa y gana */

.info-codigos-form-container {
    display: flex;
    flex-direction: row-reverse;
    width: 45%;
    padding: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
}

.image-raspaygana {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.image-raspaygana img {
    width: 180%;
    margin-right: 250px;
}

/* Mobile media query */

@media screen and (max-width: 768px) {

    .main-forms-container {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }


    .codigos-form-container {
        width: 100%;
        padding: 20px;
        gap: 0;
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .codigos-form-text-title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 2.4rem;
    }

    .codigos-form-text-title span {
        display: inline;
        color: #fff;
    }

    .codigos-form-text p {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }

    .codigos-terminos {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        gap: 20px;
        border: none;
        flex-direction: column;
        background: none;
    }

    .codigos-terminos-title {
        color: #FF6700;
        font-size: 2.5rem;
        margin-bottom: 20px;
    }



    .codigos-terminos a {
        width: 50%;
        border: none;
        border-radius: 5px;
        background-color: #FF6700;
        color: #fff;
        font-weight: bold;
        font-size: 1.8rem;
        margin-right: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .codigos-terminos a:hover {
        background-color: #fff;
        color: #FF6700;
    }

    /* Login */

    .login-register-container {
        width: 90%;
        padding: 50px;
        margin-bottom: 20px;
        min-width: 0;
        min-height: 0;
    }

    .login-form-title,
    .register-form-title {
        font-size: 2.3rem;
        text-align: center;
    }

    /* Info */

    .info-codigos-form-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        gap: 20px;
        border: none;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .image-raspaygana {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .image-raspaygana img {
        width: 85%;
        margin-right: 0;
    }

}