body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.log-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.total-login-wd {
    max-width: 900px;
    height: 500px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}

.lft-pt-lgn {
    position: relative;
}

.login-bg-img {
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 500px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    overflow: hidden;
}

.login-bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(20, 7, 168, 0.3);
    height: 100%;
    width: 100%;
}

.cmpny-logo {
    width: 80px;
    height: auto;
}

.cmpny-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.log-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 500px;
    flex-direction: column;
}

.log-page .log-in-form {
    width: 75%;
}

.log-in-form .frm-rdus {
    border-radius: 25px;
    padding-left: 35px;
}

.log-in-form .add-num-frm {
    position: relative;
}

.log-in-form .add-num-frm:before {
    font-family: FontAwesome;
    top: 7px;
    left: 12px;
    height: 100px;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f095";
    position: absolute;
    z-index: 12;
    color: #697582;
}

.log-in-form .add-psswd-frm {
    position: relative;
}

.log-in-form .add-psswd-frm:before {
    font-family: FontAwesome;
    top: 7px;
    left: 12px;
    height: 100px;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f13e";
    position: absolute;
    z-index: 12;
    color: #697582;
}

.log-in-form .add-psswd-frm:after {
    font-family: FontAwesome;
    top: 7px;
    right: 12px;
    height: 100px;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f070";
    position: absolute;
    z-index: 12;
    color: #697582;
}

.log-btn .btn-blue {
    background-color: #6739b7;;
    width: 100%;
    color: #fff;
    border-radius: 25px;
    position: relative;
    border:1px solid #1A237E;
    
}
.log-btn .btn-blue:hover{ background-color: #fff; color:#6739b7; ; border:1px solid #1A237E;
transition: 0.5s;}

/*.log-btn .btn-blue:before {
    content: "";
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.5s;
    border-radius: 25px;
}

.log-btn .btn-blue:hover:before {
    width: 100%;
    color: #1A237E !important;
    background: #fff;
    font-weight: 600;
}*/

.log-page .frgt-pswd {
    display: flex;
    justify-content: end;
    opacity: 0.5;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0px;
    color: #6739b7;
}

.log-page .fr-lne-pd {
    margin: 0 auto;
    width: 140px;
}

.social-logo ul {
    list-style: none;
    text-align: center;
    padding: 20px 0px;
}

.social-logo ul li {
    margin: 0px 15px;
    display: inline-block;
    width: 30px;
    background-color: transparent;
    border: 2px solid #eee;
    border-radius: 50%;
    height: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.social-logo ul li a {
    color: blue;
    font-size: 12px;
    text-decoration: none;
}
.total-login-wd::before {
  width: 250px;
  height: 250px;
  background: #6739b7;;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -141px;
  left: -46px;
}

.total-login-wd::after {
  width: 250px;
  height: 250px;
  background: #6739b7;;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -141px;
  right: -37px;
}
/*---------responsive------*/
@media screen and (max-width:992px){
    .login-bg-img{ display: none; }
    .total-login-wd::before {
          width: 180px;
          height: 180px;
        }
        .total-login-wd::after {
          width: 180px;
          height: 180px;
        }

}
@media screen and (max-width: 480px){
    .social-logo ul li{margin: 0px 3px;}
    .log-in-form .frm-rdus {
    font-size: 11px;
}

}
/*---responsive-end----------------*/

/*----recharge-page------------------*/
.mobile-rchg .rcg-image{ width: 40px; height: auto; }
.mobile-rchg .rcg-image img{ width: 100%; height:auto; }
.mobile-rchg .rcg-part-st{max-width: 410px; min-height: 400px; padding: 10px 30px 30px 30px !important; background-color: #fff;
box-shadow: 0 0 10px #bfbfbf; border-radius: 15px;}
.mobile-rchg .top-hd h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 12px;
    color: #383072;
    
}
.mobile-rchg .top-hd{ margin-bottom: 20px; }
.mobile-rchg .rcg-radio{ display: flex; column-gap: 20px; }
.input-box{ position: relative; width: 100%;}
.input-box input{ width: 100%; padding: 10px; font-size:14px;/* border:1px solid #1d2b3a;*/  border-radius: 5px;
outline: none; color: #000; }
.input-box span{ position: absolute; left: 0; top: 0; padding: 12px 10px; pointer-events: none; 
font-size: 12px;  transition: 0.3s; }

.input-box input:valid ~ span,
.input-box input:focus ~ span
{
color: #000;
transform: translateX(10px) translateY(-7px);
font-size: 14px;
padding: 0 5px;
background: #fff;
}
.rcg-part-st #format{ width: 100%; padding: 12px; border-radius: 5px;
background: transparent; border:1px solid #ced4da; font-size: 14px; }
.rcg-part-st #circle{ width: 100%; padding: 12px; border-radius: 5px;
background: transparent; border:1px solid #ced4da; font-size: 14px; }
.mobile-rchg .amount-input{ position: relative; }
.mobile-rchg .pln-slt-ft{position: absolute; top: 10px; right: 10px;}
.mobile-rchg .procd-rcg{width: 100%; padding: 12px; border-radius: 5px;
background-color: #F57349; border: none; color: #fff; font-weight: 600;}


/*-DTH--------------*/


.select .dropdown {
 width: 100%;
 border-radius: 5px;
  border: 0.1em solid #c0cdd1;
}

.select a {
  display: block;
  padding: 0.5em;
  color: #000;
  text-decoration: none;
}
.select a:focus, a:hover {
  background: #ecf0f1;
}
.select a:active {
  background: #fbfcfc;
}

.select .fa {
  float: right;
}

/*List*/
.select ul {
  display: none;
  border-top: 0.1em solid #c0cdd1;
  list-style: none;
}

.select li {
  padding: 0.5em;
  cursor: pointer;
}
.select li:not(:first-child) {
  border-top: 0.1em dashed #dde4e6;
}

.select li:active {
  background: #fbfcfc;
}
.dropdown{ position: relative; }
.dropdown .js-dropdown-list{width: 100%;
    background-color: #ffffff;
    padding: 0px 0px 5px;
    max-height: 197px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 99;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px #bfbfbf;}
    .select li:hover{width: 100%; background: #e1e1e1;}
  /*.dth-img{ width: 40px; height: 40px; border-radius: 50%; }*/
    .form-part .dth-img img{ width: 22px;
    height: 22px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #c1c0c0;
    border-radius: 50%;
    object-fit: cover; }

    
     #inputContainer {
      display: none; /* Hide the input container initially */
      margin-top: 10px; /* Add some space between dropdown and input */
    }


/*----------signup-page-----------*/
.for-signup{ width: 100%; height: 100vh; position: relative;
 background-image: linear-gradient(to left, #6739b7, blue) }
.for-signup .sign-form-pt{ min-width: 400px; background: #fff; height: 500px; border-radius: 12px;
position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); padding: 10px 35px; text-align: center;}
.for-signup .for-checkbox-pt{ text-align: left; }
.for-signup .bdr-rdus{ border-radius: 25px; padding-left: 10x; }
.for-signup .user-details-ft .btn-fr-sgnup{background:#6739b7; border-radius: 25px; color: #fff; display: inline-block;
width: 100%; border:1px solid #6739b7; }
.for-signup .user-details-ft .btn-fr-sgnup:hover{ background: #fff; color:#6739b7;  }
.for-signup .sign-form-pt h3{ font-weight: 600px; color:#6739b7; font-size: 24px;}
.for-signup:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  top: 50px;
  left: 50px;
  animation-name: ball;
}
.for-signup:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  bottom: 50px;
  right: 50px;
  animation-name: ball;
}
.for-signup .sign-form-pt:hover:before {
  border-radius: 50%;
  background: red;
}
.for-signup .sign-form-pt:hover + .for-signup:before {
  background: red; /* Change the color as needed */
}


/*.ball{
  animation: some-animation 2s 2s infinite normal ease-in-out forwards;
}

@keyframes some-animation {
  0% {
    transform: translateX(0) translateY(0px);
  }
  25% {
    transform: translateX(150px);
  }
  50% {
    transform: translateX(150px) translateY(150px);
  }
  75% {
    transform: translateX(0px) translateY(150px) ;
  }
  100% {
    transform: translateX(0px) translateY(0px) ;
  }
}
*/

@media screen and (max-width: 400px) {
.for-signup .sign-form-pt{ min-width: 300px; }

}
/*---------signup-page-end----------------*/

/*style login*/


body{
  background-image: url(../images/login/bg1.png);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}

#paykasharea{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

#paykasharea .loginimg img{
  width: 50%;
  display: block;
  margin: 0 auto;
}

#paykasharea .bgwhite{
  background-color: #fff;
}

#paykasharea .paykashborderarea{
  border-radius: 10px;
}

#paykasharea .securelyconnectarea{
  border-radius: 10px;
}
#paykasharea .rightbgarea{
  background-image: url(../images/login/bg2.png);
  background-size: cover;
  background-position: center;
  padding:20px;
}

#paykasharea .rightbgarea{
  margin: 20px;
  border-radius: 10px;
}

#paykasharea .securelyconnectarea{
  background: rgb(255 255 255 / 18%);
    padding: 20px;
    position: relative;
}

#paykasharea .securelyconnectarea img{
  width: 100%;
}

#paykasharea .paykashbutton{
  background: #532e93;
  color:#fff;
}


#paykasharea .paykashbutton:hover{
  background: #532e93;
  color:#fff;
}

#paykasharea .formarea .emaillabel{
  color: #532e93;
}

.eye-look{ position: relative; }
 .eye-font-look{ position: absolute;
  top: 114px;
  right: 21px;
  z-index: 1;
  cursor: pointer;
  }




