﻿.navbar-brand {
    font-size: 2rem;
}

.home .card-header {
    font-size: 4rem;
}

span.role {
    font-size: .8rem;
}

.new-campaign fieldset {
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.date {
    /*width: calc(100% - 80px);*/
}

.time-zone {
    float: right;
    width: 70px;
    margin-top: -37px;
}

.home-logo {
    max-width: 600px;
}

@media (max-width: 576px) {
    .dropdown-menu {
        border: none;
    }
}