@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: 'Lato';
}

:root{

    ---background: #797dea;
    ---card: aliceblue;
    ---laranja: #FF6A00;
    ---azul-escuro: #2C3E50;
    ---cinza-claro: #ECF0F1;
}

.forgot-password{
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 1024px) {

    .bg-card{
        width: 100vw;
        height: 100vh;
        background-color: var(---cinza-claro);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card{
        width: 40%;
        height: 70%;
        background-color: #fff;
        border: none;
        display: flex;
        align-items: center;
        border-radius: 20px!important;
        padding: 30px;
    }

    img{
        width: 300px;
    }

    .input-group-text{
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid var(---laranja)!important;
    }

    input{
        background-color: transparent;
        border-radius: 0!important;
        border: none!important;
        outline: none !important;
        box-shadow: none !important;
        border-bottom: 2px solid var(---laranja)!important;
    }

    .botao-entrar{
        width: 100%;
        background-color: var(---laranja);
        color: var(---cinza-claro);
    }

    .botao-entrar:hover{
        width: 100%;
        background-color: var(---laranja);
        color: var(---azul-escuro);
    }

    #flash-message {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1050; /* acima de tudo */
        width: auto;
        max-width: 400px;
    }
    
    #flash-message .alert {
        margin-bottom: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

}

@media (min-width: 525px) and (max-width: 1024px) {

    .bg-card{
        width: 100vw;
        height: 100vh;
        background-color: var(---cinza-claro);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card{
        width: 80%;
        height: 70%;
        background-color: #fff;
        border: none;
        display: flex;
        align-items: center;
        border-radius: 20px!important;
        padding: 20px;
    }

    img{
        width: 200px;
    }

    .input-group-text{
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid var(---laranja)!important;
    }

    input{
        background-color: transparent;
        border-radius: 0!important;
        border: none!important;
        outline: none !important;
        box-shadow: none !important;
        border-bottom: 2px solid var(---laranja)!important;
    }

    .botao-entrar{
        width: 100%;
        background-color: var(---laranja);
        color: var(---cinza-claro);
    }

    .botao-entrar:hover{
        width: 100%;
        background-color: var(---laranja);
        color: var(---azul-escuro);
    }

    #flash-message {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1050; /* acima de tudo */
        width: auto;
        max-width: 400px;
    }
    
    #flash-message .alert {
        margin-bottom: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }
    
}

@media (max-width: 525px) {

    .bg-card{
        width: 100vw;
        height: 100vh;
        background-color: var(---cinza-claro);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card{
        width: 80%;
        height: 70%;
        background-color: #fff;
        border: none;
        display: flex;
        align-items: center;
        border-radius: 20px!important;
        padding: 20px;
    }

    img{
        width: 140px;
    }

    .input-group-text{
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid var(---laranja)!important;
    }

    input{
        background-color: transparent;
        border-radius: 0!important;
        border: none!important;
        outline: none !important;
        box-shadow: none !important;
        border-bottom: 2px solid var(---laranja)!important;
    }

    .botao-entrar{
        width: 100%;
        background-color: var(---laranja);
        color: var(---cinza-claro);
    }

    .botao-entrar:hover{
        width: 100%;
        background-color: var(---laranja);
        color: var(---azul-escuro);
    }

    #flash-message {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1050; /* acima de tudo */
        width: auto;
        max-width: 400px;
    }
    
    #flash-message .alert {
        margin-bottom: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

}