body {
    background: url('../images/bg_empire.jpg') no-repeat center top;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.container-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    min-height: calc(100vh - 92px);
}

.container-login-vote {
    justify-content: center;
    /* display: flex; */
    align-items: center;
    /* height: 100%; */
    /* width: 100%; */
    position: absolute;
    top: 24%;
    left: 15%;
}

.container-login {
    width: 520px;
    /* margin-right: 800px; */
    text-align: left;
    /* position: absolute;
            top: 20%;
            left: 15%; */
}

.container-vote {
    /* position: absolute;
            top: 20%; */
    text-align: center;
    background: rgba(0, 0, 0, .7);
    /* left: 56%; */
    /* opacity: 0.7; */
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 23px;
    width: 400px;
}

.voting-saperator {

    margin: 0 14% 0 15%;
    /* width: 307px; */
    height: 4px;
    background: #ffd963;
    text-align: center;
}

.voting-content {
    padding: 20px 10px 20px 10px;
    font-family: open sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.voting-title {
    margin-top: 10px;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.voting-button {
    padding: 10px 25px;
    text-align: center;
    /* margin-top: 30px; */
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background-color: #1BAFDF;
    cursor: pointer;
    border: 0;
    height: auto;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

h4.login-title {
    font-size: 46px;
    font-weight: 500;
    align-items: center;
    margin: 25px 0 0 0;
    color: #ffffff;
}

h4 img {
    margin-right: 15px;
}

.container-login a {
    color: #1BAFDF;
    text-decoration: none;
}

/* .container-login a:hover,
        .container-login a:focus {
            color: #0097C7;
        } */

.login-text {
    font-size: 20px;
}

a.signup-btn {
    padding: 10px 25px;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background-color: #1BAFDF;
    cursor: pointer;
    border: 0;
    height: auto;
    border-radius: 28px !important;
}

.signup-btn:hover,
.signup-btn:focus {
    background-color: #0097C7;
}

a.login-btn {
    padding: 10px 25px;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    border-radius: 28px !important;
    margin-left: 10px;
    border: 1px solid #32C5F4;
    background: white;
    color: #32C5F4;
    font-weight: 700;
}

.login-btn:hover,
.login-btn:focus {
    background-color: #F0F6FF;
}

.container-options {
    width: 400px;
    /* margin: 30px auto; */
    display: flex;
}

.container-options>div {
    width: 50%;
}

/* .border-right {
            border-right: 1px solid #1BAFDF;
        } */

.container-options>div>div {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.container-options a {
    text-transform: uppercase;
}

.banner {
    background: linear-gradient(#574f4f 0%, rgba(84, 84, 84, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.6); */
    text-align: center;
    padding-top: 10px;
    position: absolute;
    /* top: 12%;
            right: 15%; */
    width: 100%;
    color: white;
    padding: 20px;
    font-size: 21px;
}

.removeMarginTopResp {}

.removePaddingTopResp {}

.addPaddingRightResp {}

.login-a-Resp {}

.svg-resp {}

@media only screen and (max-width: 768px) {
    .svg-resp {
        display: none;
    }

    .removeMarginTopResp {
        margin-top: 0px !important;
    }

    .removePaddingTopResp {
        padding-top: 0px !important;
        height: 0px;
    }

    .addPaddingRightResp {
        padding-right: 10px;
    }

    .banner {
        background: linear-gradient(#000 0%, rgba(84, 84, 84, 0) 100%);
        /* background-color: rgba(0, 0, 0, 0.6); */
        text-align: center;
        padding-top: 10px;
        position: unset;
        /* top: 12%;
                right: 15%; */
        width: 100%;
        color: white;
        padding: 20px;
        font-size: 18px;
    }

    .container-wrap {
        display: block;
        align-items: center;
        justify-content: flex-end;
        color: #fff;
        min-height: calc(100vh - 92px);
    }

    body {
        background: url('../images/bg_empire.jpg') no-repeat center top;
        background-size: unset;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
    }

    .container-options {
        width: auto;
        /* margin: 30px auto; */
        display: flex;
        margin-top: 6px;
    }

    .login-a-Resp {
        font-weight: 800;
        font-size: 22px;
    }

    .container-options>div>div {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: auto;
    }

    .container-wrap {
        padding: 0 28px;
        display: block;
        align-items: center;
        justify-content: flex-end;
        color: #fff;
        min-height: 0px;
    }

    .container-login-vote {
        justify-content: center;
        display: block;
        align-items: center;
        height: 90%;
        width: 100%;
        position: unset;
    }

    .container-login {
        width: auto;
        /* margin-right: 800px; */
        text-align: left;
        /* position: absolute;
                top: 20%;
                left: 15%; */
    }

    .container-vote {
        margin-top: 40px;
        position: unset;
        /* top: 20%; */
        text-align: center;
        background: rgba(0, 0, 0, .7);
        /* left: 56%; */
        /* opacity: 0.7; */
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        padding: 23px;
        width: auto;
    }

    h4.login-title {
        font-size: 32px;
        font-weight: 500;
        align-items: center;
        margin: 0px 0 0 0;
        color: #ffffff;
    }

    .voting-saperator {

        margin: auto;
        width: auto;
        height: 4px;
        background: #ffd963;
        text-align: center;
    }

    .voting-content {
        padding: 12px 0px 12px 0px;
        font-family: open sans;
        font-weight: 600;
        font-size: 17px;
        line-height: 34px;
        text-align: center;
        color: #fff;
    }

    .voting-title {
        margin-top: 0px;
        font-family: Open Sans;
        font-weight: bold;
        font-size: 32px;
        line-height: inherit;
        text-align: center;
        color: #fff;
    }

    .voting-button {
        padding: 6px 32px;
        text-align: center;
        /* margin-top: 30px; */
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        background-color: #1BAFDF;
        cursor: pointer;
        border: 0;
        height: auto;
        border-radius: 0 !important;
        margin-bottom: 10px;
    }

    .footer {
        bottom: 0;
        position: fixed;
    }
}

/* .banner h3{
            line-height: 1.5;
        } */
.popup-modal {
    background: #e1e1e1;
    margin: 0 auto;
    width: 160px;
    position: relative;
    z-index: 41;
    top: 25%;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.tvlogo {
    background-image: url('../images/TV_Logo.svg');
}

.form_container {
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#logo_dynamic {
    margin-bottom: 1rem;
}

.logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 54px;
    height: calc(45px + 0.6vw);
    font-size: 2rem;
    text-align: center;
    font-size: calc(1.325rem + .9vw);
    text-align: center;
}

.button-popup {
    color: #fff;
    background-color: #2c70c0;
    border-color: #2c70c0;
    width: -webkit-fill-available;
    font: 100% Avenir, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.275rem 0.75rem;
    font-size: 1.063rem;
    border-radius: 1.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: capitalize;
    letter-spacing: .05rem;
    flex-shrink: 0;
}

.modal-open {
    padding-right: 0px !important;
}

.signin .flex_content .form {
    padding: 0px;
    border-radius: 10px !important;
}

.popupgradient {
    padding-bottom: 15px;
    flex-shrink: 0;
    text-align: -webkit-center;
}

#logo_tvgradient {
    background: url("../images/tvgradientlogo.svg");
    width: 180px;
}

.tv-span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    color: #000000;
    line-height: 21px;
}

.tv-email .flex_content .form {
    border-radius: 8px !important;
}
.emailBox{
    font-family: 'Inter';
}

.tv-margin30{
    margin-left: 30px;
    margin-right: 30px;
}

.btn-popup {
    display: inline-flex;
    height: 36px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--FA-Blue, #005187);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.tv-email .buttons{
    justify-content: center !important;
    margin-top: 20px;
}

.tv-email .form {
    padding: 30px !important;
}

.tv-email .submit{
    color: #fff;
    background-color: #005187;
    border-color: #005187;
    border-radius: 20px;
    font-size: 14px;
    font-family: 'Inter';
    letter-spacing: 0.0rem;
}
.tv-email{
    border-radius: 8px;
}
.width605 {
    width: 605px !important;
}
.entry-item {
    text-align: center;
}

.tv-email .btnclose{
    color: #005187;
    background-color: #fff;
    border-color: #005187;
    border-radius: 20px;
    border: 1px solid;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    font-family: 'Inter';
    letter-spacing: 0.0rem;
}

.tv-emailinput{
    height: 40px;
    border-radius: 8px;
    padding: 12px;
    width: -webkit-fill-available;
    border: 1px solid #808080;
}
.tv-href{
    color: #005187;
    text-decoration: underline;
    cursor: pointer;
}
.tv-invalidspan{
    color: red;
    font-size: 12px;
    position: relative;
    top: 5px;
}
.tv-emailred{
    border-color: red;
}

.center {
    justify-content: center;
}

.margin40 {
    margin: 40px;
}

.width6 {
    width: 600px !important;
}

.marginbottom25 {
    margin-bottom: 25px;
}

.mailaddress {
    color: #32C5F4;
    font-family: Open Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
}
/* 25th Anniversary Logo Styles */
.container-anniversary {
    position: absolute;
    top: 24%;
    right: 16%;
    text-align: center;
}

.anniversary-logo-link {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anniversary-logo {
    height: 350px;
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}

.anniversary-logo-link:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.anniversary-logo-link:hover .anniversary-logo {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Responsive styles for anniversary logo */
@media only screen and (max-width: 768px) {
    .container-anniversary {
        position: relative;
        top: unset;
        right: unset;
        margin-top: -90%;
        text-align: left;
    }

    .anniversary-logo {
        height: 200px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .container-anniversary {
        position: absolute;
        right: 10%;
        top: 26%;
    }
    .anniversary-logo {
        height: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .container-anniversary {
        margin-top: -120%;
    }

    .anniversary-logo {
        height: 200px;
    }
}    