﻿.footer-style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2rem;
    font-size: 14px;
}

.btn {
    background-color: #1049AE !important;
    border-color: #1049AE !important;
}

    .btn :hover {
        background-color: #1049AE !important;
        border-color: #1049AE !important;
    }