/* بک‌گراند فرم‌ها */
.inner-bg {
    background: #282828 !important;
    padding: 20px;
    border-radius: 8px;
}

/* رنگ متن‌ها */
.inner-bg,
.inner-bg h3,
.inner-bg p,
.inner-bg .label-name,
.inner-bg a {
    color: #FF6C00 !important;
}

/* فیلدهای ورودی */
.input {
    background: #282828 !important;
    border: 1px solid #FF6C00 !important;
    color: #FF6C00 !important;
}

/* placeholder هم نارنجی بشه */
.input::placeholder {
    color: #FF6C00 !important;
    opacity: 0.7 !important;
}

/* دکمه‌ها */
.btn-submit {
    background: #FFFFFF !important;
    color: #FF6C00 !important;
    border: 2px solid #FFFFFF !important;
    font-weight: bold !important;
    transition: 0.3s !important;
}

/* افکت هاور روی دکمه */
.btn-submit:hover {
    background: #FF6C00 !important;
    color: #FFFFFF !important;
    border: 2px solid #FF6C00 !important;
}
