form {
    background-color: #373737;
}

input {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    background: #464646;
    padding: 9px 15px 9px 15px;
    margin-bottom: 10px;
    margin-top: 10px;

}
label {

    font-size: 15px;

}
.formHeader {
    text-align: center;
    background-color: #373737;
    color: white;
}
.formBody {
    padding: 20px;
    background-color: #373737;
}
.formSubmit {
    margin-top: 5px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: green;
}
.formFooter {
    padding: 2px 16px;
    background-color: #373737;
    color: white;
}

/* Inline Forms */
.inlineForm, .inlineForm .formGroup, .inlineForm button, .inlineForm .formGroup {
    display: inline-block;
    vertical-align: middle;
}






/* Registration Form */
.registerForm {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}







