.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;
    color: #666666;
}


.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: #e5e5e5;
    border: none;
     -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

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

.productsform #userForm {
    width: 60%;
	margin: 0px;
}
.productsform #userForm h2 {
	background: transparent;
	padding: 0px;
	color: #000;
	margin: 0px;
	font-size: 28px;
}



#userForm {
    width: 50%;
    margin: 0 auto;
}

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

#userForm h2 {
	background: #000;
	padding: 10px;
	color: #fff;
	margin: 0px;
}

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


#userForm input[type="submit"] {
     background: #666666;
     font-size: 14px !important;
     margin-top: 5px;
     width: 100px;
     padding: 14px;
     border: none;
     border-radius: 3px;
     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;
}
