.customtab-form-container {
    width: 100%;
}

.customtab-form-container button {
    border: none;
    background: green;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 6px;
    border-radius: 7px;
}

.crmcustom-contact-wrapper {
    display: flex;
    align-items: center;
}

.crmcustom-contact-wrapper input {
    margin: 1rem;
}