
input:focus, textarea:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 5px rgba(22, 163, 74, 1) !important;
    outline: none !important;
}

input, textarea {
    transition: all 0.3s ease !important;
}

