﻿body {
    background-image: url('/assets/img/bg.png');
    background-repeat: repeat;
}

.copyright {
    font-size: 12px !important;
    font-variant: normal !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    color: gray !important;
}

    .copyright a {
        color: gray !important;
        text-decoration: none !important;
    }

.position-relative {
    position: relative !important;
}

    .position-relative .bi-eye {
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 40px;
    }
