﻿

.funds_pubils {
    font-size: 14px;
    color: #333333;
}

.btn_primary {
    background: url('/imgs/search/reset-bg.png') no-repeat;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8C5518;
    width: 192px;
    height: 50px;
    background-size: 192px 50px;
    border: none;
}

.avatarimg {
    width: 8vw;
    position: absolute;
    right: 30px;
    top: -110px;
}

.reglist_ {
    height: 48px;
}

.col-form-label {
    text-align: right !important;
    height: 48px;
}

@media (max-width: 998px) {
    .avatarimg {
        width: 8vw;
        position: absolute;
        right: 0px;
        top: -30px;
    }
}

@media (max-width: 800px) {
    .col-form-label {
        text-align: left !important;
        height: 48px;
    }
}


.form-control {
    color: var(--bs-color-nine);
    font-size: 14px;
}

.form-select:focus {
    border-color: #96420a !important;
}
