/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

.main {
    background: url(../images/background.jpg) no-repeat top center;
    height: 902px;
}

/* POSITION */

.content {
    width: 480px;
    padding-right: 17px;
    padding-top: 210px;
    margin-left: 25%;
}

.content .custom {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 14px;
    padding-left: 0;
    color: #010101;
}

.content .box-form {
    top: 395px;
}

.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    display: none;
    color: #fff;
    padding-bottom: 6px;
}

.content #componentSimpleSurvey_vote {
    width: 580px;
}

.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 276px;
    height: 70px;
    position: relative;
}

.content #componentSimpleSurvey_vote li+li {
    margin-left: 8px;
}

.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 29px;
    left: 27px;
}

.content #componentSimpleSurvey_vote li+li input {
    left: 27px;
}

.content #componentSimpleSurvey_vote li div {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    top: 30px;
    left: 27px;
    background-color: #ffffff;
    transition: all .1s linear;
}

.content #componentSimpleSurvey_vote li+li div {
    left: 24px;
}

.content #componentSimpleSurvey_vote li:first-child input:checked + div {
    background: #546239;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.content #componentSimpleSurvey_vote li:nth-child(2) input:checked + div {
    background: #282828;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.content #componentSimpleSurvey_vote li label {
    height: 59px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-top: 12px;
    text-indent: -999999px;
    cursor: pointer;
}

.content #componentRegistration {
    margin: 100px 0 25px;
}

.content #optinDiv {
    width: 464px;
}

.content #optinDiv .optinCampaignDecline {
    margin-top: -10px;
}
.content #optinDiv .optinCampaignButtonImg {
    margin: -3px 0 0 -7px;
    width: 536px;
    text-align: left;
    margin-bottom: 2%;
}

.content #componentRegistration {
    width: 650px;
}

.landing #componentRegistration ul {
    display: flex;
    flex-direction: column;
}

.content #componentRegistration_lastname_div label {
    width: 85px;
}

.content #componentRegistration_birthday_div {
    float: none;
}

.content #componentRegistration input {
    width: 425px;
}

.landing #optinDiv .optinCampaignDecline, .landing .optinSponsors {
    margin-top: -15px;
    width: 114%;
}

.content #componentSimpleSurvey_vote li input:checked + div {
    background: #FF1E1F;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.content #componentSimpleSurvey_vote li+li input:checked + div {
    background: #313745;
}

.content #componentSimpleSurvey_vote li div {
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 24px;
    box-shadow: inset 0 0 0 10px #ffffff;
    transition: all .1s linear;
}

#componentSimpleSurvey_vote li:nth-child(2) div, #componentSimpleSurvey_vote li:nth-child(2) input {
    left: 32px;
}

#blocRadio {
    position: absolute;
    top: 115px;
    left: -3px;
}