*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Monrope', sans-serif;
}

body,html{
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

.main-container{
  display: flex;
  height: 100vh;
  width: 100vw;
}

.form-section{
  flex: 40;
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  justify-content: center;
  background-color: #ffffff;
}

.logo-box{
 margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-box a {
  text-decoration: none;
}
.logo-box img {
    max-height: 65px;
    object-fit: contain;
}

.text-welcome h1{
  font-size: 2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
}

.text-welcome h1 .green-text {
    color: #158841;
}

.text-welcome p{
  color: #6B6661;
  font-size: 0.95rem;
   margin-bottom: 32px;
}

.input-group{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.input-group label{
  font-size: 0.9rem;
  color:#4B5563 ;
  margin-bottom: 8px;
  font-weight: 500;
}

.input-wrapper{
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrapper img{
  position: absolute;
  left: 14px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.input-wrapper .input-icon-right{
  left: auto;
  right: 14px;
  cursor: pointer;
}
.input-wrapper input{
  width: 100%;
  padding: 14px 14px 14px 44px;
  border: 1px solid #D1D5DB ;
  border-radius: 8px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s;
}

.input-wrapper input:focus {
    border-color:  #158841; 
}

.radio-container{
  display: flex;
  gap: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.radio-item{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #4B5563;
}

.radio-item input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 1.5px solid #D1D5DB;
    border-radius: 6px; 
    outline: none;
    cursor: pointer;
    display: grid;
    place-content: center;
    transition: all 0.2s ease;
}
.radio-item input[type="radio"]:checked {
    background-color: #158841;
    border-color: #158841;
}

.radio-item input[type="radio"]::before{
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)
}
.radio-item input[type="radio"]:checked::before {
    transform: scale(1);
}

.forgot-password-box{
  text-align: right;
  margin-top: -12px;
  margin-bottom: 24px;
}

.forgot-password-box a{
  color: #1980E6;
  font-size: 0.85rem;
  text-decoration: none;
  font-weight: 500;
}
.forgot-password-box a:hover{
  text-decoration: underline;
}
.btn-submit{
  width: 100%;
  background-color:  #158841;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition:background-color 0.2s ;
}
.btn-submit:hover{
  background-color:  #106B33;
}

.divider{
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #9CA3AF;
  font-size: 0.9rem;
}
.divider::before, .divider::after{
  content: '';
  flex: 1;
  border-bottom: 1px solid #E5E7EB;
}

.divider:not(:empty)::before { margin-right: .75em; }
.divider:not(:empty)::after { margin-left: .75em; }

.btn-google{
  width: 100%;
  background-color:#ffffff ;
  color: #374151;
  border: 1px solid #D1D5DB ;
  padding: 14px;
  font-size: 0.95rem;
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:background-color 0.2s ;
  cursor: pointer;
  gap: 10px;
}
.btn-google:hover {
    background-color: #F9FAFB;
}
.btn-google img{
 width: 20px;
 height: 20px;  
}
.signup-text{
  text-align: center;
  margin-top: 30px;
  font-size: 0.9rem;
  color: #6B7280;
}
.signup-text a{
  color:  #158841;
  text-decoration: none;
  font-weight: 600;
}
.signup-text a:hover{
  text-decoration: underline;
}
.info-section{
  flex: 18;
  background-color: #EBF4EE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.5%;
  gap: 35px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.info-item img{
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.info-item p{
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.4;
  font-weight: 400;
}
.info-item p .icons-highlight{
  color:#158841;
  font-weight: 600
}
.info-divider{
  height: 1px;
  border: 0;
  background-color: #C2DCCC;
  width: 100%;
}
.image-section{
  flex: 42;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F4F6;
  overflow: hidden;
}

.image-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px){
  .info-section, .image-section {
        display: none; 
    }
    .form-section {
        flex: 100;
        padding: 0 10%;
    }
}

@media (max-width: 1024px) {
  body, html {
    overflow: auto !important; 
  }

  .main-container {
    height: auto;
    min-height: 100vh; 
    width: 100vw;
  }

  .info-section, .image-section {
    display: none; 
  }

  .form-section {
    flex: 100;
    padding: 50px 10%; 
    justify-content: flex-start; 
  }
}

#userwayAccessibilityIcon, 
div[class*="userway"],
div[id*="userway"],
.uai {
  top: auto !important;
  left: auto !important;
  right: 6px !important;
  bottom: 200px !important; 
  position: fixed !important;
  z-index: 999999 !important;
}


@media (max-width: 480px) {
  .form-section {
    padding: 32px 24px; 
  }

  .logo-box {
    margin-bottom: 24px;
    justify-content: center; /
  }

  .logo-box img {
    max-height: 45px; 
  }

  .text-welcome {
    text-align: center;
    margin-bottom: 8px;
  }

  .text-welcome h1 {
    font-size: 1.6rem; 
  }

  .text-welcome p {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }

  .input-group {
    margin-bottom: 16px;
  }

  .input-wrapper input {
    padding: 12px 12px 12px 42px; 
    font-size: 0.9rem;
  }

  .radio-container {
    flex-direction: column; 
    gap: 10px;
    margin-bottom: 16px;
  }

  .radio-item {
    width: 100%;
    background-color: #F9FAFB; 
    padding: 10px 14px; 
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    font-size: 0.9rem;
  }
  
  .radio-item input[type="radio"] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }

  .forgot-password-box {
    margin-top: 0px;
    margin-bottom: 20px;
  }

 
  .btn-submit, .btn-google {
    padding: 12px; 
    font-size: 0.95rem;
  }

  .divider {
    margin: 16px 0;
  }

  
  .signup-text {
    margin-top: 24px;
    font-size: 0.85rem;
    padding-bottom: 16px; 
  }
}