.full-view {
    background-color: #3266CC;
    background: radial-gradient(circle farthest-corner at left, #e56b6b, #ebac76);
    background-size: cover;
}

.container.inside {
    margin: auto;
    margin-top: 40px;
    border-style: none;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 20px
}

h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px;
}

.alert {
    font-weight: 600;
    padding-left: 0px;
    padding-right: 0px;
}

form .btn {
    background-color: #F2625A;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 45px;
    opacity: 0.8;
    transition: 0.6s;
    font-weight: 600;
}

    form .btn:hover {
        background-color: #EF483A;
        color: #fff;
        font-weight: 600;
    }

.error-message {
    margin-top: 10px;
    text-align: left
}

.label {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .full-view {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.questionnaire {
    margin-top: 40px;
    margin-bottom: 20px;
}

    .questionnaire .checkbox-group label {
        color: rgb(255, 231, 58);
    }

    .questionnaire .questionnaire-title {
        font-size: 1.5em;
        font-weight: bold;
        color: #fff;
        margin: 50px 0;
    }

    .questionnaire textarea {
        height: 150px;
    }

    .questionnaire input[name$="other"] {
        width: 150px;
    }

    .questionnaire input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .questionnaire .input-other > * {
        vertical-align: top;
    }

    .questionnaire .input-other input.form-control {
        display: inline-block;
        padding: 5px;
        height: 30px;
    }

#id_isPersonInfo {
    height: 20px;
    width: 10% !important;
    display: inline !important;
}

#successContent {
    text-align: left;
    color: white;
    font-weight: bolder;
}

#successPreExam, #successSelect {
    color: white;
    font-weight: bolder;
}

#successPreExamHeader, #successSelectHeader {
    text-align: center;
    font-size: large;
}

#reg_preexam_quiz, #reg_select_quiz {
    color: white;
    font-weight: 600;
}

#reg_preexam_quiz_header, #reg_select_quiz_header {
    font-size: larger;
}