#auth-right {
    background-image:url(../../image/image1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #000;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.banner-subtitle {
    margin: 0 auto;
    text-align: left;
    /* font-family: 'CircularStd'; */
    width: 100%;
    font-size: 45px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
    padding: 110px 0 40px 34px;
}
.banner-subtitle span {
    display: block;
    font-size: 30px;
    text-decoration: underline;
}

#auth-right img {
    max-width: 68%;
    margin: auto 95px;
}

#pageUpButton {
    max-width: fit-content;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}