input,
select,
textarea {
    color: black !important;
    background-color: rgb(202, 219, 224) !important;
    border: 1px solid #1b99ec;
    border-radius: 0.375rem;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease-in-out;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 10px 3px rgba(99, 102, 241, 0.8);
}

form div>div {
    margin-bottom: 1rem;
}

.banner {
    box-shadow: 0 0 20px 5px rgb(243, 214, 51) !important;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}