//******************[Here custom css @AKN 2-1-26]******************//
//Apply Job candidate//
body{background-color:red;}
form#applyToJobForm input.inputBoxName,
form#applyToJobForm input.inputBoxNormal,
form#applyToJobForm input.inputbox {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}


form#applyToJobForm input.inputBoxName, form#applyToJobForm input.inputBoxNormal:focus {
    border-color: #66afe9 !important;;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

// end here


#logo img {
    width: 160px!important;
    height: 47px!important;
   }
   #container{
    padding:10px!important;
   }

    body, html, tr td{
    font: normal 14px/16px  Helvetica ,sans-serif,elephant!important;
   }

   div.applyBoxLeft, div.applyBoxRight {
    height: 720px!important;
}

/* Job Apply Height Section Increased */
div.applyBoxLeft, div.applyBoxRight {
    height: 786px !important;
}