/* 구매대행 신청 버튼 */
.login-btn {
    background-color: #0e6ca5 !important;
    color: white !important;
    border: 1px solid #0e6ca5 !important;
}
.login-btn:hover {
    background-color: #ffffff !important;
    color: #0e6ca5 !important;
    border: 1px solid #0e6ca5 !important;
}
.login-btn:hover svg path {
    stroke: #0e6ca5 !important;
}
/* 이우투어 신청 버튼 */
.register-btn {
    background-color: #fc5230 !important;
    color: #ffffff !important;
    border: 1px solid #fc5230 !important;
}
.register-btn:hover {
    background-color: #ffffff !important;
    color: #fc5230 !important;
    border: 1px solid #fc5230 !important;
}
.register-btn svg path {
    fill: white !important;
}
.register-btn:hover svg path {
    fill: #fc5230 !important;
}