.va-form{
    width: 300px;
    height: 400px;
    box-shadow: 0px 0px 15px #CCC;
    background-color: #e7e7e7;
    font-family: Arial, Helvetica, sans-serif;
}

.va-form-header{
    background-color: #1f2b5a;
    color: #FFF;
    height: 64px;
}

.va-form-header-title{
    color: #FFF;
    margin-left: 20px;
    padding-top: 7px;
}

.va-form-header-title h2{
    font-size: 18px !important;
    margin: 0px !important;
    color: #FFF !important;
    line-height: 18px !important;
}

.va-form-header-tab-container{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
}

.va-form-header-tab-container div:last-child:after{
    clear: both;
}
.va-form-header-tab{
    width: 24%; /* calc(25% - 2px); */
    float: left;
    background-color: #3d5ba9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
}

.va-form-header-tab.active{
    color: #010409;
    background-color: #e7e7e7;
}

.va-form-contents{
    /* background-color: #e7e7e7; */
}
.va-form-contents fieldset{
    border: none;
    padding: 4px 20px;
    margin: 0px;
}

.va-form-step{
    padding-top: 0px;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;

    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.va-form-step.active{
    padding-top: 10px;
    display: block;
    opacity: 1;
    height: 325px;
}

.va-form-entry{
    margin-top: 10px;
}

.va-form-entry.form-submit{
    text-align: center;
}

.va-form-entry input[type='text']{
    padding: 10px 0;
    width: 100%;
    padding-left: 25px;
    font-style: italic;
    font-size: 16px;
    margin: 0px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #FFF;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.va-form-inner-entries{
    height: 263px;
}
.va-form-entry select{
    /*border: 1px solid #CCC;*/
    padding-left: 19px !important;
    margin: 0px !important;
    color: #A7A7A7 !important;
    height: auto;
    font-style: italic;
    font-size: 15px;
    width: 100%;
    font-family: Lato,sans;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.va-form-terms{
    color: #636363;
    font-size: 13px;
    font-style: italic;
    padding-left: 4px;
}

.va-form-contents a{
    color: #3d5ba9 !important;
    font-weight: bold;
    text-decoration: none !important;
}

.va-form-contents a:hover{
    color: #3d5ba9 !important;
}

.va-form-entry-person{
    background: url('../images/icon-man.png') left no-repeat;
    background-position: 3px;
}

.va-form-entry-phone{
    background: url('../images/icon-phone.png') left no-repeat;
    background-position: 3px;
}

.va-form-entry-email{
    background: url('../images/icon-email.png') left no-repeat;
    background-position: 3px;
}

.va-form-entry-house{
    background: url('../images/icon-house.png') left no-repeat;
    background-position: 3px;
}

.va-form-entry-dollar{
    background: url('../images/icon-dollar.png') left no-repeat;
    background-position: 3px;
}

.va-form-entry-submit-span{
    background-color: #d72229;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    color: #FFF;
    padding: 10px 20px;
    cursor: pointer;
}

.va-form-entry.form-submit span img{
    width: 30px;
    height: 30px;
    display: none;
}

.va-form-coborrower-desc{
    color: #636363;
    font-size: 13px;
    float: left;
    font-weight: bold;
}

.va-form-coborrower-option{
    color: #636363;
    font-size: 13px;
    float: left;
    margin-left: 15px;
    font-style: italic;
}

.va-form-coborrower-option input{
    margin-left: 10px;
}

.va-form-coborrower-option:after{
    clear: both;
}

.valoan-error{
    border: 1px solid #FF0000 !important;
}

.valoan-error:focus{
    border: 1px solid #FF0000 !important;
}