.auth-background {
    background-image: url("../../img/code-background-v2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.auth-body-style {
    height: 100vh !important;
    background-color: var(--main-light-color) !important;
    padding-top: 0px !important;
}
