#userForm {
    background-color: #fff;
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    margin: auto auto auto auto;
    padding: 40px;
}

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

#userForm h2 {
}

#userForm input[type="submit"] {
     background: #f93822 none repeat scroll 0% 0%;
     font-size: 18px ! important;
     margin-top: 5px;
     width: 120px;
     padding: 15px;
     border: none;
     box-shadow: none;
     text-shadow: none;
     letter-spacing: 0.8px;
     border-radius: 0;
}

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