.roboto-font {
    font-family: Roboto, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.roboto-font-title {
    font-family: Roboto, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.login-page-shell {
    min-height: 100vh;
}

.login-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.login-loader-content {
    text-align: center;
    color: white;
}

.login-loader-text {
    margin-top: 10px;
}

.login-box-local {
    width: 400px;
}

.login-logo {
    height: 195px;
    width: auto;
    display: block;
    margin: 0 auto 10px;
}

.login-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
