.bg-gradient1 {
    background-image: url(../new-asset/img/bg.png?1);
    background-size: contain;
    border: solid 2px rgb(64, 25, 25);
}

#main_content {
    margin-bottom: 0px;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.region {
    text-align: right;
    margin-right: 15px;
}

.bg-gradient1 {
    height: 100%;
}

.form-control {
    line-height: 2.5;
}

.js-login-form {
    width: 70%;
    display: inline-block;
}

.css_border {
    border-radius: 25px;
    background-color: #1a191c;
    border: 1px solid #000811;
}

.css_border:focus {
    background-color: #160140;
}

.input-login-title {
    float: left;
    font-size: 16px;
}

.x-reset-pw-text-container {
    float: right;
    margin-top: 5px;
    color: #fff;
}

.x-reset-pw-text-container a {
    color: #fff;
}

.form-control {
    color: #fff !important;
}

.input-login {
    font-size: 25px;
    color: #d4b034;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -34px;
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.x-btn-login {
    width: 45%;
    display: inline-block;
}

.x-btn-register {
    width: 45%;
    display: inline-block;
}


/* @media screen and (max-width: 1240px) {
    .x-btn-login {
        width: 40%;
    }
    .x-btn-register {
        width: 40%;
    }
} */