body{
    background: url('/assets/img/pages/header.png'), linear-gradient(120deg, rgba(51, 42, 112, 1) 43%, rgba(84, 8, 125, 1));
    /* background: url('/assets/img/pages/header.png'); */
    background-repeat: repeat no-repeat;
    background-size: cover;
    width: 100%;
    /* min-height: 100vh;
    max-height: 100%; */
    /* background-attachment: fixed; */
}

.layout-navbar {
    backdrop-filter: unset;
    box-shadow: none;
    height: 4.875rem;
    transition: height 0.5s ease-in-out;
}

.authentication-wrapper {
    min-height: 100%;
    margin-bottom: 50px !important;
}
.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 80% !important;
}

.registration-btn {
    background: #fff;
    color: #332a70;
}

.registration-btn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.icon-size-large {
    font-size: 4rem;
}

#layout-navbar.scroll {
    padding: 0;
    background-color: rgba(51, 42, 112, .9) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .5);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .5);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .5);
}

.padding-top-80 {
    padding-top: 100px;
}

.footer-div {
    position: absolute;
    bottom: 10px;
}

@media (max-width: 992px) {

    .footer-div {
        position: relative;
    }

    .authentication-wrapper {
        padding-bottom: 30px;
    }
    
    .authentication-wrapper.authentication-basic .authentication-inner {
        max-width: 100% !important;
    }
    
}