.form__group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}
.form__group .form__control {
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    color: #5b5b5c;
    outline: none;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 0.375rem;
    padding: 0.75rem;
}
.form__group label {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.form__control::placeholder{
    color: #ababab;
}
input:disabled, select:disabled {
    background: #e8e8e8 !important;
    cursor: not-allowed;
}
.text-sm{
    font-size: 14px;
}
.text-md{
    font-size: 16px;
}