#userForm {
}

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

#userForm h2 {
}

.message-sent {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 17px;
}

.asap {
    margin-bottom: 20px;
}

#userForm input[type="submit"] {
     background: #1e3873;
     font-size: 20px ! important;
     margin-top: 5px;
     width: 110px;
     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;
}
