.mf-notification { position: fixed; opacity: 1; z-index: 2000; margin: auto; background: #fff; border-radius: 4px; border-width: 6px 1px 1px 1px; border-style: solid; min-height: 8em; padding: 10px 20px; width: 350px; .mf-content { margin-bottom: 30px; .mf-headline { font-size: 1.2em; font-weight: 600; } .mf-tagline { font-size: 1em; font-weight: normal; margin-top: 4px; } } .mf-notification-close { position: absolute; top: 0; right: 8px; a { font-size: 1em; color: #757575; opacity: .4; text-decoration: none; &:hover { opacity: .8; text-decoration: none; } } } .mauticform-input, .mauticform-row select, .mauticform-button, .mauticform-pagebreak { width: 100%; height: 28px; margin-bottom: 2px; } } .mf-responsive.mf-notification, .mf-responsive .mf-notification { width: 90%; padding: 10px; left: 0; right: 0; }