.new-password-register-page-container .tenant-logo-wrapper .tenant-logo {
    max-width: 200px;
    width: 200px;
    height: auto;
}

.new-password-register-container  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
}

.new-password-register-container .tenant-logo-wrapper {
    text-align: left;
    margin-top: 24px;
}

.go-back-to-register-container {
    margin-top: 24px;
    display: flex;
}

.arrow-icon-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.go-back-to-register-container .user-info-container {
    display: flex;
    flex-direction: column;
}

.go-back-to-register-container .user-info-container span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3B3E47;
}

@media screen and (min-width: 1024px) {
    .new-password-register-container {
        flex-direction: row;
        align-items: unset;
    }
}