﻿@font-face {
    font-family: 'Poppins';
    src: url("/fonts/Poppins/Poppins-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("/fonts/Poppins/Poppins-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

.custom-dark-capacity {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 14px;
}

.secondary-active {
    background-color: var(--bs-secondary) !important;
    font-weight: bold;
    color: var(--bs-secondary-inverse) !important;
}
body {
    font-family: 'Poppins', sans-serif !important;
}


.text-danger ul {
    list-style-type: none;
    padding-left: 0;
}

.login-footer {
    margin-top: 15px;
    color: #003684;
}

    .login-footer a {
        color: #003684;
        text-decoration: none;
    }
.auth-footer {
    margin-top: 15px;
    color: #003684;
}

    .auth-footer a {
        color: #003684;
        text-decoration: none;
    }
.transactease-text-color {
    color: #003684;
}

.multi-bg {
    background-image: url('/img/top_img.png'), url('/img/bottom_img.png');
    background-size: 100% 50%, 100% 50%; 
    background-position: top, bottom; 
    background-repeat: no-repeat, no-repeat;
}

@media (max-width: 992px) {
    .multi-bg {
        background-image: url('/img/top_img.png');
        background-size: cover;
        background-position: center;
    }
}
