.apc-form{
    max-width: 980px;
    margin: 0 auto;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,.10);
}

.apc-form input[type="text"],
.apc-form input[type="email"],
.apc-form input[type="tel"],
.apc-form input[type="date"],
.apc-form select,
.apc-form textarea{
    width:100% !important;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.14);
    background:#fff;
    outline:none;
}

.apc-form input:focus,
.apc-form select:focus,
.apc-form textarea:focus{
    border-color: rgba(166,107,255,.9);
    box-shadow: 0 0 0 4px rgba(166,107,255,.18);
}

.apc-form .apc-submit{
    width:100%;
    margin-top: 18px;
    padding: 14px 18px;
    border:0;
    border-radius: 14px;
    background: #7c3aed !important;
    border-color: #7c3aed !important;
    color: #fff !important;
    font-weight:800;
    cursor:pointer;
}

.apc-form .apc-submit:hover,
.apc-form .apc-submit:focus,
.apc-form .apc-submit:active{
    background: #7c3aed !important;
    background-image: none !important;
    border-color: #7c3aed !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none;
}