

.img-logo {
    width: 100%;
}
@media only screen and (min-width: 961px) {
    .img-logo {
        width: 150% !important;
    }
}

@media only screen and (max-width: 960px) {
    .game-slot {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media only screen and (max-width: 680px) {
    .game-slot {
        grid-template-columns: 1fr !important;
    }
}

.input-04 {
    background: #e8ecef !important;
    color: #000 !important;
}



.registerbtn {
	background: #28a745;
    color: #fff;
}

.ft-cc {
    background: rgba(1,68,59,1)!important;
    color: #fff;
}

.label-02 {
	color: #dc3545;
}

.deposit-bank-box {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    display: grid;
	background: #e9ecef;
}

button.btn-apply {
	background: #dc3545;
}

.btn-user1 {
	color: rgba(0,0,0,1);
	background: #e5f539;
}

.ms-tx3 {
    font-size: 1.0rem;
}

.row-form {
    align-items: baseline;
}