.word-rotator__text {
    white-space: nowrap;
}

@-moz-document url-prefix() {
  .ns-startpage-hero .wallpaperText__imageWrapper::after {
    background-image: none !important;
  }
}

.registration-sign-in-logo img {
    width: auto;
}

/**
 * Check name form
 */
.ns-checkNameForm {
    display: flex;
    margin-top: 2rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    max-width: 600px;
    padding: 0.25rem;
    align-items: stretch;
}

.ns-checkNameForm [name="name"] {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: var(--ns-form-elements-border-radius);
}

.ns-checkNameForm input,
.ns-checkNameForm input:focus {
    background: #fff;
    border: none;
    border-radius: 3px
}

.ns-checkNameForm button {
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .ns-checkNameForm {
        display:block;
        background: none
    }

    .ns-checkNameForm button {
        width: 100%;
        margin-top: 1rem
    }
}