@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;
}



@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(---laranja);
    opacity: 0;
}

@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: 60%;
        height: 70%;
        background-color: #fff;
        border: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 20px !important;
    }

    .card>div {
        width: 50%;
        height: 100%;
    }

    .card>div:first-child {
        border-radius: 20px 100px 100px 20px;
        background-color: var(---laranja);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card>div:first-child>span {
        font-size: 32px;
        color: var(---cinza-claro);
        font-weight: 800;
    }

    .card>div:last-child {
        padding: 20px;
    }

    img {
        width: 300px;
    }

    .botao-entrar {
        background-color: var(---laranja);
        width: 100%;
        color: var(---cinza-claro);
    }

    .botao-entrar:hover {
        background-color: var(---laranja);
        width: 100%;
        color: var(---cinza-claro);
    }

    .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;
    }

    #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);
    }

    .forgot-password a {
        color: #808080;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
    }



}

@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: 90%;
        height: 70%;
        background-color: #fff;
        border: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 20px !important;
    }

    .card>div {
        width: 100%;
        height: 100%;
    }

    .card>div:first-child {
        display: none;
    }

    .card>div:first-child>span {
        font-size: 32px;
        color: var(---cinza-claro);
        font-weight: 800;
    }

    .card>div:last-child {
        padding: 20px;
    }

    img {
        width: 190px;
    }

    .botao-entrar {
        background-color: var(---laranja);
        width: 100%;
        color: var(---cinza-claro);
    }

    .botao-entrar:hover {
        background-color: var(---laranja);
        width: 100%;
        color: var(---cinza-claro);
    }

    .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;
    }

    #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: 90%;
        height: 70%;
        background-color: #fff;
        border: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 20px !important;
    }

    .card>div {
        width: 100%;
        height: 100%;
    }

    .card>div:first-child {
        display: none;
    }

    .card>div:first-child>span {
        font-size: 32px;
        color: var(---cinza-claro);
        font-weight: 800;
    }

    .card>div:last-child {
        padding: 20px;
    }

    img {
        width: 190px;
    }

    .botao-entrar {
        background-color: var(---laranja);
        width: 100%;
        color: var(---cinza-claro);
    }

    .botao-entrar:hover {
        background-color: var(---laranja);
        width: 100%;
        color: var(---cinza-claro);
    }

    .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;
    }

    #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);
    }

}