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: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */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: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;} 

body, html {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
}

body {
  background: url(background.jpg);
  background-size: cover;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

#logo {
  text-align: center;
  padding-top: 50px;
}

.btn {
    margin-top: 50px;
    
    padding: 30px 40px;
    border-color: #000000;
    border-width: 0px;
    border-radius: 6px;
    background: #1fc1fe;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5), inset 0px 0px 0px 1px rgba(0,173,239,0.5);

    text-align: center;
    text-decoration: none;
    position: relative!important;
    display: inline-block!important;
    border-style: solid;   
    
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    text-shadow: #00adef 0px 1px 0px;
    line-height: 38px;
    
    text-transform: uppercase;
}

.btn:hover {
    background: #54d0ff;
}   