﻿body {
    overflow-y: auto;
}

.application-background {
    position: relative;
}

    .application-background:before {
        background-image: url('/images/backgrounds/ruthbenzacar.webp');
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }


.main-content {
    position: relative;
}

.separateBtn {
    margin-left: 8px !important;
    border-radius: 4px !important;
}
