﻿.navbar {
    min-height: 100px;
}

.navbar-nav > li > a {
    color: black;
}

h1 {
    font-weight: bold;
}

.title {
    text-align: center;
    margin: 20px;
}

p {
    color: black;
    font-size: 14px;
}

a, a:hover, .captcha-cell a, .captcha-cell a:hover {
    color: #005794;
}

.crmEntityFormView .cell .field-label {
    margin: 0;
}

.crmEntityFormView .cell.checkbox-cell {
    padding: 1rem 3rem !important;
}

.crmEntityFormView .cell .field-label {
    color: #39393a;
}

.btn-primary, .btn-primary:hover {
    background-color: #39393a;
    border-color: #39393a;
}

footer a, footer a:hover {
    color: white;
}

footer .footer-bottom {
    background-color: #39393a;
    clear: both;
    position: relative;
    height: 100px;
    margin-top: 30px;
}

#EntityFormPanel {
    margin: 10px 8px;
}

.label-description {
    padding: 0;
    margin: 0;
}

.description {
    margin: 2rem 4rem;
}

.file-cell {
    margin-bottom: 40px;
}

fieldset[aria-label='Attachments'] {
    min-height: 70vh;
}

@media only screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 36px;
    }

    .description {
        margin: 2rem 1rem;
    }

    .crmEntityFormView .cell.checkbox-cell {
        padding: 1rem 0 !important;
    }

    footer .footer-bottom {
        margin-top: 250px;
    }

    fieldset[aria-label='Attachments'] {
        min-height: 55rem;
    }
}

@media only screen and (max-width: 400px) {
    footer .footer-bottom {
        margin-top: 400px;
    }
}