.form-control:focus {
    background-color: rgba(9, 35, 49, 1) !important;
}

.field-icon {
    float: right;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.form-bg {
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(44, 68, 78, 1) !important;
}

.lh-24 {
    line-height: 24px !important;
}

#message-change-checkpass {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 4px 0 0;
    color: #cdcdcd;
    display: block;
    width: 100%;
    left: 0;
    text-align: left;
}

#message-change-checkpass-new {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 4px 0 0;
    color: #cdcdcd;
    display: block;
    width: 100%;
    left: 0;
    text-align: left;
}

#message-pass-code {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 4px 0 0;
    color: #cdcdcd;
    display: block;
    width: 100%;
    left: 0;
    text-align: left;
}

.modal {
    max-width: 100vw;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    font-size: 16px !important;
}

@media (max-width: 992px) {
    .custom-rps {
        width: 70% !important;
    }

    .custom-rps-form {
        width: 100% !important;
    }

    .bg-kingbet-all {
        height: 100vh;
    }
}

@media (max-width: 576px) {
    .custom-rps {
        width: 100% !important;
    }
}