        form{
            padding:15px;
        }
        form label{
            width:100%;
        }
        form input,form textarea,select{
            width:calc(98% - 50px);
        }