﻿.new-bg {
    height: 83.5vh;
    background-image: url('../../images/knowledgeLavenirUpgrade.jpg');
    background-size: cover;
    background-position: center;
}
.scroll-button {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 0;
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 50%;
    @* background-color: black;
    *@ background-color: rgb(63 60 64);
    color: white;
    @* border: none;
    *@ border: block;
    border-color: white;
    cursor: pointer;
    z-index: 1;
}

.ad {
    padding: 2px;
    width: 2rem;
}
.scroll-top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0;
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 50%;
    background-color: rgb(63 60 64);
    color: white;
    border: block;
    border-color: white;
    cursor: pointer;
    z-index: 1;
}

.e-w {
    width: 100%;
}

.fn-width {
    width: 7rem;
}

.otp-size {
    width: 100%;
}

.e-post {
    position: relative;
    z-index: 1;
}

.dxbl-checkbox > .dxbl-text {
    --dxbl-text-border-width: 0;
    --dxbl-text-padding-x: 0;
    display: inline-block;
    color: white;
}

.forgotPassword {
    color: white;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.875rem;
    transition: font-size 0.1s ease;
}

    .forgotPassword:hover {
        font-size: 0.975rem;
    }