body,html{
    height: 100%;
}
.form-group.focused > .palceholder1 {
    background: white;
}
.form-group.focused > .palceholder1 {
    color: black;
}
body{
    background:#000;
    margin: 0;
    padding: 0;
}
.green{
    color: green;
}
.underligne{
    text-decoration: underline;
    font-weight: bold;
}
.container{
    margin-top: 60px;
    padding: 0px !important;
    width: 100%;
    max-width: 1600px;
}
header{
    float: left;
    width: 100% !important;
    background: #CC061D;
    padding: 20px;
    margin: 0;
}
img.corner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    width: 114px;
    height: 30px;
}
h1{
    font-size: 3em;
}
h1, h1 small{
    color: #fff;
    text-align: center;
    font-weight: bold !important;
    padding: 0;
    margin: 0;
}
h3.messege{
    padding-top: 60px;
}
img{
    width: 100%;
    height: auto;
}
p, ul li{
    font-size: 18px;
}
ul, ul li{
    list-style: none;
    list-style-type: none;
}
ul li img{
    max-width: 16px;
    height: auto;
    margin-right: 10px;
}
.row{
    background-color: #fff;
    position: relative;
    float:left;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;

}
.leader{
    float: left;
    width: 100%;
    height: 6px;
    background: #ebebeb;
    margin-bottom: 20px;
}
#last-step .green {
    text-align: center;
}

@media screen and (max-width:540px){
    .leader{
        margin-top: 30px;
    }
}

.questions h2{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    font-weight: bold !important;
    text-align: center;
}
#questions-container, #loading_container, #download{
    padding: 60px;
}
.btn{
    border: none;
    font-weight: bold;
    font-size: 16px;
    height: 52px;
    line-height: 2.2;
}
.btn-danger{
    background: #FF4C4D;
    border-bottom: 5px solid #e93839;
}

.btn-success{
    background: #5FAC12;
    border-bottom: 5px solid #4f9409;
    float: right;
}
a#step4{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 40px;
    height: auto;
}

@media screen and (max-width:480px){

    a#step4{
        width: inherit;
            margin-left: inherit;
    margin-right: inherit;
        margin-top: 40px;
    }
}

@media screen and (max-width:991px){
    #thumb-right{
        display: none;
    }

    .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .row{
        padding: 10px;
        margin: 0;
    }

    .container{
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

    h1{
        line-height: 0.8;
        margin-bottom: 10px;
    }

    h1 small{
    line-height: normal;
}

}

@media screen and (max-width:767px){
    #thumb-left, #arrow-dsctp{
        display: none;
    }

    #non{
        margin-bottom: 20px !important;
    }

    
    .container {
        margin-top: 0;
    }
    header h1 strong {
        font-size: 26px;
    }
    header h1 small {
        font-size: 18px;
    }

}

.loader{
    width: 100%;
    height: auto;
    float: left;
    display: table-cell;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
}

.loader img{
    width: 64px;
}

@media screen and (max-width:1600px){
    h1{
        font-size: 2.6em;
    }


}

@media screen and (max-width:540px){

    #questions-container{
        padding: 20px;
    }
}

@media screen and (max-width:480px){
    header {
        padding: 10px;
    }
    header h1 strong {
        font-size: 22px;
    }
    header h1 small, #questions-container p {
        font-size: 15px;
    }
    #questions-container {
        padding: 10px;
    }
}

#arrow-dsctp img{
    max-height: 60px;
    width: auto;
    float: right;
}
.legal{
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    font-size: 11px;
}
#legal{
    margin-top: 20px;
    margin-bottom: 20px;
}