body{
    font-family: 'Montserrat', sans-serif;
}
.header .logo img{
    max-height: 120px;
}
.header{
    margin-bottom: 4em;
}
.header h1{
    margin-top: 30px;
}
.header h1 + h3{
    margin-top: 0;
    font-weight: bold;
}
.poll-description {
    font-size: 1.4em;
    margin-left: 3em;
    padding-left: 1em;
    padding-right: 4em;
    color: #424242;
    /* border-left: 2px solid #555; */
}
.questions{margin-top: 48px;}
.questions ul{
    list-style: none;
    padding: 0;
}

.questions .next-btn, .questions .submit-btn{
    width: 100%;
}

input + input {
    margin-top: 18px;
}
.question{position: relative}
.question:not(.active):before{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.question.type-radio label{
    cursor: pointer;
    margin-bottom: 12px;
    display: block;
}

.question .question-title{
    font-weight: 800;
}

.question .question-description{
    display: block;
    margin-bottom: 10px;
    padding-left: 12px;
    border-left: 2px solid #8bc34a;
    font-size: .9em;
    font-weight: 600;
}


.footer{
    min-height: 120px;
}

.type-radio label.btn input[type="radio"]{
    display: none;
}

.type-checkbox input[type="checkbox"]{
    display: none;
}

.type-checkbox label.btn{
    white-space: initial;
    width: 100%;
    margin-bottom: 12px;
}
.type-checkbox input[type="checkbox"]:checked + label{
    background: #8bc34a;
    color: #fff;
}

div[class^="paymethod-"]{
    margin-bottom: 24px;
}

/* FOR NEW LK */

.form{
    width: 35%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0, 0.3);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
}

.form .form-header{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 3em;
    border-bottom: 1px solid #eee;
}

.form .form-content{
    padding: 24px 36px;
}

.form .form-footer{
    border-top: 1px solid #eee;
    padding: 12px 0;
}

.form .form-errors{
    background: #ffcdd2;
    color: #b71c1c;
    font-size: .9em;
    padding: 12px 26px 12px 36px;
    border-bottom: 1px solid #b71c1c;
    border-top: 1px solid #b71c1c;
}

.question label.btn{
    white-space: initial;
}
