/*
 Theme Name:   Moon Space Applications
 Theme URI:    http://www.shake.be
 Description:  Specially for you
 Author:       Geoffroi Vertongen
 Author URI:   http://www.shake.be
 Template:     hello-biz
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-biz-child
*/

.nf-form-layout {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.nf-field-label label {
    color: #E3E3E3 !important;
}
.nf-form-fields-required {
    color: #E3E3E3 !important;
}
.ninja-forms-req-symbol {
  color: #f26c00 !important;
}
input.ninja-forms-field, textarea.ninja-forms-field {
    border-radius: 8px !important;
    border: 0 !important;
}
textarea.ninja-forms-field {
    height: 9em;
}
input[type="submit"].ninja-forms-field {
    background-color: #f26c00;
    color: #130000;
    width: 100% !important;
    font-weight: bold;
    border-radius: 8px !important;
    font-size: 1.15em;
    border: 0 !important;
}
input[type="submit"].ninja-forms-field:hover {
    color: #E3E3E3 !important;
}
.nf-form-wrap p {
  color: #fff;
  text-align: center;
}