.bg-auth {
    background-image: url("/assets/login/img/login-bg.webp");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-top-fixed {
    left: 50px;
    top: 50px;
}

body,
label,
.form-group {
    font-family: 'Noto Sans', sans-serif !important;
}

.card {
    width: 536px;
    height: 386px;
}