My Template Submit Button Will Not Change Color Or Align In The Center Of The Form

  • Europrint
    Asked on February 11, 2015 at 6:56 AM

    problem with a submit|send button

    Please check my form

    http://www.jotform.com//?formID=50374657515358#

     

    I used a template that you provide and then made some design corrections.

    Then I changed a design of the button, but "submit" button didn't change. You can see it because other button became green, but submit button is still orange - and I can't change it to green color..

     

  • Sean
    Replied on February 11, 2015 at 10:22 AM

    It appears that there might have been some glitch with your CSS code. I did some test with a cloned version of your form and I have prepared CSS codes which will resolve your issue. 

    Here is a demo Form with my CSS code:
    http://form.jotformpro.com/form/50413600821946?

    .form-submit-button {
    height : 50px !important;
    background-color : #92c392 !important;
    border: 1px solid #92c392 !important
    margin-left: 235px !important;
    }

    .form-submit-button:hover{
    background-color : #92c392 !important;
    }

    You can clone it if you wish. Please follow this guide to inject the above CSS into your form. Do let us know if further assistance is needed.


    Cheers!

  • Europrint
    Replied on February 11, 2015 at 11:59 AM

    Thank you - it helped.

    But I can't put button in the center.

    http://form.jotformeu.com/form/50374657515358?

  • David JotForm Support Manager
    Replied on February 11, 2015 at 12:55 PM

    This CSS code can help you center the submit button:

    #cid_68{

    margin-left: -100px !important;

    }

    My Template Submit Button Will Not Change Color Or Align In The Center Of The Form Image 1 Screenshot 20

    You may clone my form: http://form.jotformpro.com/form/50414588741963?

    If you need anything else, please open a new thread, we will be glad to assist you.

  • Europrint
    Replied on February 11, 2015 at 1:28 PM

    Can you help me where exactly to insert code? I couldn't make it(..

    @import "https://fonts.googleapis.com/css?family=Roboto:light,lightitalic,normal,italic,bold,bolditalic";

    @import "http://www.jotform.com/themes/css/buttons/form-submit-button-blue.css";

    .form-all {

    font-family: "Roboto", sans-serif;

    }

    .form-all {

    width: 750px;

    }

    .form-label-left,

    .form-label-right {

    width: 150px;

    }

    .form-label {

    white-space: normal;

    }

    .form-label.form-label-auto {

    display: inline-block;

    float: left;

    text-align: left;

    width: 150px;

    }

    .form-label-left {

    display: inline-block;

    white-space: normal;

    float: left;

    text-align: left;

    }

    .form-label-right {

    display: inline-block;

    white-space: normal;

    float: left;

    text-align: right;

    }

    .form-label-top {

    white-space: normal;

    display: block;

    float: none;

    text-align: left;

    }

    .form-all {

    font-size: 16px;

    }

    .form-label {

    font-weight: bold;

    }

    .form-checkbox-item label,

    .form-radio-item label {

    font-weight: normal;

    }

    .supernova {

    background-color: #ffffff;

    }

    .supernova body {

    background-color: transparent;

    }

    /*

    @width30: (unit(@formWidth, px) + 60px);

    @width60: (unit(@formWidth, px)+ 120px);

    @width90: (unit(@formWidth, px)+ 180px);

    */

    /* | */

    @media screen and (min-width: 480px) {

    .supernova .form-all {

    border: 1px solid #e6e6e6;

    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);

    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);

    }

    }

    /* | */

    /* | */

    @media screen and (max-width: 480px) {

    .jotform-form {

    padding: 10px 0;

    }

    }

    /* | */

    /* | */

    @media screen and (min-width: 480px) and (max-width: 768px) {

    .jotform-form {

    padding: 30px 0;

    }

    }

    /* | */

    /* | */

    @media screen and (min-width: 768px) and (max-width: 1024px) {

    .jotform-form {

    padding: 60px 0;

    }

    }

    /* | */

    /* | */

    @media screen and (min-width: 1024px) {

    .jotform-form {

    padding: 90px 0;

    }

    }

    /* | */

    .form-all {

    background-color: #ffffff;

    border: 1px solid transparent;

    }

    .form-header-group {

    border-color: #e6e6e6;

    }

    .form-matrix-table tr {

    border-color: #e6e6e6;

    }

    .form-matrix-table tr:nth-child(2n) {

    background-color: #f2f2f2;

    }

    .form-all {

    color: #000000;

    }

    .form-header-group .form-header {

    color: #000000;

    }

    .form-header-group .form-subHeader {

    color: #1a1a1a;

    }

    .form-sub-label {

    color: #1a1a1a;

    }

    .form-label-top,

    .form-label-left,

    .form-label-right,

    .form-html {

    color: #000000;

    }

    .form-checkbox-item label,

    .form-radio-item label {

    color: #1a1a1a;

    }

    .form-line.form-line-active {

    -webkit-transition-property: all;

    -moz-transition-property: all;

    -ms-transition-property: all;

    -o-transition-property: all;

    transition-property: all;

    -webkit-transition-duration: 0.3s;

    -moz-transition-duration: 0.3s;

    -ms-transition-duration: 0.3s;

    -o-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease;

    -moz-transition-timing-function: ease;

    -ms-transition-timing-function: ease;

    -o-transition-timing-function: ease;

    transition-timing-function: ease;

    background-color: rgba(255, 255, 255, 0.2);

    }

    /* ömer */

    .form-radio-item,

    .form-checkbox-item {

    padding-bottom: 4px !important;

    }

    .form-radio-item:last-child,

    .form-checkbox-item:last-child {

    padding-bottom: 0;

    }

    /* ömer */

    [data-type="control_radio"] .form-input,

    [data-type="control_checkbox"] .form-input,

    [data-type="control_radio"] .form-input-wide,

    [data-type="control_checkbox"] .form-input-wide {

    width: 100%;

    max-width: 300px;

    }

    .form-radio-item,

    .form-checkbox-item {

    width: 100%;

    max-width: 300px;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-textbox.form-radio-other-input,

    .form-textbox.form-checkbox-other-input {

    width: 80%;

    margin-left: 3%;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-multiple-column {

    width: 100%;

    }

    .form-multiple-column .form-radio-item,

    .form-multiple-column .form-checkbox-item {

    width: 10%;

    }

    .form-multiple-column[data-columncount="1"] .form-radio-item,

    .form-multiple-column[data-columncount="1"] .form-checkbox-item {

    width: 100%;

    }

    .form-multiple-column[data-columncount="2"] .form-radio-item,

    .form-multiple-column[data-columncount="2"] .form-checkbox-item {

    width: 50%;

    }

    .form-multiple-column[data-columncount="3"] .form-radio-item,

    .form-multiple-column[data-columncount="3"] .form-checkbox-item {

    width: 33.33333333%;

    }

    .form-multiple-column[data-columncount="4"] .form-radio-item,

    .form-multiple-column[data-columncount="4"] .form-checkbox-item {

    width: 25%;

    }

    .form-multiple-column[data-columncount="5"] .form-radio-item,

    .form-multiple-column[data-columncount="5"] .form-checkbox-item {

    width: 20%;

    }

    .form-multiple-column[data-columncount="6"] .form-radio-item,

    .form-multiple-column[data-columncount="6"] .form-checkbox-item {

    width: 16.66666667%;

    }

    .form-multiple-column[data-columncount="7"] .form-radio-item,

    .form-multiple-column[data-columncount="7"] .form-checkbox-item {

    width: 14.28571429%;

    }

    .form-multiple-column[data-columncount="8"] .form-radio-item,

    .form-multiple-column[data-columncount="8"] .form-checkbox-item {

    width: 12.5%;

    }

    .form-multiple-column[data-columncount="9"] .form-radio-item,

    .form-multiple-column[data-columncount="9"] .form-checkbox-item {

    width: 11.11111111%;

    }

    .form-single-column .form-checkbox-item,

    .form-single-column .form-radio-item {

    width: 100%;

    }

    .form-radio-item:not(#foo) {

    margin-bottom: 0;

    position: relative;

    }

    .form-radio-item:not(#foo) input[type="checkbox"],

    .form-radio-item:not(#foo) input[type="radio"] {

    display: none;

    }

    .form-radio-item:not(#foo) .form-radio-other,

    .form-radio-item:not(#foo) .form-checkbox-other {

    display: inline-block !important;

    margin-left: 7px;

    margin-right: 3px;

    margin-top: 4px;

    }

    .form-radio-item:not(#foo) .form-checkbox-other-input,

    .form-radio-item:not(#foo) .form-radio-other-input {

    margin: 0;

    }

    .form-radio-item:not(#foo) label {

    line-height: 18px;

    margin-left: 0;

    float: left;

    text-indent: 27px;

    }

    .form-radio-item:not(#foo) label:before {

    content: '';

    position: absolute;

    display: inline-block;

    vertical-align: baseline;

    margin-right: 4px;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    left: 4px;

    width: 18px;

    height: 18px;

    cursor: pointer;

    }

    .form-radio-item:not(#foo) label:after {

    content: '';

    position: absolute;

    z-index: 10;

    display: inline-block;

    opacity: 0;

    top: 5px;

    left: 9px;

    width: 8px;

    height: 8px;

    }

    .form-radio-item:not(#foo) input:checked + label:after {

    opacity: 1;

    }

    .form-radio-item:not(#foo) label:before {

    border: 2px solid #8fbc8f;

    }

    .form-radio-item:not(#foo) label:after {

    background-color: #8fbc8f;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    cursor: pointer;

    }

    .form-checkbox-item:not(#foo) {

    margin-bottom: 0;

    position: relative;

    }

    .form-checkbox-item:not(#foo) input[type="checkbox"],

    .form-checkbox-item:not(#foo) input[type="radio"] {

    display: none;

    }

    .form-checkbox-item:not(#foo) .form-radio-other,

    .form-checkbox-item:not(#foo) .form-checkbox-other {

    display: inline-block !important;

    margin-left: 7px;

    margin-right: 3px;

    margin-top: 4px;

    }

    .form-checkbox-item:not(#foo) .form-checkbox-other-input,

    .form-checkbox-item:not(#foo) .form-radio-other-input {

    margin: 0;

    }

    .form-checkbox-item:not(#foo) label {

    line-height: 18px;

    margin-left: 0;

    float: left;

    text-indent: 27px;

    }

    .form-checkbox-item:not(#foo) label:before {

    content: '';

    position: absolute;

    display: inline-block;

    vertical-align: baseline;

    margin-right: 4px;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    left: 4px;

    width: 18px;

    height: 18px;

    cursor: pointer;

    }

    .form-checkbox-item:not(#foo) label:after {

    content: '';

    position: absolute;

    z-index: 10;

    display: inline-block;

    opacity: 0;

    top: 8px;

    left: 9px;

    width: 3px;

    height: 3px;

    }

    .form-checkbox-item:not(#foo) input:checked + label:after {

    opacity: 1;

    }

    .form-checkbox-item:not(#foo) label:before {

    border: 2px solid #8fbc8f;

    }

    .form-checkbox-item:not(#foo) label:after {

    background-color: #8fbc8f;

    box-shadow: 0 2px 0 0 #8fbc8f, 2px 2px 0 0 #8fbc8f, 4px 2px 0 0 #8fbc8f, 6px 2px 0 0 #8fbc8f;

    -moz-transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

    }

    .supernova {

    height: 100%;

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: center top;

    background-attachment: fixed;

    background-size: auto;

    background-size: cover;

    }

    .supernova {

    background-image: none;

    }

    #stage {

    background-image: none;

    }

    /* | */

    .form-all {

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: center top;

    background-size: cover;

    }

    .form-header-group {

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: center top;

    }

    .form-line {

    margin-top: 0px;

    margin-bottom: 0px;

    }

    .form-line {

    padding: 8px 36px;

    }

    .form-all .form-textbox,

    .form-all .form-radio-other-input,

    .form-all .form-checkbox-other-input,

    .form-all .form-captcha input,

    .form-all .form-spinner input,

    .form-all .form-pagebreak-back,

    .form-all .form-pagebreak-next,

    .form-all .qq-upload-button,

    .form-all .form-error-message {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    }

    .form-all .form-textarea {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    }

    .form-all .form-submit-button,

    .form-all .form-submit-reset,

    .form-all .form-submit-print {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    }

    .form-dropdown {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    -webkit-appearance: none;

    -moz-appearance: button;

    appearance: none;

    margin: 0;

    }

    .form-all {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    }

    .form-section:first-child {

    -webkit-border-radius: 0px 0px 0 0;

    -moz-border-radius: 0px 0px 0 0;

    border-radius: 0px 0px 0 0;

    }

    .form-section:last-child {

    -webkit-border-radius: 0 0 0px 0px;

    -moz-border-radius: 0 0 0px 0px;

    border-radius: 0 0 0px 0px;

    }

    .form-all .qq-upload-button,

    .form-all .form-submit-button,

    .form-all .form-submit-reset,

    .form-all .form-submit-print {

    height: 25px;

    width: 270px;

    font-size: 1em;

    padding: 9px 15px;

    font-family: "Tahoma", sans-serif;

    font-size: 17px;

    font-weight: normal;

    border: none;

    border-width: 0px !important;

    border-style: solid !important;

    border-color: #8fbc8f !important;

    }

    .form-all .qq-upload-button,

    .form-all .form-submit-button,

    .form-all .form-submit-reset,

    .form-all .form-submit-print {

    color: #ffffff !important;

    background: #8fbc8f;

    box-shadow: none;

    text-shadow: none;

    }

    .form-all .form-pagebreak-back,

    .form-all .form-pagebreak-next {

    font-size: 1em;

    padding: 9px 15px;

    font-family: "Roboto", sans-serif;

    font-size: 16px;

    font-weight: normal;

    }

    /*

    & when ( @buttonFontType = google ) {

    @import (css) "@{buttonFontLink}";

    }

    */

    h2.form-header {

    line-height: 1.618em;

    font-size: 1.714em;

    }

    h2 ~ .form-subHeader {

    line-height: 1.5em;

    font-size: 1.071em;

    }

    .form-header-group {

    text-align: center;

    }

    .form-line {

    zoom: 1;

    }

    .form-line:before,

    .form-line:after {

    display: table;

    content: '';

    line-height: 0;

    }

    .form-line:after {

    clear: both;

    }

    .form-sub-label-container {

    margin-right: 0;

    float: left;

    white-space: nowrap;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-sub-label-container .date-separate {

    visibility: hidden;

    }

    .form-captcha input,

    .form-spinner input {

    width: 300px;

    }

    .form-textbox,

    .form-textarea {

    width: 100%;

    max-width: 300px;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-input,

    .form-address-table,

    .form-matrix-table {

    width: 100%;

    max-width: 300px;

    }

    .form-radio-item,

    .form-checkbox-item {

    width: 100%;

    max-width: 300px;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-textbox.form-radio-other-input,

    .form-textbox.form-checkbox-other-input {

    width: 80%;

    margin-left: 3%;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    .form-multiple-column {

    width: 100%;

    }

    .form-multiple-column .form-radio-item,

    .form-multiple-column .form-checkbox-item {

    width: 10%;

    }

    .form-multiple-column[data-columncount="1"] .form-radio-item,

    .form-multiple-column[data-columncount="1"] .form-checkbox-item {

    width: 100%;

    }

    .form-multiple-column[data-columncount="2"] .form-radio-item,

    .form-multiple-column[data-columncount="2"] .form-checkbox-item {

    width: 50%;

    }

    .form-multiple-column[data-columncount="3"] .form-radio-item,

    .form-multiple-column[data-columncount="3"] .form-checkbox-item {

    width: 33.33333333%;

    }

    .form-multiple-column[data-columncount="4"] .form-radio-item,

    .form-multiple-column[data-columncount="4"] .form-checkbox-item {

    width: 25%;

    }

    .form-multiple-column[data-columncount="5"] .form-radio-item,

    .form-multiple-column[data-columncount="5"] .form-checkbox-item {

    width: 20%;

    }

    .form-multiple-column[data-columncount="6"] .form-radio-item,

    .form-multiple-column[data-columncount="6"] .form-checkbox-item {

    width: 16.66666667%;

    }

    .form-multiple-column[data-columncount="7"] .form-radio-item,

    .form-multiple-column[data-columncount="7"] .form-checkbox-item {

    width: 14.28571429%;

    }

    .form-multiple-column[data-columncount="8"] .form-radio-item,

    .form-multiple-column[data-columncount="8"] .form-checkbox-item {

    width: 12.5%;

    }

    .form-multiple-column[data-columncount="9"] .form-radio-item,

    .form-multiple-column[data-columncount="9"] .form-checkbox-item {

    width: 11.11111111%;

    }

    [data-type="control_dropdown"] .form-dropdown {

    width: 100% !important;

    max-width: 300px;

    }

    [data-type="control_fullname"] .form-sub-label-container {

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 48%;

    }

    [data-type="control_fullname"] .form-sub-label-container:first-child {

    margin-right: 4%;

    }

    [data-type="control_phone"] .form-sub-label-container {

    width: 65%;

    }

    [data-type="control_phone"] .form-sub-label-container:first-child {

    width: 32.5%;

    margin-right: 2.5%;

    }

    [data-type="control_birthdate"] .form-sub-label-container {

    width: 22%;

    margin-right: 3%;

    }

    [data-type="control_birthdate"] .form-sub-label-container:first-child {

    width: 50%;

    }

    [data-type="control_birthdate"] .form-sub-label-container:last-child {

    margin-right: 0;

    }

    [data-type="control_birthdate"] .form-sub-label-container .form-dropdown {

    width: 100%;

    }

    [data-type="control_time"] .form-sub-label-container {

    width: 37%;

    margin-right: 3%;

    }

    [data-type="control_time"] .form-sub-label-container:last-child {

    width: 20%;

    margin-right: 0;

    }

    [data-type="control_time"] .form-sub-label-container .form-dropdown {

    width: 100%;

    }

    [data-type="control_datetime"] .form-sub-label-container {

    width: 28%;

    margin-right: 4%;

    }

    [data-type="control_datetime"] .form-sub-label-container:last-child {

    width: 4%;

    margin-right: 0;

    }

    [data-type="control_datetime"].allowTime .form-sub-label-container {

    width: 12%;

    margin-right: 3%;

    }

    [data-type="control_datetime"].allowTime .form-sub-label-container:last-child {

    width: 4%;

    margin-right: 0;

    }

    [data-type="control_datetime"].allowTime span .form-sub-label-container:first-child {

    width: 3%;

    }

    [data-type="control_datetime"].allowTime span .form-sub-label-container:last-child {

    width: 12%;

    margin-right: 3%;

    }

    [data-type="control_datetime"].allowTime .form-dropdown {

    width: 100%;

    }

    [data-type="control_payment"] .form-sub-label-container {

    width: auto;

    }

    [data-type="control_payment"] .form-sub-label-container .form-dropdown {

    width: 100%;

    }

    .form-address-table td .form-dropdown {

    width: 100%;

    }

    .form-address-table td .form-sub-label-container {

    width: 96%;

    }

    .form-address-table td:last-child .form-sub-label-container {

    margin-left: 4%;

    }

    .form-address-table td[colspan="2"] .form-sub-label-container {

    width: 100%;

    margin: 0;

    }

    /*.form-dropdown,

    .form-radio-item,

    .form-checkbox-item,

    .form-radio-other-input,

    .form-checkbox-other-input,*/

    .form-captcha input,

    .form-spinner input,

    .form-error-message {

    padding: 4px 3px 2px 3px;

    }

    .form-header-group {

    font-family: "Arial #000000", sans-serif;

    }

    .form-section {

    padding: 0px 0px 0px 0px;

    }

    .form-header-group {

    margin: 0px 0px 0px 0px;

    }

    .form-header-group {

    padding: 24px 36px 24px 36px;

    }

    .form-header-group .form-header,

    .form-header-group .form-subHeader {

    color: #ffffff;

    }

    .form-header-group {

    background-color: rgba(189, 86, 22, 0.2);

    }

    .form-textbox,

    .form-textarea {

    border-color: #ffffff;

    color: #000000;

    padding: 4px 3px 2px 3px;

    }

    .form-textbox,

    .form-textarea,

    .form-radio-other-input,

    .form-checkbox-other-input,

    .form-captcha input,

    .form-spinner input {

    background-color: #bfbfbf;

    }

    .form-textarea {

    height: 100px;

    }

    .form-textbox,

    .form-textarea {

    width: 100%;

    max-width: 300px;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    [data-type="control_textbox"] .form-input,

    [data-type="control_textarea"] .form-input,

    [data-type="control_fullname"] .form-input,

    [data-type="control_phone"] .form-input,

    [data-type="control_datetime"] .form-input,

    [data-type="control_address"] .form-input,

    [data-type="control_email"] .form-input,

    [data-type="control_passwordbox"] .form-input,

    [data-type="control_autocomp"] .form-input,

    [data-type="control_textbox"] .form-input-wide,

    [data-type="control_textarea"] .form-input-wide,

    [data-type="control_fullname"] .form-input-wide,

    [data-type="control_phone"] .form-input-wide,

    [data-type="control_datetime"] .form-input-wide,

    [data-type="control_address"] .form-input-wide,

    [data-type="control_email"] .form-input-wide,

    [data-type="control_passwordbox"] .form-input-wide,

    [data-type="control_autocomp"] .form-input-wide {

    width: 100%;

    max-width: 300px;

    }

    [data-type="control_fullname"] .form-sub-label-container {

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 48%;

    }

    [data-type="control_fullname"] .form-sub-label-container:first-child {

    margin-right: 4%;

    }

    [data-type="control_phone"] .form-sub-label-container {

    width: 65%;

    }

    [data-type="control_phone"] .form-sub-label-container:first-child {

    width: 32.5%;

    margin-right: 2.5%;

    }

    [data-type="control_phone"] .form-sub-label-container .date-separate {

    visibility: hidden;

    }

    [data-type="control_datetime"] .form-sub-label-container {

    width: 28%;

    margin-right: 4%;

    }

    [data-type="control_datetime"] .form-sub-label-container:last-child {

    width: 4%;

    margin-right: 0;

    }

    [data-type="control_datetime"] .form-sub-label-container .date-separate {

    visibility: hidden;

    }

    [data-type="control_datetime"].allowTime .form-sub-label-container {

    width: 12%;

    margin-right: 3%;

    }

    [data-type="control_datetime"].allowTime .form-sub-label-container:last-child {

    width: 4%;

    margin-right: 0;

    }

    [data-type="control_datetime"].allowTime span .form-sub-label-container:first-child {

    width: 3%;

    }

    [data-type="control_datetime"].allowTime span .form-sub-label-container:last-child {

    width: 12%;

    margin-right: 3%;

    }

    [data-type="control_datetime"].allowTime .form-dropdown {

    width: 100%;

    }

    .form-matrix-table {

    width: 100%;

    max-width: 300px;

    }

    .form-address-table {

    width: 100%;

    max-width: 300px;

    }

    .form-address-table td .form-dropdown {

    width: 100%;

    }

    .form-address-table td .form-sub-label-container {

    width: 96%;

    }

    .form-address-table td:last-child .form-sub-label-container {

    margin-left: 4%;

    }

    .form-address-table td[colspan="2"] .form-sub-label-container {

    width: 100%;

    margin: 0;

    }

    .form-dropdown {

    border-style: solid;

    border-color: #1b1b1a;

    color: #000000;

    -webkit-appearance: menulist-button;

    background-color: #e1e1e1;

    }

    [data-type="control_dropdown"] .form-input,

    [data-type="control_birthdate"] .form-input,

    [data-type="control_time"] .form-input,

    [data-type="control_dropdown"] .form-input-wide,

    [data-type="control_birthdate"] .form-input-wide,

    [data-type="control_time"] .form-input-wide {

    width: 100%;

    max-width: 300px;

    }

    [data-type="control_dropdown"] .form-dropdown {

    width: 100% !important;

    max-width: 300px;

    }

    [data-type="control_birthdate"] .form-sub-label-container {

    width: 22%;

    margin-right: 3%;

    }

    [data-type="control_birthdate"] .form-sub-label-container:first-child {

    width: 50%;

    }

    [data-type="control_birthdate"] .form-sub-label-container:last-child {

    margin-right: 0;

    }

    [data-type="control_birthdate"] .form-sub-label-container .form-dropdown {

    width: 100%;

    }

    [data-type="control_time"] .form-sub-label-container {

    width: 37%;

    margin-right: 3%;

    }

    [data-type="control_time"] .form-sub-label-container:last-child {

    width: 20%;

    margin-right: 0;

    }

    [data-type="control_time"] .form-sub-label-container .form-dropdown {

    width: 100%;

    }

    .form-dropdown {

    margin: 0;

    -webkit-appearance: none;

    -moz-appearance: button;

    appearance: none;

    padding-left: 5px;

    }

    li[data-type="control_dropdown"] > div.form-input,

    li[data-type="control_dropdown"] > div.form-input-wide,

    li[data-type="control_time"] div .form-sub-label-container {

    position: relative;

    }

    li[data-type="control_time"] div .form-sub-label-container {

    margin-bottom: 16px;

    }

    li[data-type="control_time"] div .form-sub-label-container .form-sub-label {

    position: absolute;

    }

    li[data-type="control_dropdown"] > div.form-input:before,

    li[data-type="control_dropdown"] > div.form-input-wide:before,

    li[data-type="control_time"] div .form-sub-label-container:before {

    width: 18px;

    content: "";

    display: inline-block;

    top: 1px;

    bottom: 1px;

    right: 1px;

    border-left: 1px solid #828282;

    background-color: #fff;

    -webkit-border-radius: 0 4px 4px 0;

    -moz-border-radius: 0 4px 4px 0;

    border-radius: 0 4px 4px 0;

    border-left-style: solid;

    border-left-color: #1b1b1a;

    background-color: #e1e1e1;

    -webkit-border-radius: 0 0px 0px 0;

    -moz-border-radius: 0 0px 0px 0;

    border-radius: 0 0px 0px 0;

    position: absolute;

    pointer-events: none;

    cursor: pointer;

    }

    li[data-type="control_dropdown"] > div.form-input:after,

    li[data-type="control_dropdown"] > div.form-input-wide:after,

    li[data-type="control_time"] div .form-sub-label-container:after {

    content: "";

    display: inline-block;

    width: 0;

    height: 0;

    border-width: 5px;

    border-color: #828282 transparent transparent transparent;

    border-color: #1b1b1a transparent transparent transparent;

    position: absolute;

    border-style: solid;

    top: 44%;

    right: 5px;

    pointer-events: none;

    cursor: pointer;

    }

    .form-buttons-wrapper {

    margin-left: 0 !important;

    text-align: center !important;

    }

    .form-label {

    margin-right: 0px;

    margin-bottom: 0;

    }

    .form-label {

    font-family: "Roboto", sans-serif;

    }

    li[data-type="control_image"] div {

    text-align: left;

    }

    li[data-type="control_image"] img {

    border: none;

    border-width: 0px !important;

    border-style: solid !important;

    border-color: false !important;

    }

    .form-line-column {

    width: auto;

    }

    .form-line-error {

    background-color: #ffffff;

    -webkit-box-shadow: inset 0px 3px 11px -7px #ff3200;

    -moz-box-shadow: inset 0px 3px 11px -7px #ff3200;

    box-shadow: inset 0px 3px 11px -7px #ff3200;

    }

    .form-line-error input:not(#coupon-input),

    .form-line-error textarea,

    .form-line-error .form-validation-error {

    -webkit-transition-property: none;

    -moz-transition-property: none;

    -ms-transition-property: none;

    -o-transition-property: none;

    transition-property: none;

    -webkit-transition-duration: 0.3s;

    -moz-transition-duration: 0.3s;

    -ms-transition-duration: 0.3s;

    -o-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease;

    -moz-transition-timing-function: ease;

    -ms-transition-timing-function: ease;

    -o-transition-timing-function: ease;

    transition-timing-function: ease;

    border: 1px solid rgba(255, 50, 0, 0.6);

    -moz-box-shadow: 0 0 3px rgba(255, 50, 0, 0.6);

    -webkit-box-shadow: 0 0 3px rgba(255, 50, 0, 0.6);

    box-shadow: 0 0 3px rgba(255, 50, 0, 0.6);

    }

    .form-line-error .form-error-message {

    margin: 0;

    position: absolute;

    color: #fff;

    display: inline-block;

    right: 0;

    font-size: 10px;

    position: absolute!important;

    box-shadow: none;

    top: 0px;

    line-height: 20px;

    color: #FFF;

    background: #ff3200;

    padding: 0px 5px;

    bottom: auto;

    min-width: 105px;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    }

    .form-line-error .form-error-message img,

    .form-line-error .form-error-message .form-error-arrow {

    display: none;

    }

    .ie-8 .form-all {

    margin-top: auto;

    margin-top: initial;

    }

    .ie-8 .form-all:before {

    display: none;

    }

    /* | */

    @media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {

    .jotform-form {

    padding: 0;

    }

    .form-all {

    border: 0;

    width: 100%;

    max-width: initial;

    }

    .form-sub-label-container {

    width: 100%;

    margin: 0;

    }

    .form-input {

    width: 100%;

    }

    .form-label {

    width: 100%!important;

    }

    .form-line {

    padding: 2% 5%;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    input[type=text],

    input[type=email],

    input[type=tel],

    textarea {

    width: 100%;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    max-width: initial !important;

    }

    .form-input,

    .form-input-wide,

    .form-textarea,

    .form-textbox,

    .form-dropdown {

    max-width: initial !important;

    }

    div.form-header-group {

    padding: 24px 36px !important;

    padding-left: 5% !important;

    padding-right: 5% !important;

    margin: 0 0px 2% !important;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    }

    [data-type="control_button"] {

    margin-bottom: 0 !important;

    }

    .form-buttons-wrapper {

    margin: 0!important;

    }

    .form-buttons-wrapper button {

    width: 100%;

    }

    table {

    width: 100%!important;

    max-width: initial !important;

    }

    table td + td {

    padding-left: 3%;

    }

    .form-checkbox-item input,

    .form-radio-item input {

    width: auto;

    }

    .form-collapse-table {

    margin: 0 5%;

    }

    }

    .form-submit-button {

    height : 50px !important;

    background-color : #92c392 !important;

    border: 1px solid #92c392 !important

    margin-left: 225px  !important;

    }.form-submit-button:hover{

    background-color : #92c392 !important;

    }

    }

     

    /* | *//*__INSPECT_SEPERATOR__*/ 

  • Mike
    Replied on February 11, 2015 at 2:47 PM

    Try to add the following CSS via the Form Designer.

    .form-submit-button {

    height : 50px !important;

    background-color : #92c392 !important;

    border : 1px solid #92c392 !important;

    margin-left: 20%;

    }

    .form-submit-button:hover {

    background-color : #92c392 !important;

    }

    My Template Submit Button Will Not Change Color Or Align In The Center Of The Form Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • Europrint
    Replied on February 11, 2015 at 3:33 PM

    Thank you VERY VERY much! You are the best!

    All problems - solved!)