@charset "utf-8";

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 100%;
    z-index: 0;
    background: #d5d5d5;
    overflow-y: scroll;
}

body {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

.wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 450px;
    height: 300px;
    background: url('/img/logo.svg') no-repeat center;
    background-size: 100%;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}