body.answer-form {
    color: #241d32;
    background: #faf9fc;
    /*background: linear-gradient(90deg, rgba(71,49,122,1) 0%, rgba(94,66,160,1) 35%, rgba(142,100,240,1) 100%);*/
    padding-bottom: 60px;
}

body.answer-form a {
    color: #8862df;
}

body.answer-form .wrapper-top, body.answer-form .wrapper-footer {
    display: none;
}

body, .wrapper-page {
    background: transparent;
}

body.answer-form .logo {
    max-width: 250px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

body.answer-form h1 {
    text-align: center;
    margin-bottom: 0;
    color: #333;
}

body.answer-form label {
    font-size: 1.5rem;
}

/*** Change #1 - Start ***/

.mf-form {
    max-width: 890px;
    margin: auto;
    padding-bottom: 200px;
}

@media screen and (min-width: 768px) {
    .mf-form {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .mf-form {
        padding-bottom: 20px;
    }
}

.progress-inner {
    max-width: 890px;
    margin: auto;
    gap: 20px;
    padding: 0 12px;
}

/*** Change #1 - End ***/

.mf-section {
    margin-top: 40px;
    border: 1px solid #dedede;
    background: #ffffff;
}

.mf-section h2 {
    padding: 16px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
}

.mf-section h3 {
   font-size: 1.6rem;
    margin-bottom: 12px;
}

.mf-form-items {
    padding: 0 16px;
}

.mf-item p {
    font-size: 1.5rem;
    color: #666;
    margin: 0 0 6px 0;
}

p.mf-item-body {
    margin: 0;
}

.mf-item {
    padding: 16px 0;
    border-bottom: 1px solid #eef2f8;
}

/*** Change #2 - Start ***/

.mf-question {
    align-items: center;
    display: block;
}

.mf-question-body {
    width: 100%;
}

.mf-question-label {
    display: block;
    font-weight: 600;
    margin: 0 0 4px;
}

.mf-form-header {
    color: #ffffff;
    padding: 30px;
    background: linear-gradient(90deg, rgba(71,49,122,1) 0%, rgba(94,66,160,1) 35%, rgba(142,100,240,1) 100%);
}

.mf-question input {
    vertical-align: top;
}

input[type="text"], input[type="password"], input[type="url"], .mf-alternatives, textarea {
    width: 100%;
}

@media screen and (min-width: 768px) {

    .mf-question {
        align-items: center;
        display: flex;
    }

    .mf-question-body {
        width: 100%;
        padding-right: 0;
    }

    input[type="text"], input[type="password"], input[type="url"], .mf-alternatives, textarea {
        width: 30%;
    }
}

/*** Change #2 -  End ***/

.mf-alternatives {
    text-align: left;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.mf-alternatives li {
    width: 100%;
}

input[type="text"], input[type="password"], input[type="url"], textarea {
    display: block;
    padding: 8px 16px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    -webkit-appearance: none;
    color: #1f2533;
    border: 1px solid #CDD9ED;
    background: #ffffff;
    transition: border 0.3s ease;
}

/* Progress */
.progress-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #473a62 !important;
    color: #ffffff;
    padding-bottom: 16px;
}

progress[value] {
    width: 100%;
    height: 30px;
}

body.answer-form button {
    background: #8862df;
    max-height: 38px!important;
    border-radius: 4px;
    display: inline-block;
    color: white;
    padding: 4px 20px;
    border: none;
    font-weight: 700;
}

#progressbar {
    width: 100%;
    position: relative;
    background-color: #9e8fbe;
    border-radius: 16px;
    height: 20px;
    align-self: center;
}

#progressbar>div {
    background-color: #34e6d7;
    width: 1%;
    height: 20px;
    border-radius: 10px;
}

#progresstext {
    width: 100%;
    background: #281f3b;
    padding: 5px 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    margin: 16px auto;
}

.progress-count {
    position: absolute;
    top: -4px;
    font-weight: 800;
    color: #000;
    width: 100%;
    text-align: center;
    color: #ffff;
    text-shadow: 2px 2px 8px #000;
    font-size: 17px;
}