html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: rgb(228, 228, 228) !important;
    margin: 0;
    padding: 0;
}

.round-m20 {
    border-radius: 20px !important;
}

.card {
    min-width: 350px;
    width: 100%;
    max-width: 550px;
}

.login-cad {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.my-swal-container {
    width: auto;
    position: absolute;
    /* ou qualquer outra largura apropriada */
    padding: 20px;
    /* ou qualquer outro preenchimento apropriado */
    /* Adicione mais estilos conforme necessário para evitar conflitos */
}

.title {
    text-align: center;
    color: rgba(0, 0, 0, 0.808) !important;
}

.sub-title {
    text-align: center;
    color: rgba(0, 0, 0, 0.568) !important;
}