﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.jq-toast-wrap {
    width: 400px !important;
}

    .jq-toast-wrap > div {
        padding: 20px 20px 20px 50px !important
    }

body {
    padding: 0;
    background: linear-gradient(135deg, #df8c4b, #64c2e6);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* Espaço entre a logo e o campo de e-mail */
}

.logo {
    max-width: 100px; /* Ajuste o tamanho da logo conforme necessário */
}
