*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    justify-content: space-between;
}
.container{
    margin-top: 30px;
}
.surveyFrom{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    border-radius: 5px;
    margin-bottom: 30px;
    border-top: 5px solid #474aaf;
    max-width: 900px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.formContent{
    display: block;
}
.formContent label{
    text-align: left;

}
.formContent input{
margin-top: 10px;
width: 100%;
margin-bottom: 10px;
}
.formContent select{
margin-top: 10px;
margin-bottom: 10px;
}


.formlenth{
    width: 100%;
    height: 100%;
}
.listForm li{
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.listForm li input{
    width: auto;
    margin-right: 5px;
    margin-bottom: 0;
}
.listForm li span{
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    font-family: 'Nunito', sans-serif;
    font-style: inherit;
}

.btn-submit{
    background-color:  #474aaf;
    padding: 10px 23px;
    border-radius: 30px;
    border: none;
    color: white;
    box-shadow: 1px 1px 10px transparent;
}
footer{
    margin-top: 5%;
    text-align: center;
}
@media(max-width :772){
    footer{
        margin-top: 5%;
    }
}
