
/* 방법 3: 로그인 페이지의 로고 */
.login-logo {
    text-align: center !important;  /* 가운데 정렬 */
    padding-top: 120px !important;  /* 상단 패딩 */
    padding-bottom: 40px !important;  /* 하단 패딩 */
}

.login-logo img {
    max-height: 120px !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;    /* 가운데 정렬 */
}

/* Footer 완전히 제거 */
.footer {
    display: none !important;
}

/* Footer의 MantisBT 로고를 커스텀 로고로 교체 (footer를 표시하고 싶을 경우) */
/*
#powered-by-mantisbt-logo img {
    display: none;
}

#powered-by-mantisbt-logo a {
    display: inline-block;
    width: 102px;
    height: 35px;
    background-image: url('../custom/knotz_title_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}
*/
