@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/PoimanaMainLibrary/PoimanaMainLibrary.fqnmaoouo9.bundle.scp.css';
@import '_content/PoimanaManageLibrary/PoimanaManageLibrary.49gnndk6v7.bundle.scp.css';

/* /Components/Pages/Manage/ManageLogin.razor.rz.scp.css */
/* ボタンのカスタム色 */
.custom-button[b-9ujl513tbw] {
    background-color: rgb(31, 93, 0);
    border-color: rgb(31, 93, 0);
    color: #fff; /* テキスト色は白で視認性アップ */
}

    /* ボタン hover / active / focus */
    .custom-button:hover[b-9ujl513tbw],
    .custom-button:focus[b-9ujl513tbw],
    .custom-button:active[b-9ujl513tbw] {
        background-color: rgb(31, 93, 0);
        border-color: rgb(31, 93, 0);
        color: #fff;
    }

/* リンクのカスタム色 */
.custom-link[b-9ujl513tbw] {
    color: rgb(31, 93, 0);
    text-decoration: none; /* 必要に応じて */
}

    .custom-link:hover[b-9ujl513tbw],
    .custom-link:focus[b-9ujl513tbw] {
        color: rgb(31, 93, 0);
        text-decoration: underline;
    }


.btn-success[b-9ujl513tbw] {
    background-color: rgb(31, 93, 0) !important;
    border-color: rgb(31, 93, 0) !important;
    color: #fff !important;
}
