@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@400;500;600;700&display=swap');
body {
    font-family: 'Be Vietnam', sans-serif;
    color: #000;
    background:#F5EDE6;
    font-weight: 500;
    font-size: 1rem;
}

img{
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
}
a, a:hover {color:#AD926C}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

}

/*---------- Global Style closed ----------------*/


/*---------- Loader Style ----------------*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgba(255,255,255,0.97);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader_div {
    border: 6px solid #ffebea;
    border-radius: 50%;
    border-top: 6px solid #AD926C;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*---------- Loader Style closed ----------------*/


/*---------- Login Page Style ----------------*/
.logo{max-width:200px; padding:40px 0;}
a.logo_text {
    color: #272323;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 170px;
    justify-content: center;
    margin: 0 auto 0px;
}
a.logo_text span {
    background: #AD926C;
    line-height: 1;
    display: inline-block;
    padding: 3px 5px 3px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 10px;
}
.login_wrapper {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
    z-index: 9;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0px 0;
/*    background: #f7f6ff;*/
}
.login_wrapper .container-fluid {
    padding: 0;
}
.login_left_wrap{width:650px;}
.login_box_wrap{
    -ms-flex: calc(100% - 700px);
     flex: calc(100% - 700px);
     position: relative;
     padding:0 20px;
     overflow:hidden;
}


.login_box_wrap:before {
    content: "";
    background: url(../images/circlebg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 26%;
    right: 141px;
    height: 550px;
    width: 550px;
    z-index:0;
    transform: translateY(-50%);
    opacity: 0.2;
    background-position: center;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



.login_left {
    height: 100%;
    position: relative;
    padding:20px;
}
/*.login_left:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
}*/
.login_left img {
    height: 100%;
  /*  object-fit: cover;*/
    width: 100%;
}
.login_left_img {
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top:-150px;
}

.login_img_caption .marqwrap h2 {
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 15px;
    letter-spacing: 3px;
    margin:0px;
    padding-bottom: 0;
    color:#AD926C;
}

.marqwrap {
    position: absolute;
    right: 31px;
    width: 298px;
    top: 49%;
    background: rgb(33 33 33 / 62%);
    padding: 0 15px 10px 10px;
 
}


.marqtext {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;

}

.marq {
    height: 90px;
    overflow: hidden;
    margin-top: 15px;
}


.login_box {
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
    position: relative;
}
.login_wrapper .col-pad-0 {
    padding: 0;
}
.login_wrapper .login_form .login_form_inner p {
    font-weight:500;
    font-size: 1rem;
    margin-bottom:30px;
}

.login_wrapper .login_form .login_form_inner p a {
    margin-left: 3px;
    color: #403838;
}
.login_wrapper .login_form .login_form_inner {
    padding: 30px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;   
    overflow: hidden;
}
.login_wrapper .btn-outline {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #AD926C;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    border:2px solid #fff;
    transition: all ease 0.4s;
}
.login_wrapper .none-2 {
    display: none;
}
.login_wrapper .btn-outline:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
.login_wrapper .login_form h3 {
    margin: 0 ;
    font-size:1.5rem;
    font-weight: 600;
    position: relative;
    padding: 0 0 10px;
}

.login_wrapper .login_form h3 span {
    color: #AD926C;
}

.login_wrapper .login_form .form-group {
    margin-bottom: 20px;
}
.login_wrapper .login_form .input-text {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 52px;
    border-radius:7px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    font-weight: 500;
}
.login_wrapper .login_form .input-text:focus{border-color:#ad926c; border-width:1px;}
#show_hide_password{position:relative;}
.password_icon{position: absolute;
    right: 14px;
    margin-top: 32px;
    font-size: 20px;
    z-index: 1;
    color:#000;
}
.password_icon svg.active{ color:#AD926C;}
select.form-control:not([size]):not([multiple]) {
    height: 53px;
}
.login_wrapper .login_form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 52px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
    border:none;
 
}
.social-list li {
    display: inline-block;
    font-size: 16px;
}
.social-list {
    margin: 10px 0;
    padding: 0;
}
.social-list li a {
    display: block;
    background: rgba(0,0,0,0.07);
    border-radius: 20px;
    display: inline-block;
    margin: 0;
    width: 105px;
    height: 32px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 32px;
    transition: all ease 0.4s;
    padding: 0 5px;
    text-decoration: none;

    font-weight: 600;
    letter-spacing: 0.02rem;
}
.social-list li a:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.social-list li .s_facebook {
    background: #4867aa;
}
.social-list li .s_twitter {
    background: #33CCFF;
}   
.social-list li .s_google {
    background: #db4437;
}
.login_wrapper .login_form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}
.login_wrapper .login_form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}
.login_wrapper .login_form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}
.login_wrapper .login_form .btn-theme {
    background: #AD926C;
    border: none;
    color: #fff;
    border-radius:7px;
    box-shadow: 0 8px 16px 0 rgb(173 146 108 / 24%);

}
.login_wrapper .login_form .btn-theme:hover {
    background: #AD926C;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.
.login_wrapper .login_form .terms{
    margin-left: 3px;
}
.login_wrapper .login_form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}
.login_wrapper .login_form .form-check{
    float: left;
    margin-bottom: 0;
}
.login_wrapper .login_form .form-check a {
    color: #717171;
    float: right;
}
.login_wrapper .login_form .form-check-input {
    position: absolute;
    margin-left: 0;
    opacity: 0;
}
.login_wrapper .login_form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border:2px solid #000;
    border-radius: 3px;
    top: 4px;
}
.login_wrapper .login_form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #403838;
    font-weight:600;

}
.login_wrapper .login_form input[type="checkbox"]:checked + label::before {
    background-color: #AD926C;
    border-color: #AD926C;


}
.login_wrapper .login_form input[type=checkbox]:checked + label:before {
    font-weight: normal;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 10px;
    content: "\f00c";
    font-family: fontAwesome;

}
.login_wrapper .login_form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}
.login_wrapper .login_form .checkbox a {
    font-size: 16px;
    color:#AD926C;
    float: right;
    font-weight:600;
}
.or_text {
    position: relative;
    margin: 20px 0;
}
.or_text:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ddd;
}
.or_text span{
    padding: 0 15px;
    display: inline-block;
    background:#f7f6ff;
    position: relative;
    z-index: 1;
}
.login_img_caption {
    position: relative;
    z-index: 1;
    color: #fff;
/*    padding:20px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background:#000;
/*    margin:20px;*/
    border-radius:20px;
}
.login_wrapper >.row{
    width: 100%;
}
.login_img_caption h2 {
    font-weight: 600;
    font-size: 2rem;
    margin: 0 30px 20px 30px;
    padding-bottom: 15px;
    position: relative;
}
.login_img_caption h2 span{display: block;color:#AD926C;}
.headtxt{position: absolute;right:30px; top:30px; z-index:1;}
.headtxt a{font-weight:bold;}
.register_inner form{
    border: solid 1px rgba(145, 158, 171, 0.24);
    padding: 20px;
    border-radius: 12px;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.07);
}

.clickbtn {
    background: #9c8452;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border: none;
    margin-left: 10px;
    display:inline-block;
}
.clickbtn:hover{color:#fff}
.btnnew{display:flex; align-items: center; line-height:0;}
.btn-md svg{width:24px; margin-right:5px;}
.btn-theme.btnnew svg{fill:#fff;}
form .btn-md{background:rgb(223, 227, 232); box-shadow: rgb(145 158 171 / 24%) 0px 8px 16px 0px;}
form .btn-md:hover{background:rgb(196, 205, 213); box-shadow: none}




-----------------------------------------------------------------------*/
.login_box_wrap.register .login_box{max-width: 1100px}
.cardlink {
    background: #AD926C;
    display: block;
    padding: 30px;
    border-radius: 15px;
    font-size:1.25rem;
    height:100%;
}
.cardlink span {
    display:flex; 
    padding-top: 10px; 
    min-height: 100px; 
    color:#fff; 
    text-align: center; 
    font-weight: 600;
    line-height: 26px;
    align-items: center;
    justify-content: center;
}



/** Forgot **/

.head_reset{top: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 24px;
    background: #000;
    align-items: center;
    justify-content: space-between;  font-size: 2rem;}
.head_reset h2{color:#fff; font-weight: 600;}
.text-right{color:#ad926c; font-weight: 600; }
.btn-md.btn-back{color:#AD926C; background:none!important; box-shadow:none;  margin-top:10px;}
.btn-md.btn-back:hover{background:rgba(173, 146, 108, 0.08)!important;}


/** Register**/
.login_box_wrap.register .login_box{max-width: 900px;}

/**feedback**/

.login_box.feedback-form{max-width:1200px;}
.quest-wrap{background: #fffbf8; padding:20px 30px; border-radius:6px; margin-bottom:15px;}
.star-rating {
    direction: rtl;
    display: inline-block;
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #ad926c;
}
.filewrap{width: 100%;
    background: #efe6d8;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    border: 1px solid #c5bfb6;}
.filewrap span.textwrap{    width: calc(100% - 150px); display: block;}
button.btn-primary.btn-download{background: #AD926C!important; border-radius: 9px; line-height: 34px;    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-left: auto;
    margin-top: 30px;
    border:none;
    margin: 0!important;
}

button.btn-primary.btn-download svg {
    fill: #fff;
    width: 34px;
}

/************
 */

.hgt-foot{padding-bottom:100px;}
.wrapper{min-height: calc(100vh - 50px);}
.footer-text{ padding:10px; transition:all ease 1s; text-align:center;}
.footer-text a {color:#ad926c; }
.footer-text span {color: #006895;}
.footer-text:hover{transform: scale(1.1);}

footer.innerone {
    bottom:30px;
    position: absolute;
    left: 0;
    right: 0;
}




.login_wrapper.forgotwrap{min-height:auto!important}
.text-error{
  padding: 6px 20px;
    background: #ebdfd4;
    color: red;
    border-radius: 8px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ad926c;}


.steps-list {
    list-style: decimal;
    background: rgb(33 33 33 / 62%);
    padding: 10px 15px;
    margin: 0 25px;
    border-radius: 15px;
    min-height: calc(100vh - 436px);
    overflow-y: auto;
}
.steps-list li {
    display: flex;
    margin: 7px 0;
    line-height: 17px;
    font-size: 13px;
}
.steps-list li strong {
    font-weight: bold;
    min-width: 67px;
    display: inline-block;
    background: #ad926c3d;
    padding: 2px 10px;
    height: 23px;
    text-align: center;
    border-radius: 2px;
    align-items: center;
    margin-right: 10px;
    text-transform: uppercase;
    line-height: 16px;
}


.login_img_caption .step-heading h2{text-transform: uppercase;
    font-size: 15px;
    padding-top: 15px;
    letter-spacing: 3px;
    margin: 0px;
    padding-bottom: 0;
    color: #AD926C;}


/** Media Queries 
-----------------------------------------------------------------------*/

@media (max-width: 1440px) { 
    .logo img{ width: 130px!important;}
    .login_img_caption h2{margin: 0 30px 0px 30px;}
}


@media (max-width: 1400px) {

.login_left_wrap{width:530px; position:fixed; z-index:99999}
.login_wrapper .login_form .login_form_inner {
    padding: 30px 0px;}

.login_left_wrap{
    position: fixed;
    height: 100%;
}

.login_box_wrap {
    -ms-flex: calc(100%);
    flex: calc(100%);
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    padding-left: 540px;
}

.login_img_caption h2 {
    font-weight: 600;
    font-size: 1.6rem;
    margin: 0 30px 20px 30px;
    padding-bottom: 15px;
    position: relative;
}
.login_left_img{margin-top: -220px;}
.logo {
    max-width: 130px;
    padding: 40px 0 20px;
}
.footer-text {padding: 0; position:static;}

}
@media (max-width: 1368px) { 
    .logo img{ width: 100px!important;}
     .steps-list li { line-height: 13px; font-size: 10px;}
        .login_img_caption h2 {
        font-size: 1.1rem;
        margin: 0 30px 10px 30px;
        padding-bottom: 0;
    }

    .login_img_caption .step-heading h2 {
    font-size: 13px;
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 0;
}
.dark-sidebar .main-sidebar .sidebar-brand img {
    width: 50%;
}
}

@media (max-width: 1024px) { 
    .cardlink {
    padding: 12px;
    font-size: 1rem;
    word-break: break-word;
}
.login_left_wrap {
    width: 470px;
    position: fixed;
}
.login_box_wrap {
    padding-left: 480px;
}
.login_box_wrap.formulae{padding-left:480px}
.logo {
    max-width: 130px;
    padding: 40px 0 20px;
}
.headtxt{font-size: 0.97rem;}
.marqtext { font-size: 13px;}
.marqwrap{width: 223px; top: 39%;}
.cardlink span{line-height: 20px;}
.cardlink{font-size: 0.9rem;}
.login_img_caption h2, .head_reset, .head_reset h2{    font-size: 1.6rem;}
.login_wrapper .login_form h3{font-size: 1.3rem;}
.footer-text{font-size: 12px;}
.login_wrapper .login_form .login_form_inner p{ font-size: 0.8rem;}
}

@media (max-width: 1000px) { 
    .login_left_img{display:none }
    .login_left{height:auto;} 
    .login_wrapper{min-height:auto}
    .login_img_caption{height: auto;}
    .login_left_wrap{position:static; width:100%; height: auto;}
    .cardlink {
    padding: 12px;
    font-size: 1rem;
    word-break: break-word;
}

.login_box_wrap {
    -ms-flex: calc(100%);
    flex: calc(100%);
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    padding-left: 20px;
}
.login_box{max-width:100%}

}


@media (max-width: 991px) {
    .login_wrapper .pad-0{
        padding: 0;
    }
    .login_wrapper .login_box {
        margin: 0 auto;
    }
    .login_wrapper .login_form .login_form_inner {
        padding: 30px;
    }

    .head_reset{ flex-direction: column;}
    .quest-wrap{flex-flow:column;}
    footer.innerone{position:static;}
   .login_box_wrap.formulae { padding: 0 20px;}
}



@media (max-width: 920px) { 

.logo { max-width: 115px;padding: 20px 0;}
    .login_img_caption h2{text-align:center;}

    .login_wrapper .login_box {
        margin: 0 auto;
        max-width:100%;
        padding: 0px 0 30px 0;
    }
    
    .login_wrapper .login_form .login_form_inner{padding:0px}

    .headtxt { position: static;}

.login_left_wrap{width:100%!important}
.login_wrapper .row.no-gutters {
    flex-flow: column;
}

.login_left_img{display: none}
.marqwrap{display:none;}
}
@media (max-width: 768px) { 
/*.login_img_caption h2 {
    font-size: 32px;
}*/
.social-list li a {
    width: 75px;
    font-size: 0;
    margin: 0 1px;
}
.social-list li a i {
    font-size: 14px;
    line-height: 32px;
}
.login_form_inner .col-md-4 {
    margin-bottom: 20px;
}
.cardlink{text-align: center;     font-size: 1.3rem; min-height: 100px;}
.cardlink span{font-size: 1.3rem; min-height: auto; padding:20px 0}
.login_form_inner .col, .login_form_inner .col-9{display: block;
    max-width: 100%;
    clear: both;
    flex-basis: auto;}

    .cardlink img{max-width: 200px;}

    .select2-container { width: 100%!important; margin-bottom: 20px!important;}
    .filewrap span.textwrap{width: calc(100% - 65px); }
   .login_wrapper button.btn-primary.btn-download span{display:none;}
   .footer-text img {
    clear: both;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.footer-text a {
    color: #ad926c;
    font-size: 13px;
}
html, body { min-height: 100%; height: 100%;}

.login_wrapper .login_box{justify-content: start;height: 100%;}

.login_wrapper {
    min-height: 100%;

}
.login_box_wrap{    overflow:inherit;  height:100% }
.login_form{ height: 100%;}
.login_wrapper{ height: 100%;}
.login_wrapper .login_box{ }
.login_form {min-height: calc(100% - 262px);}
.login_box_wrap:before{height: 400px;  width: 400px; top: -37%;top: -37%;top: -37%;top: -37%;top: -37%;top: -37%;}

}
@media (max-width: 479px) { 
    .login_wrapper .login_form .login_form_inner {
        padding: 30px 20px;
    }
}




