
/** sign-section **/
.loginbody{
  overflow: hidden;
}

.banner-style-five .content-box {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.banner-style-five .left-column {
    height: 100vh;
}
.banner-style-five .right-column{
  overflow: auto;
}
.signupside{
      padding-bottom: 50px;
}
.social-links{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
/*  */
.logintxt{
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 35px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.sign-section{
  position: relative;
}

.sign-section .form-inner{
  position: relative;
  display: block;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  /* background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 29px 30px 32px 30px; */
}

.sign-section .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.sign-section .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 4px;
}

.sign-section .form-inner .form-group input[type='text'],
.sign-section .form-inner .form-group input[type='email'],
.sign-section .form-inner .form-group input[type='password']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--theme-color) ;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--title-color);
  transition: all 500ms ease;
  background: #fff;
}
.sign-section .form-inner .form-group select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--theme-color) ;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--title-color);
  transition: all 500ms ease;
  background-color: #fff;
}
.sign-section .form-inner .form-group input:focus{
border: 1px solid var(--secondary-color)!important;
}
.sign-section .form-inner .form-group select:focus{
border: 1px solid var(--secondary-color)!important;
box-shadow: none;
}

.sign-section .form-inner .form-group .theme-btn{
  width: 100%;
  margin-top: 8px;
}

.sign-section .form-inner .form-group .theme-btn span{
  background: var(--title-color);
}
  .radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .radio-wrapper {
    position: relative;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid var(--theme-color);
    transition: all 0.3s ease;
  }

  .radio-wrapper:hover {
    border-color: var(--secondary-color);
    box-shadow: 0 4px 10px rgba(136, 196, 64, 0.2);
  }

  /* Hide default radio */
  .radio-wrapper input[type="radio"] {
    display: none;
  }

  /* Custom circle */
  .custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #aaa;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
  }

  /* Inner filled dot */
  .custom-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--theme-color);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease;
  }

  /* Checked state */
  .radio-wrapper input[type="radio"]:checked + .custom-radio {
    border-color: var(--theme-color);
  }

  .radio-wrapper input[type="radio"]:checked + .custom-radio::after {
    transform: translate(-50%, -50%) scale(1);
  }

  /* Label text */
  .radio-label {
    font-weight: 500;
    color: #333;
  }
.sign-section .form-inner .text{
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 22px;
  text-transform: capitalize;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sign-section .form-inner .text::before{
      content: "";
  border-bottom: 1px solid #ddd;
    flex: 1 0 auto;
    height: .5em;
    margin: 0;
}
.sign-section .form-inner .text::after{
      content: "";
  border-bottom: 1px solid #ddd;
    flex: 1 0 auto;
    height: .5em;
    margin: 0;
}
.sign-section .form-inner .social-links li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.check-box label:before{
  background-color: #fff;
}
.sign-section .form-inner .social-links li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: var(--title-color);
    text-align: center;
    border: 1px solid rgba(237, 240, 230, 1);
    border-radius: 50px;
    padding: 9px 20px;
    background-color: #fff;
}

.sign-section .form-inner .social-links li a:hover{
  
}

.sign-section .form-inner .social-links li a img{
  position: relative;
  margin-right: 12px;
  top: -2px;
}

.sign-section .form-inner .other-option{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}

.sign-section .form-inner .other-option .check-box label{
  font-size: 16px;
}

.sign-section .form-inner .other-option .forgot-password{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.sign-section .form-inner .other-option .forgot-password:hover {
    color: #54a940;
    font-weight: 500;
}

.sign-section .form-inner .lower-text p{
  color: var(--title-color);
}

.sign-section .form-inner .lower-text p a{
  display: inline-block;
  font-weight: 500;
  color: var(--theme-color-2);
}

.sign-section .form-inner .lower-text p a:hover{
  text-decoration: underline;
}

.sign-section .check-box-two label:before{
  top: 8px;
}

.sign-section .sec-title h2{
  font-size: 48px;
  line-height: 56px;
}

.sign-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: -300px;
  width: 100%;
  height: 1499px;
  background-repeat: no-repeat;
  background-position: center;
}
/* .logosec{
  text-align: center;
} */
.logosec img{
  height: 80px;
  margin-bottom: 20px;
  /* margin-top: 50px; */
}
/** rtl-css **/

.rtl .sign-section .form-inner .social-links li a img{
  margin-right: 0px;
  margin-left: 12px;
}
.banner-style-five .content-box h2 {
    font-size: 40px;
}
/** responsive-css **/

@media only screen and (max-width: 1200px){

}
@media (min-width:769px) and (max-width: 1024px){
.loginbody{
  overflow-y: auto;
}
.banner-style-five .left-column{
  height: auto;
}
  .banner-section .content-box h2{
    font-size: 30px;
    line-height: 50px;
  }

  .banner-section{
    padding: 200px 0px;
  }

  .banner-style-two .outer-container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-style-two .bg-layer{
    display: none;
  }

  .banner-style-two{
    padding: 100px 0px;
  }

  .banner-style-three{
    padding: 100px 0px 100px 0px;
  }

  .banner-style-three .shape{
    display: none;
  }

  .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-carousel .slide-item{
    padding: 90px 0px;
  }

  .banner-style-four .shape-box{
    display: none;
  }

  .banner-carousel .owl-dots{
    display: none !important;
  }

  .banner-style-five .left-column,
  .banner-style-five .right-column{
    position: relative;
    width: 100%;
  }

  .banner-style-five .bg-layer{
    clip-path: inherit !important;
  }

  .banner-style-five .content-box{
    padding: 90px 30px 100px 30px;
  }

  .banner-style-five .content-box h2{
    font-size: 30px;
    line-height: 50px;
  }
}
@media(max-width: 991px){
.loginbody{
  overflow-y: auto;
}
.banner-style-five .left-column{
  height: auto;
}
  .banner-section .content-box h2{
    font-size: 30px;
    line-height: 50px;
  }

  .banner-section{
    padding: 200px 0px;
  }

  .banner-style-two .outer-container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-style-two .bg-layer{
    display: none;
  }

  .banner-style-two{
    padding: 100px 0px;
  }

  .banner-style-three{
    padding: 100px 0px 100px 0px;
  }

  .banner-style-three .shape{
    display: none;
  }

  .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-carousel .slide-item{
    padding: 90px 0px;
  }

  .banner-style-four .shape-box{
    display: none;
  }

  .banner-carousel .owl-dots{
    display: none !important;
  }

  .banner-style-five .left-column,
  .banner-style-five .right-column{
    position: relative;
    width: 100%;
  }

  .banner-style-five .bg-layer{
    clip-path: inherit !important;
  }

  .banner-style-five .content-box{
    padding: 90px 30px 100px 30px;
  }

  .banner-style-five .content-box h2{
    font-size: 30px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px){
    .sign-section {
        padding: 28px;
    }
      .banner-style-five .content-box {
      padding: 50px 30px;
    }
    .logintxt {
    margin-top: 20px;
    margin-bottom: 50px;
}
.banner-style-five .content-box p {
    font-size: 18px;
    margin-bottom: 0;
}
.social-links {
    display: grid;
    grid-template-columns: 1fr;
}
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  /* .sign-section .form-inner .other-option{
    display: block;
  } */
}

