/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-mar-2020, 10.44.26
    Author     : Luca
*/

.container{
    max-width: 700px;
}

.webform-submission-form img{
    max-width: 100%;
}
.webform-submission-form img{
    max-width: 100%;
}
.page-node-type-landing-page img{
    max-width: 100%;
}


article.landing-page .author{
    display: none;
}




.webform-actions input[type="submit"]{
    padding: 18px 25px;
    line-height: normal;
    height: auto;
}
.form-control{
    /*border:0;*/
    border-radius:0; 
}
.webform-actions input[type="submit"]{
   width: 100%!important;
}

    
