.amou-login, .amou-mem-panel {
    background-image: url(../img/pattern.svg);
    background-size: 150px;
    min-height: 100vh;
}
.amou-login img, .amou-header._mem-panel .navbar-brand img {
    height: 100px;
}
.amou-login .nturl, .amou-mem-panel .nturl {
    cursor: pointer !important;
}
.amou-header._mem-panel {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.amou-header._mem-panel .nav-item.profile button {
    display: flex;
    align-items: center;
}
.amou-header._mem-panel .nav-item.profile button:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.amou-header._mem-panel .nav-item.profile button img {
    margin-right: 10px;
}
.amou-header._mem-panel .nav-item.profile .dropdown-menu, .amou-header._mem-panel .nav-item.profile .dropdown-menu .dropdown-item {
    background-color: #fff;
    color: #212529 !important;
}
.amou-header._mem-panel .nav-item.profile .dropdown-menu .dropdown-item:hover {
    color: #212529;
    background-color: rgb(241, 241, 241);
}
.amou-mem-panel {
    padding-top: 8rem;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 1em;
}
table.dataTable tbody tr:hover .action {
    visibility: visible;
}
table.dataTable .action {
    display: block;
    visibility: hidden;
    margin-top: .5em;
}
table.dataTable .action a {
    margin-right: .7em;
}
@media (max-width: 992px) {
    .amou-header._mem-panel {
        background-color: var(--amou-blue2);
    }
    .amou-header._mem-panel .navbar-brand img {
        height: 80px;
    }
    .amou-header._mem-panel .navbar-collapse#navbarNavDropdown {
        margin-top: 3.5rem;
    }
    .amou-header._mem-panel .nav-item.profile {
        margin-top: 1rem;
    }
}
@media (max-width: 767px) {
    .amou-header._mem-panel .navbar-brand img {
        height: 70px;
    }
}