body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: black;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.login-div {
    max-width: 430px;
    padding: 35px;
    border-radius: 15px;
    color: white;
    background: rgba(8,8,8,0.7);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    border-top-style: none;
}

.logo {
    background-image: url('quantikgatelogo.png');
    width: 426px;
    height: 267px;
    background-size: cover;
    background-color: #000000;
    border-top-color: #000000;
    background-position: center top;
    border-left-style: dotted;
    left: 155px;
}

.fund {
    font-size: 31px;
    font-family: 'Play', sans-serif;
    margin-top: 11px;
    padding-top: 0px;
}

.quantik {
    font-family: 'Play', sans-serif;
    font-size: 54px;
}

.bar {
}

.spinhal {
    font-family: 'Play', sans-serif;
    color: #4fbef0;
    text-transform: capitalize;
}

.row {
    margin-top: -13px;
}
