body {
    background-image: var(--background-img);
    background-position: center center;
    background: var(--background);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* background-color: var(--background-color) !important; */
}

.register-container {
    height: 100%;
    width: 100%;
    padding: 5% 0;
}

.login-box {
    position: absolute !important;
    /* top: -40%; */
    transform: translateY(-75%);
    /* width: 40rem; */
    /* width: 40vw; */
    /* margin: 0 auto; */
}

/* .logo{
    width: 200px;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
} */

/* @media only screen and (max-width: 422px) and (max-width: 600px) {
    .login-box {
        width: 80vw;
        margin: 0 auto;
    }
} */

.circulos {
    width: 165px !important;
}
.centroexpositorp {
    margin-bottom: 25px;
}

@media only screen and (min-width: 770px) and (max-width: 1024px) {
    body {
        background-image: var(--background-img);
        background: var(--background);
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .login-box {
        /* position: relative !important; */
        /* top: -40%; */
        /* transform: translateY(0); */
        /* width: 50vw; */
        /* margin: 0 auto; */
    }

    /* .circulos-container{
        transform: translateY(-20%) !important;
    } */

}

@media only screen and (min-width: 720px) and (max-width: 769px) {
    .login-box {
        position: relative !important;
        transform: translateY(-15%);
        /* top: -40%; */
        /* transform: translateY(0); */
        /* width: 50vw; */
        /* margin: 0 auto; */
    }
}

@media only screen and (min-width: 320px) and (max-width: 720px) {
    .login-box {
        position: relative !important;
        transform: translateY(-15%);
    }

    .circulos-container{
        transform: translateY(-20%) !important;
    }

    .circulos{
        margin: -12px !important;
    }

    .section-register-circles{
        padding-bottom: 0px !important;
    }

    .f-title,
    .lead.h-title{
        text-align: center;
        font-size:30px;
        font-weight: 500;
    }
    .centroexpositorp{
        text-align: center;
        font-size: 12px;
        position: relative;
        bottom: 18px;
        margin-bottom: 7px;
    }
    .principal,
    #section-banner{
        background-position: center !important;
    }

}

@media only screen and (min-width: 240px) and (max-width: 319px) {
    /* .circulos-container{
        transform: translateY(40%) !important;
    } */

    .login-box {
        position: relative !important;
        transform: translateY(-15%);
    }

    .circulos{
        /* transform: translateY(-20%) !important; */
        width: 130px !important;
    }
    .circulos p {
        font-size: 15px !important;
    }

}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    main {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.5);
    }
}

/* INNPUT CONFIG */

label{
    font-size: 1rem;
}

.custom-radio{
    margin-bottom: 5px;
}


#sectorPrivado{
    display: none;
}

.flags-container{
    position: absolute;
    right: 20px;
    z-index: 2;
}

.flag-icon{
    font-size: 2em;
    border-radius: 0 0 0.357rem 0.357rem;
}
