.logo-img {
    margin: 0 0 100px 0;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: grayscale(1);
}

.background img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.background .background-mark {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 142px;
    background-position: -32px -32px;
}

[data-bs-theme="light"] .auth-form {
    background-color: rgba(255, 255, 255, .80) !important;
    box-shadow: 0 4px 72px rgba(255, 255, 255, .80);
}

[data-bs-theme="dark"] .auth-form {
    background-color: rgba(0, 0, 0, .75) !important;
    box-shadow: 0 4px 72px rgba(0, 0, 0, .75);
}

.auth-form .login-form .input-group {
    border-bottom: 2px solid #A7A7A7;
    border-radius: 0;
    padding-bottom: 10px;
}

.auth-form .login-form .input-group .input-group-text {
    border: none;
    width: 30%;
}

.auth-form .login-form .input-group .form-control {
    color: #000000;
    border: none;
}
