#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: #333744 none repeat scroll 0% 0%;
     font-size: 20px ! important;
     margin-top: 5px;
     width: 100%;
     padding: 14px;
     border: none;
     border-radius: 2px;
     box-shadow: none;
     text-align: center;
}

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

#userForm {
    background-color: #080808;
	padding: 36px 36px;
}


label {
    color: white;
}

#userForm h2 {
    color: white;
    font-size: 30px;
}

.rsform-block-choice label{width: auto !important;margin-top:5px !important;font-weight:normal;}
.rsform-block-choice input{width:auto !important;margin-top:5px !important;margin-left:10px !important}



.rsform-block-project-specifics{width:100% !important}
.rsform-block-project-specifics .formControlLabel{font-weight:bold;font-size:13pt}
.rsform-block-project-specifics label{width: auto !important;margin-top: 4px !important;font-weight:normal;line-height: 19px;} 
.rsform-block-project-specifics input{width:15px !important;margin-left:10px !important;clear: left;}

rsform-block-current-substrate{width:100% !important}
.rsform-block-current-substrate .formControlLabel{font-weight:bold;font-size:13pt}
.rsform-block-current-substrate label{width: auto !important;margin-top: 4px !important;font-weight:normal;line-height: 19px;} 
.rsform-block-current-substrate input{width:15px !important;margin-left:10px !important;clear: left;}

.rsform-block-environmental-exposure{width:100% !important}
.rsform-block-environmental-exposure .formControlLabel{font-weight:bold;font-size:13pt}
.rsform-block-environmental-exposure label{width: auto !important;margin-top: 4px !important;font-weight:normal;line-height: 19px;} 
.rsform-block-environmental-exposure input{width:15px !important;margin-left:10px !important;clear: left;}

