#banner-wrapper {
    position: relative;
}

#banner {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #2d3748;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.tilted_shadow {
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    transform: rotate(-1.34deg);
}

#guy {
    position: absolute;
    bottom:0;
    left: 0;
}

#girl {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
}

input.error {
    border-color: rgb(220, 38, 38) !important;
    color: rgb(220, 38, 38) !important;
}

.rank{
    width: 30px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EE463D;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
