@charset "utf-8"; html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote::before, blockquote::after, q::before, q::after { content: none; } table { border-collapse: collapse; border-spacing: 0px; } body { background: url("/speedbump/assests/bg.jpg") center top repeat-x; font-family: Arial, sans-serif; } a { color: rgb(255, 255, 255); text-decoration: none; } .wrapper { margin: 0px auto; max-width: 900px; } .logo { text-align: center; margin-top: 2.5em; } .message_container { width: 100%; text-align: center; margin-top: 0.5em; padding: 1.5em 0px; } h1 { font-size: 1.75em; color: rgb(191, 18, 56); font-weight: bold; margin-bottom: 0.5em; } p { font-size: 1.25em; color: rgb(102, 102, 102); width: 90%; text-align: center; margin: 0px auto; } .line { max-width: 350px; height: 0px; border-top: 1px solid rgb(173, 173, 173); border-bottom: 1px solid rgb(217, 217, 217); display: block; margin: 1em auto; } ul { margin: 2em auto 0px; max-width: 475px; } .continue { font-size: 14px; font-weight: bold; text-transform: uppercase; padding: 0.75em 1em; box-shadow: rgb(153, 153, 153) 0px 1px 2px; margin: 0px 1em 1em; width: 170px; border-radius: 2px; display: inline-block; background: linear-gradient(rgb(138, 187, 215) 28%, rgb(6, 109, 171) 100%); } .continue:hover { background: linear-gradient(rgb(121, 195, 234) 0%, rgb(39, 163, 234) 100%); } .continue a { } .back { font-size: 14px; font-weight: bold; text-transform: uppercase; padding: 0.75em 1em; box-shadow: rgb(153, 153, 153) 0px 1px 2px; margin: 0px 1em 1em; width: 170px; border-radius: 2px; display: inline-block; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%); } .back:hover { background: linear-gradient(rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%); } .back a { color: rgb(119, 119, 119); } @media only screen and (max-width: 767px) { body { background: rgb(213, 244, 255); } .logo { margin-top: 2em; } .message_container { margin-top: 0.5em; padding: 1em 0px; box-shadow: none; } }