.formResponsive select, .formResponsive textarea,
.formResponsive input[type="text"], .formResponsive input[type="number"],
.formResponsive input[type="email"], .formResponsive input[type="tel"],
.formResponsive input[type="url"], .formResponsive input[type="password"] {
    font-size: 15px;
    font-style: normal;
}

.formResponsive textarea, .formResponsive input[type="text"],
.formResponsive input[type="number"], .formResponsive input[type="email"],
.formResponsive input[type="tel"], .formResponsive input[type="url"],
.formResponsive input[type="password"] {
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}



#userForm ::placeholder {
  color: #fff;
  opacity: 1; 
}
#userForm :-ms-input-placeholder { 
  color: #fff;
}
#userForm ::-ms-input-placeholder {
  color: #fff;
}



.formResponsive fieldset {
    padding: 20px;
    margin: 0 10px;
    border: 0;
    background: #222;
}

#userForm {
	color: #fff;
}

#password {
     height: auto;
     width: 40px ! important;
}

#userForm h2 {
	text-align: center;
	padding: 20px;
	color: #fff;
	background: #b41e1f;
	margin: 0 0 0;
}

.rsform-block-password .formControlLabel {
    margin-right: 5px;
}

#userForm input[type="submit"] {
     background: #b41e1f none repeat scroll 0% 0%;
     font-size: 16px !important;
     margin-top: 5px;
     width: 100px;
     padding: 14px;
     border: none;
     border-radius: 2px;
     box-shadow: none;
}

#userForm .rsform-block-passphrase {
     margin-top: 10px;
}

.rsform-block-password {
     margin-top: 10px;
}

#userForm .rsform-block-passphrase .formControls {
     float: left;
     width: 13%;
}

#userForm .rsform-block-passphrase .formControlLabel {
     float: left;
     line-height: 25px;
     width: 21%;
}

#userForm input[type="text"] {
     height: 45px;
}
.formValidation{
    display: none !important;
}

#userForm input, #userForm select, #userForm textarea {
     width: 100%;
}
.rsform-block-password .formControlLabel{
    float:left !important;
    display:inline-block;
    width: auto !important;
}
#userForm .rsform-block {
     margin-bottom: 0;
}
