.tv-page-heading {
    background-color: #241e46;
    padding: 65px 0 60px;
    text-align: center;
}

.tv-page-heading h2 {
    margin: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 90px;
    line-height: 93px;
    letter-spacing: 6.3px;
    color: #ffffff;
    text-shadow: 3px 3px 0px #6776b8;
}

@media only screen and (max-width: 1500px) {
    .tv-page-heading h2 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .tv-page-heading h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

.tv-signup-form,
.tv-login-form {
    max-width: 480px;
    margin: 40px auto;
    padding: 0 15px;
}

.tv-field {
    margin-bottom: 20px;
}

.tv-field input {
    outline: none;
    width: 100%;
    background-color: transparent;
    border: 0.5px solid #6776b8;
    border-radius: 0;
    padding: 9px 15px !important;
    font:
        20px/33px 'Lexend Deca',
        sans-serif;
    font-weight: 300;
    color: #241e46;
    box-sizing: border-box;
}

.login-signup-form {
    padding: 50px 0;
}

.tv-field input::placeholder {
    color: #241e46;
}

.tv-submit-wrap {
    text-align: center;
    margin-top: 30px;
}

.tv-btn {
    background: radial-gradient(closest-side at 50% 50%,
            #6776b8 0%,
            #32378a 51%,
            #241e46 100%);
    border: 2px solid transparent;
    outline: none;
    padding: 15px 50px;
    border-radius: 28px;
    font:
        600 20px/25px 'Lexend Deca',
        sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.6s ease;
    cursor: pointer;
}

.tv-btn:hover {
    background: transparent;
    border: 2px solid #6776b8;
    color: #241e46;
}

.tv-error {
    color: #b00020;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
}

.tv-success {
    color: #241e46;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
}