.font_red{
    color: red;
}

.form-group .form-control, .input-group .form-control {
    padding: 0px 18px!important;
}

.form-group {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}

.form-control {
    background-color: transparent;
    border-radius: 10px!important;
    color: #2c2c2c;
    box-shadow: none;
} 

.label-right {
    display: inline-block!important;
    text-align: right;
    width: 120px;
}

.label-left {
    display: inline-block!important;
    text-align: left;
}

.radio-inline {
    display: inline-block!important;
    padding: 10px 18px 0px;
}

.td-asuka {
    padding: 0.30rem!important;
    vertical-align: middle!important;
}

.input-box-blue {
    padding: 0.5em 1em;
    margin-top: 2em;
    font-weight: bold;
    color: #004085;
    background-color: #cce5ff;
    border: solid 3px #6091d3;;
    border-radius: 10px;;
}

.input-box-orange {
    padding: 0.5em 1em;
    margin-top: 2em;
    font-weight: bold;
    color: #856404;
    background-color: #fff3cd;
    border: solid 3px #fdce68;
    border-radius: 10px;
}

.input-box-green {
    padding: 0.5em 1em;
    margin-top: 2em;
    font-weight: bold;
    color: #155724;
    background-color: #d4edda;
    border: solid 3px #47c564;
    border-radius: 10px;
}

.container-asuka {
    min-width: 992px !important;
    background-color: transparent!important;
}

.bg-image-asuka{
    /* background-image: url("https://asuka-enterprise.com/mainwp222/wp-content/uploads/2021/03/bg_all.jpg"); */
}

.table {
    width: 100%;
    margin-top: 2em!important;
    margin-bottom: 0!important;
    color: #856404!important;
    background-color: rgb(255, 242, 223)!important;
    table-layout: fixed;
}

.table th {
    background-color: rgb(255, 242, 223) !important;
}

.table th,
.table td {
  border-top: 1px solid #fdce68!important;
  border-right: 1px solid #fdce68!important;
}

.table thead th {
  border-bottom: 2px solid #fdce68!important;
}

.table tbody + tbody {
  border-top: 2px solid #fdce68!important;
}

.table-bordered {
  border: 3px solid #fdce68!important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #fdce68!important;
}

.table-dark {
    color: inherit;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #fdce68!important;
}

.table .thead-dark th {
    color: inherit;
    border-color: #fdce68!important;
}

.btn-block {
    border-radius: 60px 60px 60px 60px!important;
    color: #fff!important;
    font-size: 120%!important;
}

.btn-warning{
    background-color: #fdce68!important;
    border-color: #fdce68!important;
}