
@media (max-width:700px){
 
    .form{
        padding:20px;
    }
    header{
        padding:10px;
    }
    header img{
        width:76px;
    }
    header .right a{
            font-size:0.9em;
    }

}