﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
button{
    outline:none;
}

.landing-page {
  display: flex;
  height: 100vh;
}

.left-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px 0;
  position: relative;
}

.right-image {
  width: 40%;
  background: #D7EEE4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ld-steps {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

  .ld-steps .steps-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    background: #EEF6FD;
    border-radius: 50%;
    padding: 20px 30px;
    text-align: center;
    gap: 10px;
    font-size: 14px;
    color: #0A1424;
    line-height: 1.2;
  }

.steps-box i img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.lg-md-section {
  text-align: center;
}

  .lg-md-section h4 {
    padding: 20px 0 40px 0;
    font-size: 20px;
    font-weight: 400;
    color: #0A1424;
  }

.s-btn {
  display: inline-block;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  background: #37B47E;
  color: #fff;
  min-width: 160px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  &:hover{
    background: #279364;
    color: #fff;
  }

}
.s-btn.full {
  width: 100%;
}
.s-btn.outline {
  background: none;
  border: 1px solid #37B47E;
  color: #37B47E;
  &:hover{
    background: #37B47E;
    color: #fff;
  }
}

.ld-btn-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.ld-btn-group .s-btn {
  min-width: 300px;
}

.left-top-bg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.ld-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666F7E;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  border-top: 1px solid #eee;
}

.ld-links {
  display: flex;
  align-content: center;
  gap: 20px;
}

.ld-links a {
  display: block;
  text-align: center;
  color: #666F7E;
  text-decoration: none;
  &:hover{
    color: #000;
  }
}

/**|Account Page css|**/

.account-page{
    display:flex;

}

.account-logo {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 16px;
  font-weight: 300;
}

  .account-logo a{
      text-decoration:underline;
  }

  .account-page .left-ac {
    width: 40%;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 0;
  }

.left-ac img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-page .right-ac {
  flex: 1;
  padding: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-form {
  min-width: 450px;
  padding: 0 15px;
}
.account-form h4 {
  font-weight: 400;
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
  color:#0A1424;
}
.account-form h4 b{
  color: #34941A;
}
.account-form .form-group label {
  font-size: 14px;
  font-weight: 400 !important;
  margin: 0;
  padding: 0 0 4px 0;
}
.account-form .form-group {
  margin-bottom: 0;
  margin-top: 16px;
}
.forgot-password {
  display: block;
  text-align: right;
  font-size: 14px;
  padding: 5px 0px;
  color: #666F7E;
}
.forgot-password a.link-style {
  color: #666F7E !important;
  &:hover
  {
    color: #000 !important;
  }
}


.signup-text {
  text-align: center;
  font-size: 16px;
  color: #666F7E;
  padding-top: 20px;
}
.link-style{
    color:#279364 !important;
    &:hover{
      color: #0A1424 !important;
    }
}
.signup-text a.link-style {
  text-decoration: underline;
}
.account-form h4 small {
  opacity: 0.7;
  font-weight: 300;
  display: block;
  padding-top: 10px;
}

.registerpage .account-form {
  min-width: 800px;
  padding: 0 15px;
}

.customertype{
    display:flex;
    align-items:center;
    gap:20px;
}
.registerpage  span.text-danger {
  font-size: 14px;
}
.registerpage .left-ac {
    width:30%;
}
.customertype label.form-check-label {
  cursor: pointer;
}


@media screen and (max-width:1024px) {
  .right-image, .account-page .left-ac {
    display: none;
  }

  .account-page .right-ac {
    flex: 1;
    padding: 70px 50px;
    }
  }

@media screen and (max-width:767px) {
  .logo-div {
    margin-top: 100px;
  }

  .right-image {
    display: none;
  }

  .landing-page {
    flex-direction: column;
    align-items: stretch;
  }

  .left-section {
    order: 1;
  }

  .ld-steps {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .steps-box, .arrow-icon {
    margin: 10px 0;
    display: flex;
    justify-content: center;
  }
  
  .ld-links {
    gap: 5px;
  }

  .ld-steps .arrow-icon {
    transform: rotate(90deg);
    margin: 0 auto;
  }

  .lg-md-section h4 {
    padding: 20px 30px;
    font-size: 16px;
  }

  .ld-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align:center;
  }

  .ld-links {
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    justify-content: center;
  }

  .ld-btn-group {
    margin-bottom: 36%;
  }

  /*.left-top-bg {
    display: none;
  }*/

  .account-page .right-ac {
    flex: 1;
    padding: 50px 0;
    flex-direction: column;
  }

  .account-logo {
    position: relative;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
  }

  .account-form {
    min-width: 100%;
    padding: 0 25px;
  }

  .registerpage .account-logo {
      display:none;
  }

  .registerpage .account-form {
    min-width: 100%;
    padding: 0 15px;
  }  
}