.bg-grey {
    background: #e4e5e6
}

.btn-quizcash{
    background-color: #59bdb9;
    border-color: #59bdb9;
    color: #fff;
}

.confirmation-message {
    margin-top: 50px
}

.confirmation-message p {
    color: #73818f
}

.footer {
    text-align: center;
    padding: 30px 0 20px 0;
}

.footer img {
    max-width: 200px;
}

.front-logo{
    width: 200px;
    background: #fff;
    height: 65px !important;
    min-height: 65px !important;
    padding: 0 15px;
}

.politics{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .politics{
        flex-direction: column;
        justify-content: center !important;
    }
    .politics span{
        text-align: center;
    }
}