/*
Theme Name: PixelCircus Base Bootstrap
Theme URI: http://pixelcircus.ca
Author: Frédéric Pilon
Author URI: http://pixelcircus.ca
Description: A blank theme to start a new project. Uses Bootstrap.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: bsmRefonte

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.send-doc-form{
    padding:32px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.send-doc-form label{
    margin:16px 0;
    display:block;
    width:100%;
}
.send-doc-form label input{
    width:100%;
    padding:8px;
    margin-top:8px;
}

.send-doc-form .btn{
    margin-top:24px;
}

@media(max-width:780px){
    body .px-subpage-hero.is-fullwidth .h1, body .px-subpage-hero.is-fullwidth h1{
        font-size:40px;
        line-height:1em;
    }
}