@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.mobileHeaderLogin {
    display: none;
}

@media screen and (min-width: 992px){
    #btnSignMobilesDevice{
        display:none;
    }
}

.baseLocalSign {
    margin-top: 100px;
    align-items: center;
    font-family: 'Barlow', sans-serif;
}

.baseLocalSign > img {
    width: 279px;
    height: auto;
    margin-bottom: 40px;
    opacity: 0;
    font-family: 'Barlow', sans-serif;
}

@media screen and (max-width:992px){
    .boxSectionIntructions{
        display: none;
    }

    .mobileHeaderLogin {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 16px 0;
    }
    
    .mobileHeaderLogin > img {
        width: 180px;
        height: auto;
        display: block;
        margin-bottom: 12px;
    }
    
    .welcome-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .mobileHeaderLogin h4 {
        font-size: 1.4em;
        color: #000000;
        font-weight: bold;
        font-family: 'Barlow', sans-serif;
        margin: 0;
    }
    
    .create-account-link {
        font-size: 0.95em;
        font-family: 'Barlow', sans-serif;
        color: #444444;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }
    
    .create-account-link:hover {
        color: #333333;
        text-decoration: underline;
    }
      
}

@media screen and (max-width:2520px){
    .baseContainerLogin{
        width:50%;
        height:auto;
    }
}


@media screen and (max-width:2010px){
    .baseContainerLogin{
        width:60%;
        height:auto;
    }
}


@media screen and (max-width:1690px){
    .baseContainerLogin{
        width:90%;
        height:auto;
    }
}


