html, body {
    font-family: 'Lato', sans-serif;
}

body {
    min-height: 100vh;
}

/* ======================================================================= */
/* AUTHORISATION SECTION */

.authRow {
    min-height: 100vh;
}

.authDecorator {
    background: url("/img/auth/auth_bg.webp") no-repeat center center;
    background-size: cover;
    background-color: rgba(248, 158, 35, 1);
    min-height: 100vh;
}

.authLink {
    color: rgb(161, 99, 15);
}

.authLink:hover {
    color: rgb(66, 40, 5);
}

.authBtn {
    background-color: rgb(248, 158, 35);
}

.authBtn:hover {
    color: rgb(256, 256, 256);
    background-color: rgb(167, 105, 21);
}

.authDivider {
    border-top: 3px solid rgb(248, 158, 35);
    width: 200px;
    height: 0;
}

/* ======================================================================= */