#userForm {

}



.sliderform #userForm {
    background: #002e729c;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    padding: 18px;
}

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

#userForm h2 {
}

#userForm input[type="submit"] {
     background: #fff;
     font-size: 16px ! important;
     margin-top: 5px;
     width: 80px;
     color: #002E72;
     padding: 10px;
}

#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%;
     border-radius: 0px;
}
.rsform-block-password .formControlLabel{
    float:left !important;
    display:inline-block;
    width: auto !important;
}
#userForm .rsform-block {
     margin-bottom: 0;
}
