
  .frmApplication{ padding:40px 0;}
  .frmApplicationForm{ padding:40px 0;}
  .form-group { margin-bottom: 1rem;}
  .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.border_bottom01{ border-bottom:1px solid #ddd; margin-bottom: 1rem;}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-danger { color: #fff; background-color: #dc3545;}

.frmApplicationForm .title01{ font-weight: bold; font-size:26px;}
/*--tb------------------------------*/
@media screen and (max-width: 979px) 
{
.frmApplication .col2,.frmApplication .col10{ width:98%;}
.frmApplicationForm .col2,.frmApplicationForm .col10{ width:98%;}
}