.game-access__wrapper form{
    justify-content: flex-start !important;
}
.game-access__wrapper .form-group{
    margin-right: 28px;
}
.game-access__wrapper button{
    margin-left: auto;
}
.money-drop-winner-col p{
    color: #A3A3BC;
    max-width: 303px;
    margin: 0 auto;
}
.money-drop__countdown{
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    margin-bottom: 15px;
}
.winner-col__crown {
    margin-bottom: 10px;
}
.winner-col__crown p{
    margin-top: 9px;
    font-size: 18px;
}
.game-col__winner-list{
    margin-top: 20px;
}
.game-col__winner-list ul li{
    font-size: 15px;
    margin-bottom: 15px;
}
.winner-col__crown svg path{
    fill: #FFBB38;
}
@media(max-width: 767px){
    .game-access__wrapper .form-group{
        margin-right: 0;
    }
    .game-access__wrapper form .form-group:last-of-type{
        margin-bottom: 10px;
    }
    .game-access__wrapper form{
        justify-content: space-between !important;
    }
    .game-access__wrapper button{
        margin: 0 auto;
    }
}