footer {
    position: relative;
    width: 100%;
    margin: 0 auto 35px;
    letter-spacing: 1px;
    font-size: 11px;
    color: #9fa2a6;
    text-align: center;
    display: block;
    padding: 30px 0;
    line-height: 20px;
    background: #f0eef1;
}

footer .copyright a {
    color: #000000;
}

.acoount_block .account_box .field_box .line.code .inputbox {
    width: 100%;
}

.form-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.form-button .link_button {
    margin: 0 !important;
    width: 145px;
}

.acoount_block .account_box .field_box .line .tip,
.acoount_block .account_box .field_box .tip {
    padding: 0;
}

.d-flex {
    display: flex !important;
}

.d-flex > div {
    flex: 1;
}

.justify-content-around {
    justify-content: space-around !important;
}

.img-fill-height {
    height: 37px;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.select_box {
    background-image: none;
}
