.hoso-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 40%);
    padding: 30px;
}

    .hoso-form .form-group {
        margin-bottom: 20px;
    }

.form-group .error {
    border: 1px solid #ff0000;
}

.hoso-form .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 600;
    color: #0094ff;
}

.box-search {
    background: #fff;
}

    .box-search .title {
        font-size: 16px;
        line-height: 24px;
        background: #2f478d;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        padding: 8px 10px;
    }

    .box-search .content {
        padding: 20px;
    }

    .box-search .grid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin: 0 -10px;
        flex-wrap: wrap;
    }

        .box-search .grid .col1 {
            width: 20%;
            padding: 10px;
        }

        .box-search .grid .col6 {
            width: 60%;
            padding: 10px;
        }

    .box-search select {
        width: 100%;
        height: 40px;
        border: solid 1px #ddd;
        background-color: #fff;
        padding-left: 10px;
    }

    .box-search button {
        background: #0094ff;
        background: linear-gradient( 180deg,#0094ff 0,#4800ff 100%);
        text-transform: uppercase;
        color: #fff;
        border: none;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        width: 100%;
        height: 40px;
    }

    .box-search .btn:hover {
        background: #b200ff;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

.required {
    color: orangered !important;
}
.pad8{
    padding-top: 8px !important;
}
.row.form-group {
    padding-bottom: 2px;
}