/* Minify_CSS_UriRewriter::$debugText

*/

/* mailerlite_forms.css */

/* 1  */ /* Global forms style */
/* 2  */
/* 3  */ .mailerlite-form {
/* 4  */
/* 5  */ }
/* 6  */
/* 7  */ .mailerlite-form .mailerlite-form-description {
/* 8  */     margin-bottom: 10px;
/* 9  */ }
/* 10 */
/* 11 */ .mailerlite-form .mailerlite-form-field {
/* 12 */     margin-bottom: 10px;
/* 13 */ }
/* 14 */
/* 15 */ .mailerlite-form .mailerlite-form-field label {
/* 16 */     display: block;
/* 17 */ }
/* 18 */
/* 19 */ .mailerlite-form .mailerlite-subscribe-button-container {
/* 20 */     text-align: center;
/* 21 */ }
/* 22 */
/* 23 */ .mailerlite-form input.error {
/* 24 */     color: #ff0000;
/* 25 */     border-color: #ff0000;
/* 26 */ }
/* 27 */
/* 28 */ .mailerlite-form label.error {
/* 29 */     color: #ff0000;
/* 30 */ }
/* 31 */
/* 32 */ .mailerlite-form-response {
/* 33 */     margin-top: 20px;
/* 34 */     display: none;
/* 35 */     text-align: center;
/* 36 */     color: #00a154;
/* 37 */ }
/* 38 */
/* 39 */ .mailerlite-form-loader {
/* 40 */     display: none;
/* 41 */     text-align: center;
/* 42 */     font-weight: bold;
/* 43 */     margin: 0 20px;
/* 44 */ }
/* 45 */
/* 46 */ .mailerlite-form-error {
/* 47 */     display: block;
/* 48 */     color: #ff0000;
/* 49 */ }
/* 50 */

/* mailerlite_forms.css */

/* 51 */ .mailerlite-subscribe-submit{
/* 52 */     max-width: 100%;
/* 53 */ }
