html,body{font-family: "Geist", sans-serif;}
.container1{width:100%;max-width:100%;}
.container2{width:90%;max-width:90%;}
.container3{width:64%;max-width:64%;}
.bg-lft1{ background: url(images/left-img.webp) no-repeat 100% 0px; background-size: cover; }
.hgt1{ height: 100vh;}
.login-wrap{ width: 500px;padding:50px 30px;}
.col-rgt{ display: flex; justify-content: center; align-items: center;}
.img1{ width: 200px; margin-bottom: 15px; display: block;}
.text1{ font-size: 28px; line-height: 35px; color: #8d498d; font-weight: 500; margin-bottom: 15px; width:350px;}
.text2{font-size: 16px; line-height: 22px; color: #000; font-weight: 400;margin-bottom: 15px;width: 355px;}
.form-control{font-size: 16px; line-height: 22px; color:#000;
    width:400px; height:50px; padding: 0px 10px; border: 1px solid #d1d1d1; border-radius: 0px;margin-bottom: 30px; }
input::placeholder {color:rgba(0,0,0,0.5);}   
.btn-sbmt{ font-size: 16px; color:#fff; font-weight: 500; background: #8d498d;border:1px solid #8d498d;border-radius: 0px;padding: 10px 30px; transition: all 0.5s ease;}
.btn-sbmt:hover{ background: #fff; border:1px solid #8d498d; color:#8d498d;}
.form-control:focus{ box-shadow: none;border: 1px solid #d1d1d1;}
.show-tab{ display: none;}
.header{ border-bottom: 3px solid #f4eef4; padding: 10px 0px;}
.logo-wrap span:first-child{display: inline-block;border-right: 1px solid #e3e3e3;}
.logo-wrap span img{display: inline-block;width: 175px;padding-right:20px;vertical-align: middle;}
.logo-wrap span:nth-child(2){padding-left:20px;font-size: 16px; line-height: 20px;font-weight: 500; color:rgba(0,0,0,0.5);}
.text3{ font-size: 16px; line-height: 20px; font-weight: 500; color:#737373; margin-bottom: 0px;}
.text4{color:#a9458f;}
.d-flx{display: flex; align-items: center; justify-content: end;height: 100%;}
.pdg-rgt{ padding-right: 15px;}
.pdg-lft{ padding-left: 15px;}

.text5{font-size: 16px; line-height: 40px; font-weight: 500; color:#aa4891; display: inline-block; border-bottom: 2px solid #aa4891; margin: 0px; }
.text6{ font-size: 24px; line-height: 30px; font-weight: 500; color:#8d498d; margin-bottom: 0px;  }
.text7{font-size: 16px; line-height: 40px; font-weight: 400; color:#000;margin-bottom: 30px; text-decoration: none; display: inline-block;}


.brdr-btm1{ border-bottom: 1px solid #999999;margin-top: -1px;margin-bottom: 30px;   }
.sec-1{ padding: 50px 0px;}




@media (max-width:992px){  
.bg-lft1{ display: none;}
.show-tab{ display: block;}
.text1{ margin: 0 auto  15px auto; }
 .login-wrap{ margin: 0 auto;  text-align: center;}
 .form-control{ width: 100%;}
 .col-rgt{ display: block;}
 .text2{width: auto;}
 .img1{ margin: 0 auto 15px auto;}
 .hgt1{ height: auto;}
 .d-flx{ justify-content: start; align-items: flex-start;margin: 15px 0px 0px 0px; }
  .container2,.container3{ width: 95%; max-width: 95%;}
 .text6{ font-size: 20px;line-height: 25px;}
 .text7{ font-size: 16px; line-height: 24px;}
 .sec-1 {padding: 30px 0px;}
}



@media (max-width:575px){ 
.login-wrap{ width:100%;}
.text1{  width:auto;}
}