#agent_section {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 470px;
    background-color: #081f39;
}
#agent_section .section-bg-overlay {
    background-color: rgba(255, 255, 255, 0.93);
}
#agent_section .section-bg.bg-loaded {
    background-image: url(/templates/_publicTemplate/wp-content/uploads/slide1.webp);
}
#agent_section .section-bg {
    background-position: 43% 29%;
}
#agent_section .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#agent_section .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
#agent_section .agents-content {
    width: 100%;
}

#agentAgreementForm canvas {
    border: 1px solid #ccc;
    background-color: #fff;
}

.section.inspections,
.section.commissions {
    align-items: flex-start;
}

.inspection-photo {
    height: 210px;
}

.inspection-photo img {
    max-width: 100%;
    height: 200px;
}

#photosForm .col.large-6 {
    border: 1px solid #ccc;
    background: white;
    border-radius: 5px;
    padding: 10px 15px 0 15px;
}

span.label {
    font-weight: bold;
}

span.label.label-warning {
    color: darkorange;
}

span.label.label-success {
    color: forestgreen;
}

@media (min-width:550px) {
    #agent_section {
        min-height: 88vh;
    }
    #agent_section .section-bg-overlay {
        background-color: rgba(255, 255, 255, 0.849);
    }
}