::-moz-selection
{
    color: #fff;
    background: rgba(207, 0, 15, 0.5);
}
::selection
{
    color: #fff;
    background: rgba(207, 0, 15, 0.5);
}

::-moz-selection
{
    color: #fff;
    background: rgba(207, 0, 15, 0.5);
}

body.bg-image {
    font-family: Gilroy;
    background: url('../img/login.jpg') center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin: 0;
    padding: 0;

    color: #fff;
    background-color: #000;
    position: relative;
    isolation: isolate;
}

body::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 50%);
    z-index: -1;
}

.body h5 {
    position: relative;
    z-index: 1;
}

.body h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 10px;
    background-color: #CF000F;
    z-index: -1;
}

.container {
    height: 100vh;
    text-align: center;
    max-width: 1000px;
}

.content h1 {
    font-size: 7.5rem;
    font-weight: 600;
}

.content h3 {
    font-size: 2rem;
    font-weight: 200;
}

.content p {
    font-size: 0.75rem;
    font-weight: 200;
}

.has-accent-color {
    color: #CF000F;
}

.footer {
    text-align: left;
    margin-top: 1rem;
}

button:focus {
    outline: none !important;
}

.accept-button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #CF000F;
    padding: 6px 16px;
    font-size: 1rem;
    cursor: pointer;
}

.decline-button {
    color: #fff;
    background-color: #CF000F;
    border: 1px solid #CF000F;
    padding: 6px 16px;
    font-size: 1rem;
    cursor: pointer;
}

.accept-button:hover {
    color: #fff;
    background-color: #CF000F;
}

.login-button {
    color: #fff;
    background-color: #21262d;
    border: 1px solid #21262d;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 0.8rem;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
}

.login-button:hover {
    color: #fff;
    background-color: #171717;
    border: 1px solid #171717;
}

@media (max-width: 500px) {
    body .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content h1 {
        font-size: 4.5rem;
        font-weight: 600;
    }

    .body h5 {
        font-size: 1rem;
    }

    .content h3 {
        font-size: 1.7rem;
        font-weight: 200;
    }

    .content p {
        font-size: 0.75rem;
        font-weight: 200;
    }

}
