.banner-inner {
    min-height: 300px;
    height: 50vh;
    background: url('https://image.marketing.sony.com.au/lib/fe881373776d0d7f72/m/3/85b11630-d108-4a6b-82ae-a9d49c84d4fb.jpg') top center no-repeat;
    background-size: cover;
}

@media(min-width: 768px) {
 .banner-inner {
        min-height: 600px;
        height: 60vh;
        background: url('https://image.marketing.sony.com.au/lib/fe881373776d0d7f72/m/3/279b1117-bc5d-4ba9-b256-af5a908fbb75.jpg') top center no-repeat;
        background-size: cover;
 }
}

#form .intro {
margin-bottom: 3em;
}

#form .intro p {
font-family: 'SST-Roman', 'SST-Light', Arial, sans-serif;
font-weight: bold;
}

h1 {
    font-size: 1.25em;
}

h2 {
    margin-bottom: 0;
}

.hint {
    font-size: 0.85em;
    font-style: italic;
    font-weight: normal;
    display: block;
    margin: 0.5em 0;
}

.req-tag {
    color: red;
    display: inline-block;
    margin-left: 5px;
}

.instructions {
    display: block;
    margin-top: 0.5em;
    font-weight: normal;
    font-style: italic;
    font-size: 0.85em;
}

.pseudo-label {
    font-weight: bold;
    margin-top: 2em;
}

label.error {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 0.85em;
}

.spec-wrapper {
    margin-top: 1em;
    display: none;
}

.platform-group {
    .form-row:first-child {
        margin-top: 0;
    }
}

.follow-up {
    background-color: #f1f5f9;
    padding: 0 2em;
    display: none;
}

.follow-up fieldset input,
.follow-up .checkbox-wrapper input + label::before {
        background-color: #fff;
    }

.follow-up fieldset .checkbox-wrapper input:checked + label::before {
    background-color: #5865f5;
}

#form .form-outer-wrapper {
    padding: 1.5em 1.5em 3em 1.5em;
}

.form-section {
    padding: 0.5em 0;
}

.input-group {
    padding: 1em 0;
    display: block;
}

.radio-group .radio-option {
    padding: 0.25em 0;
}

.radio-group .radio-option label {
    display: inline-block;
    max-width: calc(100% - 30px);
    vertical-align: top;
}

.form-row > label {
    font-weight: bold;
}

// .form-row > label.error {
//     font-weight: normal;
// }

fieldset > legend {
    font-weight: bold;
}

label[for="Optin"] {
    font-size: 0.85em;
}

#address-group .form-row > label {
    font-weight: normal;
}

#address-group .form-row > label.error {
    font-weight: bold;
}

#socials-group {
 margin-bottom: 0;
}

#terms-row {
 margin-top: 3em;
}

button[type="submit"] {
    color: #fff;
    position: relative;
    background: rgb(139, 184, 144);
    background: -moz-linear-gradient(243deg, rgba(139, 184, 144, 1) 7%, rgba(226, 159, 125, 1) 31%, rgba(214, 120, 124, 1) 69%, rgba(167, 135, 194, 1) 100%);
    background: -webkit-linear-gradient(243deg, rgba(139, 184, 144, 1) 7%, rgba(226, 159, 125, 1) 31%, rgba(214, 120, 124, 1) 69%, rgba(167, 135, 194, 1) 100%);
    background: linear-gradient(243deg, rgba(139, 184, 144, 1) 7%, rgba(226, 159, 125, 1) 31%, rgba(214, 120, 124, 1) 69%, rgba(167, 135, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bb890", endColorstr="#a787c2", GradientType=1);
    transition: all 0.3s ease;
}

 button[type="submit"]:hover {
        background-size: 150%;
        transition: all 0.3s ease;
}

@media (min-width: 768px) {

    #content-wrapper {
        background-color: #191919;
    }

    h1 {
        font-size: 1.5em;
    }

    #form .form-outer-wrapper {
        padding: 3em 0;
    }

    form {
        max-width: 75%;
    }

    input[size="7"] {
        max-width: 30%;
    }
}
