#brand-signup-map-container {
    width: 100%;
    height: 800px;
    background-size: cover;
}

#brand-signup-map-sidebar {
    height: 800px;
    overflow: hidden;
}

.big-bold {
    font-weight: bold;
    font-size: 21px;
}

.orange-background {
    background-color: #e0551c;
    color: white;
}

.purple-background {
    background-color: #8D0F91;
    color: white;
}

.lt-gray-background {
    background-color: rgb(247, 247, 247);
}

.border-divider {
    border-bottom: 1px solid #dddddd;
}

#brand-create-account-button, #brand-activate-create-account-button {
    border: none;
    font-size: 20px;
    padding: 10px 20px;
    cursor: pointer;
    margin: 1.2em;
}

#brand-signup-modal, #brand-activation-modal {
    position: absolute;
    width: auto;
    height: auto;
    top: 175px;
}

#brand-signup-modal .navyblue {
    color: #253274;
}

#brand-signup-modal .modal-dialog {
    max-width: 800px;
}

#brand-signup-modal label, #brand-activation-modal label {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 !important;
}

#brand-signup-modal .modal-header {
    border: 0 !important;
}