.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: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 -2px 0px rgb(148, 58, 75);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


#slideform {
    z-index: 3;
    background: rgba(148, 58, 75, 0.92);
    margin: 8px 0 0;
    padding: 0;
    color: #fff;
}
#slideform h2 {
    margin: 0;
    background: #000;
    padding: 12px;
    font-size: 22pt;
    color: #fff;
}
#slideform .formResponsive fieldset {
    padding: 12px;
    margin: 0;
    border: 0;
}
#slideform .formResponsive textarea, 
#slideform .formResponsive input[type="text"], 
#slideform .formResponsive input[type="number"], 
#slideform .formResponsive input[type="email"], 
#slideform .formResponsive input[type="tel"], 
#slideform .formResponsive input[type="url"], 
#slideform .formResponsive input[type="password"] {
    background-color: transparent;
    border: none;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0px rgb(0, 0, 0);
    -moz-box-shadow: inset 0 -2px 0px rgb(0, 0, 0);
    box-shadow: inset 0 -2px 0px rgb(0, 0, 0);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
#slideform #userForm input[type="submit"] {
     background: #000 none repeat scroll 0% 0%;
     font-size: 16px ! important;
     margin-top: 5px;
     width: 80px;
     padding: 10px;
}



#bottom-section .formResponsive textarea, 
#bottom-section .formResponsive input[type="text"], 
#bottom-section .formResponsive input[type="number"], 
#bottom-section .formResponsive input[type="email"], 
#bottom-section .formResponsive input[type="tel"], 
#bottom-section .formResponsive input[type="url"], 
#bottom-section .formResponsive input[type="password"] {
	color: #eee;
}



#right {
    margin: 58px 0 0;
}





#userForm {
}

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

#userForm h2 {font-weight: 600;}

#userForm input[type="submit"] {
     background: #943a4b none repeat scroll 0% 0%;
     font-size: 16px ! important;
     margin-top: 5px;
     width: 80px;
     padding: 10px;
     color: #fff;
}

#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: 40px;
}

.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;
}