/*  RESET ALL  ============================================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/*  Standard styling site wide  ============================================================================= */
#login { width: 350px; max-width: 90%; }
body, textarea {font-family: 'sansation',sans-serif;line-height:1.7;font-size:19px;color:#373737;background: #f4e2e6;text-rendering: optimizeLegibility;}
p {font-family: 'Roboto',sans-serif;margin-bottom:13px;color:#373737;line-height:1.8;font-size:17px;font-weight:600;}
a {color: #551f66 !important;text-decoration:none;font-weight: 600;}
a:hover { text-decoration:underline; }
a img { -webkit-transition: all 500ms; transition: all 500ms;  }
h1 a { font-family: 'sansation',sans-serif;color:#003056; display:block; background-size:contain !important; width:200px !important; height:120px !important; }
input[type="text"], input[type="search"], input[type="radio"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], select, textarea {
    border:1px solid #ddd !important;
    background:#fff !important;
    color: #777 !important;
    padding: 12px 15px !important;
    width: 100% !important;
    margin:5px auto !important;
    display: inline-block !important;
    font-size:16px !important;
    font-family:inherit !important;
    box-sizing: border-box !important;
    border-radius: 2px !important;
}
input[type="submit"] {
	cursor:pointer !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	appearance:none !important;
	background: #551f66 !important;
	border:none !important;
	color:#fff !important;
	-webkit-transition: all 300ms !important;
	transition: all 300ms !important;
	font-weight: 400 !important;
	width: 100% !important;
	margin-bottom:0 !important;
	text-shadow: none !important;
	height: 50px !important;
	margin-top: 10px !important;
} 
input[type="submit"]:hover:hover { 
	background:#003056 !important;
	color:#fff !important;
}
.login form { padding:40px !important; }