body {
    background: center / cover no-repeat fixed url("../../images/gernal/bg-1.jpg");
}
.content-wrapper>.container-fluid {
    display: flex;
    justify-content: center;
    min-height: 100vh;
}
.content-wrapper>.container-fluid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 2;
}
.signin-wrapper {
    z-index: 3;
    border: 0px;
    background-color: var(--transparent-white-3);
    backdrop-filter: blur(15px);
}
.signin-wrapper .brand-logo {
    display: block;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}
.line-on-side span {
    border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}