
.glass-card {
    background: rgba(53, 52, 58, 0.792);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

input:focus~label,
input:not(:placeholder-shown)~label {
    transform: translateY(-1rem) scale(0.95);
    color: #00E3FD;
}

.from-background{
    background-color: #0000007a !important;
    box-shadow: 1px 2px 1px 2px rgba(220, 220, 220, 0.337) !important;
}

