* {
    user-select: none;
    -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}

body,
html {
    height: 100%;
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
    background: #1779ED;
    background: -moz-linear-gradient(top, #1779ED 0%, #06A0FA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1779ED), color-stop(100%, #06A0FA));
    background: -webkit-linear-gradient(top, #1779ED 0%, #06A0FA 100%);
    background: -o-linear-gradient(top, #1779ED 0%, #06A0FA 100%);
    background: -ms-linear-gradient(top, #1779ED 0%, #06A0FA 100%);
    background: linear-gradient(to bottom, #1779ED 0%, #06A0FA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1779ED', endColorstr='#06A0FA', GradientType=0);
}

#logo {
    width: 300px;
    height: 149px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
}