
#survey{
    
}

#survey .form{
    
}

#survey .form textarea{
    
    background-color: #f5f5f5;
    border: none;
    border-radius: 0px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#survey .form .radio{
    text-align:center;
}

#survey .form .radio label{
    padding-right: 30px;
}

#survey .form .radio input{
     background-color: #f5f5f5;
    border: none;
}

#survey .form .checkbox{
    text-align:center;
}

#survey .form .checkbox label{
    padding-right: 30px;
}

#survey .error-message.error{
    width:100%;
}

#survey input{
    outline:none;
}

#survey-form label{
    text-transform: inherit;
    font-size: 16px;
    font-weight: 100;
    padding-top: 10px;
}


