.flash-messages {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1050;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}
@font-face {
    font-family: 'BankGothic Md BT';
    src: url("../fonts/BankGothicBT-Medium-lcySBKc.eot");
    src: url("../fonts/BankGothicBT-Medium-lcySBKc.eot") format('embedded-opentype'),
    url("../fonts/BankGothicBT-Medium-0_4Q24M.woff2") format('woff2'),
    url("../fonts/BankGothicBT-Medium-781BQN3.woff") format('woff'),
    url("../fonts/BankGothicBT-Medium-PqoQjN0.svg") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

a, a:hover{
   color:black;
   text-decoration: none;
 }

svg {
  width: 25px;
  height: 25px;
}

.page-content {
    min-height: 100vh;
    width: 100%;

    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5));
    background-position: center;
    background-size: cover;
}

.content {
    overflow-x: hidden;
    position: relative;
    padding-top: 0;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .inner-content {
        min-width: 25%;
        background: #FFF;
        padding: 20px 30px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,.3);
    }

    @media (max-width: 430px) {
        .inner-content {
            width: 100%;
        }
    }
}
