html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 140px;
}

.logo {
    width: 150px;
}

.logo:hover {
    filter: drop-shadow(4px 3px 3px grey);
    transition: all .5s ease-in-out;
}

a.btn.disabled {
    opacity: .4;
}

a {
    font-family: pfbeausanspro-semibold,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #f29700;
    outline: none;
}

.modal-title {
    color: #f29700;
    font-size: 1.8rem;
}

.modal-body > p {
    text-indent: 40px;
    text-align: justify;
    padding: 0 20px 0 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 40px;
    height: auto;
    background-color: #e9e9e9;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.social a {
    margin: 0 10px;
    font-size: 1.4em;
}

.footer div {
    text-align: center;
    margin: 5px;
}

.title,
.info {
    width: 40%;
}

.social {
    width: 20%;
}

@media  (max-width : 750px) {
    .footer {
        flex-direction: column;
    }

    .title,
    .social,
    .info {
        width: 100%;
    }
}

.text-grey {
    color: #808080;
}

.mt-10 {
    margin-top: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.login-links > * {
    margin-top: 10px;
}

.font-weight-bold {
    font-weight: 700;
}

.label-font {
    font-family: pfbeausanspro-semibold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}