.form-default {
    width: 80%;
    margin: 0 auto;
}

.form-default .input-form {
    margin-bottom: 20px;
    height: 80px;
}

.form-default .input-form label {
    display: block;
    margin-bottom: 10px;
}

.form-default .input-form input,
.form-default .input-form select {
    width: 98%;
    height: 42px;
    padding: 0 0 0 12px;
    color: #a99a7b;
    float: left;
    border: 0;
    outline: 0;
    background: #1d1d1d;
    border-radius: 5px;
}

.form-default .input-form label.error {
    text-align: right;
    color: #f7705a;
    font-size: 13px;
}

.form-default .input-form select {
    width: 100%;
}

.form-default .form-submit {
    text-align: center;
}

.form-default .submit {
    background: unset;
    border: unset;
    cursor: pointer;
    width: 30%;
    height: 90px;
}

.form-default .submit span {
    display: inline-block;
    width: 100%; /* Adjust to the size of your image */
    height: 100%;
}

.StaticMain .more-block p {
    text-align: center;
    margin-top: 20px;
}

.StaticMain .more-block p .page-link {
    color: #cb412a;
    text-decoration: none;
}

.StaticMain .NoticeBox a.change-info {
    text-decoration: unset;
    color: #ffda8f;
}
.change-info-block, .topup-block {
    margin-bottom: 40px;
}

.note-link {
    color: #ff3919 !important;
    text-decoration: none !important;
}

#captcha-image, .captcha-group .reload-btn {
    display: flex;
}

.captcha-group .img-captcha {
    padding: 0 10px 0 20px!important;
}

.captcha-group .img-captcha span {
    padding: 0 !important;
}

.captcha-group {
    display: flex;
    align-items: center;
    position: relative;
}

#captcha_input-error {
    position: absolute;
    right: 0;
    top: 42px;
}

.captcha-group .reload-btn img {
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.captcha-block {
    position: relative;
}

.input-captcha {
    width: 100%;
}

.modal-giftcode {
    color: #f7705a;
    font-weight: bold;
    margin-top: 10px;
}

.note-info {
    width: 80%;
    padding-bottom: 20px;
    margin: 30px auto 20px;
}
