@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

html,
body {
    height: 100%;
    background: linear-gradient(98.43deg, #0048A8 8.56%, #56CCF2 104.74%);
}

body {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: rgba(255, 255, 255, 0.8);
}

img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.logoIcon {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 0;
}
.logoIcon img {
    width: 100%;
    max-width: 60px;
}

.logo {
    width: 100%;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 0;
    padding: 0 50px;
}
.logo img {
    max-height: 120px;
    max-width: 100%;
    display: inline-block;
    margin-top: -60px;
}

.copyright {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 32px;
    left: 0;
}
.copyright p {
    margin: 0;
}
