/* Glassmorphism Theme for AutoMarketing */
body {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 10%, #007bff 60%, #000000 100%);
    /* Vertical: White (top) to Blue (AutoMarketing) to Black */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#container-email_senha {
    background: transparent !important;
}

.background-image {
    display: none !important;
}

#logo-container {
    padding-top: 5vh;
}

#logo1 {
    width: 80%; /* Garante que a logo seja responsiva */
    max-width: 250px; /* Limita o tamanho máximo */
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s ease;
}

#logo1:hover {
    transform: scale(1.05);
}

#container-form {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    max-height: 80vh;
    overflow-y: auto;
}

.form-label {
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#version-display {
    position: fixed !important;
    bottom: 10px !important;
    left: 10px !important;
    top: auto !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(5px);
    color: #333 !important;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.2) !important;
    border-color: #007bff !important;
    transform: translateY(-2px);
}

.btn-danger {
    background: linear-gradient(45deg, #007bff, #0056b3) !important; /* Blue gradient for AutoMarketing */
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4) !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6) !important;
}
