#emailHelp {
    margin-top: 12px;
    color: #000 !important;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#frmCustomerForm {
    width:320px;
}

#frmCustomer {
    border: none;
    width: 100%;
    height: 44px;
    border-radius: 7px;
    padding-left: 16px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .19));
}

#btnForm {
    height: 44px;
    width: 100%;
    background: #3f38dd;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
}
