
/** General page styling **/



.full-index {
width: 100%;
min-height: 100%;
height: 100vh;
padding: 0!important;
margin: 0!important;
position: relative;
}


.full-index-logo {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
text-align: center;
width: 100%;
}
.full-index-logo img {

}