@font-face {
    font-family: TitilliumRegular;
    src: url('../fonts/TitilliumWeb-Regular.ttf');
}

@font-face {
    font-family: TitilliumBold;
    src: url('../fonts/TitilliumWeb-Bold.ttf');
}

.login-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: TitilliumRegular;
}


.btn-primary {
    background-color: rgb(24, 95, 177) !important;
    border: rgb(0, 49, 140) !important;
}

.login-wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.greetings {
    font-size: 4.5rem;
    width: 100%;
}

.greetings .motto {
    font-size: 1.1rem;
    background-color: rgb(245, 245, 0);
    padding: 8px 16px;
    border-radius: 10px;
    font-family: TitilliumBold;
}

.greetings .row {
    margin-right: 120px;
}

.login-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.login-footer .bottom-asset {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.login-footer .character {
    display: none;
}

.login-section {
    font-size: 12pt;
}


.login-boxer {
    background-color: #e6e6e6;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

.login-boxer label {
    font-size: 10pt;
}

@media screen and (min-width: 768px) {
    .login-footer .character {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 350px;
        display: block;
    }
}