.smartstork-form .mp-form-label label{
    display: inline !important;
}
.smartstork-form .cc-error, .smartstork-form .mepr-form-has-errors {
    color: #eb1c26;
    padding-left: 5px;
}
.smartstork-form .mepr-error .mepr-form-input {
    border: 2px solid red !important;
    background-color: #FF6666 !important;
}
.smartstork-form .mp-form-row {
    margin-bottom: 10px;
}
.smartstork-form .mepr-submit {
    background-color: #6B6F7A;
    color: #ffffff;
    border-radius: 0;
    border: none;
    padding: 12px 24px 12px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}
.smartstork-form .mepr-submit:hover {
    background-color: #424242;
}
.smartstork-form .mepr-submit:focus {
    background-color: #424242;
}
.smartstork-form-success {
    color: #098f09;
}