body {
	padding: 0;
	margin: 0;
}

.newindex__pagebg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1863c9+1,e31b3c+99 */
background: #1863c9; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1863c9 1%, #e31b3c 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #1863c9 1%,#e31b3c 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #1863c9 1%,#e31b3c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1863c9', endColorstr='#e31b3c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   height: 100vh;
   text-align: center;
   position: relative;
}
.newindex__logo {
	position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}