.bg-gradient1 {
    /* background-image: url(../new-asset/img/bg001.png?4);
    background-size: contain;
    border: solid 2px #e3e1e4; */
    /* background: rgb(230, 230, 230);
    background: linear-gradient(0deg, rgb(221, 7, 7) 0%, rgba(77, 72, 72, 0.2) 100%); */
    /* border-radius: 15px; */
    /* background-size: cover; */
    background: linear-gradient(90deg, rgba(209, 222, 237, 1) 0%, rgba(248, 250, 252, 1) 100%);
}

#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;
    padding-right: 15px;

}


.modal-head-color {
    background: #022938;
}


.modal-head-color {
    background: rgb(5,40,27);
background: linear-gradient(0deg, rgba(5,40,27,1) 0%, rgba(5,40,27,1) 100%);
}

.modal-body-color {
    background: linear-gradient(90deg, rgba(209, 222, 237, 1) 0%, rgba(248, 250, 252, 1) 100%);
}

.bg-gradient1 {
    height: 100%;
}

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

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


.regis-form {
   min-height: 300px;
}


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

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

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

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



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

.input-login {
    font-size: 23px;
    color: #022938;
}

.form-icon-left{
    position: relative;
}

.form-icon-left .form-control{
    padding-left: 40px;
}

.field-icon-left {
    margin-left: 10px;
    position: relative;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 11px;
}


.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -27px;
    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: #333 !important;
}

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

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

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

.x-reset-pw-text-container a u {
    color: #c0272d;
    text-decoration: unset !important;
}


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


@media screen and (max-width: 480px) {
    .js-login-form {
        width: 85%;
        display: inline-block;
    }
}

