.innerpages{
    padding: 20px 0;
}
.innerpages h1{
    margin-bottom: 20px;
    font-weight: bold;
}
.innerpages img{
    margin-bottom: 15px;
}



.credit-application-form{
    margin-top: 3rem;
}

/* Form Global Settings */
.cform-fields h3 {
    font-size: 20px;
}
.cform-fields label {
	font-size: 13px;
}
.cform-fields input,
.cform-fields textarea {
    border-radius: 3px;
}
.cform-fields .form-control{
	height: 42px;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 12px 4px;
    width: 99%;
}
.cform-fields textarea.form-control {
    height: auto;
}

.submit-wrapper {
    float: none !important;
}
#btnSubmit.cform-submit{
    color: #FFF;
    border-radius: 2px;
    background: #0f4688;
    background: -moz-linear-gradient(top,#1556a5 0,#0f4688 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1556a5),color-stop(100%,#0f4688));
    background: -webkit-linear-gradient(top,#1556a5 0,#0f4688 100%);
    background: -o-linear-gradient(top,#1556a5 0,#0f4688 100%);
    background: -ms-linear-gradient(top,#1556a5 0,#0f4688 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1556a5',endColorstr='#0f4688',GradientType=0);
}
#btnSubmit.cform-submit:hover,
#btnSubmit.cform-submit:focus{
    color: #FFF;
	background: #444;
	box-shadow: 1px 1px 2px #545454;
}
/* Form Global Settings */

.creditdisclaimer {
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px
}
.creditdisclaimer {
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px
}