
@import url("../imports/gm-field-password.css?ver=1.0");


/* Extend background image to full page on login page. */

.full-container {
    min-height: 100vh;
    background-size: cover;
    background-image: url("/wp-content/uploads/2018/10/login-bg.jpg");
}

/* GP theme adds padding. Remove it so that notifications panel is full width. */
@media (max-width: 768px){
    .generate-sections-inside-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}



