
.oma-sfp {
    background: #04343c;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
}

.oma-sfp h4 {
    margin-bottom: 15px;
}

.oma-sfp-group {
    margin-bottom: 15px;
}

.oma-sfp label {
    font-size: 14px;
    display:block;
    margin-bottom:4px;
}

.oma-sfp select {
    width:100%;
    padding:8px;
    border-radius:6px;
    border:none;
}

.oma-sfp-submit {
    width:100%;
    padding:10px;
    background:#fab615;
    color:#04343c;
    border:none;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
}

.oma-sfp-submit:hover {
    background:#f5aa00;
}
