.qos-theme-settings-form.wrap{
    /*  background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%) !important; */
    background: #fff !important;
    padding: 20px;
    border-radius: 15px;
}
.qos-theme-settings-form.wrap th, .qos-theme-settings-form.wrap .qos_form_heading{
    color: #A217FC; 
}
.qos_form_submit p{
    text-align: right;
}
.qos_form_submit p input{
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%) !important;
    color: #fff !important;
}


.qos-theme-settings-form table.form-table th {
    width: 200px;
    font-weight: 600;
    padding-right: 20px;
}

.qos-theme-settings-form input[type="text"],
.qos-theme-settings-form input[type="email"],
.qos-theme-settings-form input[type="url"],
.qos-theme-settings-form textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
}

.qos-theme-settings-form input[type="url"] {
    margin-bottom: 5px;
}

.qos-theme-settings-form .site-logo{
    text-align: center;
}

span.fas{
    color: lightgray;
}