﻿
body {
    background-color: rgb(247, 247, 247);
    background-image: url(stars.png);
    position: relative;
    background-size: cover;
    background-repeat: repeat-y;
}

.banner-text > div {
    position: absolute;
    top: 0px;
}

.hide{display:none;}
.formpage {
    border-bottom: 1px rgb(235, 235, 235) solid;
    margin: 0.3rem;
    color: white;
    padding: 0.3rem;
    background-color: black;
    border-radius: 10px;
    padding: 30px;
}

.container {
    display: flex;
    margin-top: 2em;
    width: 1500px;
}

.form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 60%;
    text-align: center
}

.banner-text {
    width: 30%;
    text-align: center;
    margin: 5%;
}

.section-banner .banner-text h3 {
    color: black;
}

.form div {
    display: flex;
}

.preference {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: .5rem;
}

.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: gold;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6);
    margin: 0.5rem;
}

    .styled:hover {
        background-color: goldenrod;
    }

    .styled:active {
        box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6), inset 2px 2px 3px rgba(0, 0, 0, .6);
    }

.text_name {
    font-size: 16px;
    margin: 0.8rem;
    width: 50%;
}

fieldset {
    display: flex;
    text-align: left;
}

    fieldset input {
        text-align: left;
        width: auto !important;
    }

.form form input {
    width: 100%;
    margin: 0.5rem;
    padding: 0.3rem;
    border-radius: 5px;
    color: black;
    font-size: 15px;
}

.form form select {
    width: 100%;
    margin: 0.5rem;
}

.input_aff {
    text-align: left;
    width: 50%;
}

.section-banner {
    margin-top: 0;
}

header .brand-logo a {
    height: 150px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    color: #000;
}

header {
    background-color: rgb(247, 247, 247);
}

.section-banner .banner-text h3 {
    font-size: 1.5vw;
    color: #080d1d;
    font-weight: 500;
    margin-top: 1.042vw;
    line-height: 1.9vw;
}

#file {
    width: 80%;
    margin: auto;
    margin-top: 0.5rem;
    padding: 2rem;
}

.section-banner .banner-text1 {
    display: none;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.banner-text1 {
    width: 30%;
    text-align: center;
    margin: 5%;
}

.section-banner .banner-text1 h2, .section-banner .banner-text1 h1 {
    color: #080d1d;
    font-size: 2.344vw;
    font-weight: 600;
}

.section-banner .banner-text1 .devider {
    width: 26.042vw;
    height: .313vw;
    border-radius: 26.042vw;
    display: inline-block;
    background: var(--affiliate-background-gradient);
    margin-top: 2.24vw;
    margin-bottom: .521vw;
}

.section-banner .banner-text1 h3 {
    font-size: 1.5vw;
    color: #080d1d;
    font-weight: 500;
    margin-top: 1.042vw;
    line-height: 1.9vw;
}

.error {
    width: 80%;
    margin: auto;
    color: rgb(168, 0, 0);
    font-size: 1vw;
    text-align: center;
    padding: 1rem;
    justify-content: center;
    display: none;
}

.preference label {
    width: 100%;
    font-size: 0.8vw;
}

.space {
    min-height: 100px;
}

progress::-webkit-progress-value {
    transition: width 5s ease;
}

#some {
    display: flex;
}

    #some input {
        width: 25%
    }

@media (max-width: 1300px) {
    .text_name {
        font-size: 12px;
        line-height: 1.2vw;
    }

    .error {
        font-size: 2vw;
    }

    .preference label {
        width: 100%;
        font-size: 1.5vw;
    }
}

@media (max-width: 1000px) {
    .text_name {
        font-size: 12px;
        line-height: 1.8vw;
    }

    .preference label {
        width: 100%;
        font-size: 1.5vw;
    }
}

@media (max-width: 980px) {
    .container {
        margin-top: 5em;
        display: block;
    }

    .section-banner .banner-text1 {
        display: block;
        width: auto;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .section-banner .banner-text {
        display: none;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .section-banner .banner-text1 h2, .section-banner .banner-text1 h1 {
        font-size: 3vw;
    }

    .section-banner .banner-text1 h3 {
        font-size: 2vw;
        color: #080d1d;
        font-weight: 500;
        margin-top: 1.042vw;
        line-height: 3vw;
    }

    br {
        display: none;
    }

    .form {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .text_name {
        font-size: 12px;
        line-height: 3vw;
    }

    .section-banner .banner-text1 h2, .section-banner .banner-text1 h1 {
        font-size: 4vw;
    }

    .section-banner .banner-text1 h3 {
        font-size: 3vw;
        color: #080d1d;
        font-weight: 500;
        margin-top: 1.042vw;
        line-height: 4vw;
    }

    .container {
        margin-top: 0;
        display: block;
    }

    #some {
        display: block;
    }

        #some input {
            width: 80%;
            margin: 10px auto;
        }

    .input_aff {
        width: 100%;
        text-align: center;
    }

    .something {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    label {
        font-size: 3vw;
    }

    .preference label {
        width: 100%;
        font-size: 2.5vw;
    }

    .error {
        font-size: 2.5vw;
    }
}

@media (max-width: 500px) {
    .text_name {
        font-size: 12px;
        line-height: 3vw;
    }

    .section-banner .banner-text1 h2, .section-banner .banner-text1 h1 {
        font-size: 5vw;
    }

    .section-banner .banner-text1 h3 {
        font-size: 4vw;
        color: #080d1d;
        font-weight: 500;
        margin-top: 1.042vw;
        line-height: 5vw;
    }

    select {
        width: 80%
    }
}
