.main-area {
  padding: 23px 0 140px;
  overflow: auto;
}
.main-area.no-padding {
  padding: 0;
}

.sec-login {
  position: relative;
  min-height: 663px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

/* Background section: top 70% */
.sec-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 465px; /* covers top 70% */
  background-image: url(../img/img/login_bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.login-extra {
  position: absolute;
  top: 0;
  height: 400px;
  width: 100%;
  z-index: 2;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extra-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10%;
}

.extra-text {
  z-index: 2;
  color: black; /* or black depending on background */
  max-width: 40%;
}

.extra-text h1{
  font-weight: 400;
  font-size: 34px;
  font-family: "mochiyp";
}

.extra-img {
  height: 148px;
  z-index: 1;
}


/* Login container: bottom 70% */
.sec-login .container.log {
  position: absolute;
  top: 55%; /* starts 30% from top */
  height: 300px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
  background: #F4F4F6;
  border-radius: 15% 15% 0 0;
}


.sec-login .login-wrapper {
  width: 90%;
  margin: auto;
}
.sec-login .login-wrapper .login-header {
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}
.sec-login .login-wrapper .login-header .content-wrapper a.logo img {
  max-width: 130px;
}
.sec-login .login-wrapper .login-header .content-wrapper h3 {
  font-size: 24px;
  line-height: 41px;
  margin: 20px 0 4px;
  font-family: "mochiy";
}
.sec-login .login-wrapper .login-header .content-wrapper p {
  margin-bottom: 0;
  font-size: 14px;
}
.sec-login .login-wrapper .login-header .login-key {
  position: absolute;
  right: -50px;
  bottom: 0;
}
.sec-login .login-wrapper .login-body .form {
  margin-bottom: 28px;
}
.sec-login .login-wrapper .login-body .form .form-group {
  margin-bottom: 12px;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 0 0 7px;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox input {
  width: 11px;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox label {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 0;
}
.sec-login .login-wrapper .login-body .form .form-group.checkbox label a {
  color: #0065FF;
  font-size: 10px;
  line-height: 18px;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper {
  background: #FFFFFF;
  backdrop-filter: blur(4px);
  border-radius: 10px;
  height: 50px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 12px;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper.active {
  border-radius: 10px 10px 0 0;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper .form-control {
  background: transparent;
  height: 47px;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  font-weight: 400;
}
.sec-login .login-wrapper .login-body .form .form-group .phone-wrapper .icon-wrapper {
  padding: 0 16px 0 0;
}
.sec-login .login-wrapper .login-body .why-login-wrapper {
  margin-bottom: 33px;
}
.sec-login .login-wrapper .login-body .why-login-wrapper img {
  width: 100%;
}
.sec-login .login-wrapper .login-body .btn-wrapper {
  text-align: center;
  padding: 0 16px;
}
.sec-login .login-wrapper .login-body .btn-wrapper .btn-style {
  min-width: 100%;
  margin-bottom: 9px;
}
.sec-login .login-wrapper .login-body .btn-wrapper .btn-style.disable {
  opacity: 0.7;
  pointer-events: none;
}
.sec-login .login-wrapper .login-body .btn-wrapper p {
  margin-bottom: 0;
}
.sec-login .login-wrapper .login-body .btn-wrapper p a {
  color: #0065FF;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-dropdown.phone-dropdown .select-dropdown__button {
  padding: 7px 12px 8px 10px;
  height: 46px;
  border-radius: 10px 0 0 10px;
  background: transparent;
}
.select-dropdown.phone-dropdown .select-dropdown__button span {
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  color: #000000;
}
.select-dropdown.phone-dropdown .select-dropdown__list {
  right: unset;
  left: -2px;
  width: 300px;
  background: rgba(251, 251, 255, 0.7);
  backdrop-filter: blur(4px);
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 0 0 10px 10px;
}
.select-dropdown.phone-dropdown .select-dropdown__list .select-dropdown__list-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
  padding: 16px 8px 15px;
  border-radius: 0;
}
.select-dropdown.phone-dropdown .select-dropdown__list .select-dropdown__list-item:not(:last-of-type) {
  border-bottom: 2px solid #ffffff;
}
.select-dropdown.phone-dropdown .select-dropdown__list .select-dropdown__list-item p {
  margin-bottom: 0;
}
.select-dropdown__button {
  padding: 7px 27px 8px 11px;
  background-color: #ffffff;
  color: #324D62;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  height: 36px;
  cursor: pointer;
  text-align: left;
}
.select-dropdown__button:focus {
  outline: none;
}
.select-dropdown__button .arrow {
  position: absolute;
  right: -5px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
}
.select-dropdown__button span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 100px 0 hsla(0, 0%, 46%, 0.15);
  font-weight: 400;
  max-height: 265px;
  overflow: auto;
  padding: 12px 10px;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .select-dropdown__list {
    left: unset;
  }
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  cursor: pointer;
  background: transparent;
  border-radius: 11px;
  color: #222;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  min-width: 200px;
  padding: 14px 15px 15px 16px;
  transition: all 0.3s ease-in-out;
}
.select-dropdown__list-item:hover {
  background: #f3f3f4;
}
.select-dropdown__list-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.select-dropdown__list-item input[type=radio] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid #0065FF;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.select-dropdown__list-item input[type=radio]:checked + .radio-label:before {
  background-color: #0065FF;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.select-dropdown__list-item input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #0065FF;
}
.select-dropdown__list-item input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #0065FF;
  border-color: #003380;
  background: #003380;
}
.select-dropdown__list-item input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.form .form-group {
  margin-bottom: 24px;
}
.form label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form label {
    margin-bottom: 5px;
  }
}
.form .form-control {
  border-radius: 8px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  height: 64px;
  padding: 8px 17px 8px;
  border: none;
  color: #546E7A;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .form .form-control {
    height: 55px;
  }
}
.form .form-control::placeholder {
  color: #546E7A;
}
.form .form-control:focus {
  box-shadow: none;
}
.form input[type=checkbox] {
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}

.btn-style:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 272px;
  height: 58px;
  padding: 6px 30px 6px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  background: #0065FF;
  border: 2px solid #0065FF;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #0065FF;
}
.btn-style.small {
  padding: 10px 15px 11px;
  height: 38px;
  font-size: 13px;
  line-height: 24px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #0065FF;
  color: #0065FF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn-style.colored-border {
  color: #0065FF;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #0065FF;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.pink {
  background: #E7EBF0;
  color: #ffffff;
  border-color: #E7EBF0;
}
.btn-style.pink:hover {
  background: transparent;
  color: #E7EBF0;
  border-color: #E7EBF0;
}

.login-footer {
  display: flex;
  justify-content: center;
  align-items: center; /* optional: for vertical alignment */
  margin-bottom: 40px;
}

.login-footer img{
  width: 40%;
}

.container-bottom {
  position: absolute;
  top: 45%;
  right: -3%;
  width: 100%;
  z-index: 50;
  text-align: right;
  padding: 20px;
}