CS PROJECTS

CSS CODE GRAVITY FORM HOME PAGE

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: rgba(0,0,0,.8) !important;
    color: #fff !important;
    border: none !important;
    text-align: center;
    font-size: 14px !important;
    padding: 14px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea:focus {
    background-color: rgba(255,255,255,.8) !important;
    color: #252525 !important;
    border: none !important;
}
.gform_wrapper label.gfield_label {
    display: none !important;
}
.gform_wrapper textarea {
    background: #333 !important;
    text-align: center !important;
    font-size: 14px !important;
}
.gform_button[type=submit] {
    background-color: transparent !important;
    border: 2px solid #000 !important;
    border-color: #252525 !important;
    color: #252525 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}
.gform_wrapper h3.gform_title {
    text-align: center !important;
}
input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    background: transparent !important;
    transition: .3s;
}
.gform_wrapper .gform_footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.gform_wrapper textarea.large ::-webkit-input-placeholder, .gform_wrapper textarea.large ::-moz-placeholder, .gform_wrapper textarea.large :-ms-input-placeholder, .gform_wrapper textarea.large :-moz-placeholder {
   color: #fff !important; 
}
.gform_wrapper ul.gform_fields li.gfield {
    margin: 0 !important;
    padding-right: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
    background: #333 !important;
    color: #fff !important;
}
.gform_confirmation_wrapper {
    text-align: center;
    color: green;
    margin-bottom: 10px;
    font-weight: 700;
}