@charset "utf-8";body{margin:0;padding:0;width:100%}body *{-webkit-tap-highlight-color:rgba(0,0,0,0)}*{outline:none;outline-style:none;outline-width:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*:focus{outline:none}*:before,*:after{box-sizing:border-box;outline:none}.slide{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-image:linear-gradient(to bottom,rgba(0,0,0,0.8), rgba(0,0,0,0.65)), url(/assets/images/wallpaper.jpg);background-repeat:no-repeat;background-position:center;background-attachment:fixed;display:table;height:100vh;width:100%;}.slide .logo{width:128px}.slide .label{display:table-cell;vertical-align:middle;text-align:center;color:#FFF;height:100%;width:100%;}.slide .box{padding:20px 0;border: 1px solid #CECECE;width:500px;margin:0 auto}.slide .label label{font-family:'Roboto';font-size:3rem;font-weight:100;text-transform:uppercase;display:block}.slide .label strong{font-family:'Roboto';font-size:1.3rem;font-weight:400;display:block}@media screen and (max-width:480px){.slide .box{width:98%}.slide .logo{width:25%}.slide .label label{font-size:2.5rem}.slide .label strong{font-size:1rem}}