body {
  font-family: "Noto Sans", "MetLifeCircular", Arial, sans-serif;
  background: #f8f8f8;
  min-height: 100vh;
  margin: 0;
  padding: 0 !important;
}

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

.left-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f8f8;
  box-sizing: border-box;
}

.right-section {
  flex: 0 0 50%; /* Fixed 50% width, no grow/shrink */
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: #ffffff url("../assets/login-bg.svg") center center/cover
    no-repeat;
  position: relative;
  box-sizing: border-box;

  font-family: "MetLifeCircular", sans-serif;
}

.container {
  width: 100%;
  max-width: 618px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  border-radius: 12px;
}

.form-container-divbox {
  padding: 0 46px;
}

.logo-container {
  margin-bottom: 40px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 16px 32px 0px #00000014;
}

.logo-img {
  width: 18%;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.login-form-container {
  background-color: #ffffff;
  padding: 32px 40px;
  border-radius: 12px;
}

.form-container{
  padding: 6px 40px;
}

.login-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 0;
}

.header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}
.form-sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #6C757D;
}

.subtitle {
  color: #444;
  margin: 20px 0px;
  font-size: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

metlife-textfield {
  margin-bottom: 8px;
}

metlife-button {
  width: 100%;
}

.links {
  margin-top: 12px;
  font-size: 14px;
  color: #007abc;
  margin-bottom: 30px;
  text-align: left;
}

.links a {
  color: #007abc;
  text-decoration: none;
  margin: 0 2px;
}

.links a:hover {
  text-decoration: underline;
}

.links .blackFont {
  color: #444;
}

.language-settings {
  margin: 40px 0 24px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
}
.language-settings .globe {
  font-size: 16px;
}

.footer {
  text-align: center;
  margin-bottom: 24px;
  color: #888;
  font-size: 12px;
}
.footer-links {
  padding: 50px 66px 43px;
}
.footer-links a {
  color: #2186d4;
  text-decoration: none;
  margin: 0 8px;
  font-size: 12px;
}
.footer-links a:hover {
  text-decoration: underline;
}

/* Right Section Styles */
.right-section-content {
  text-align: center;
}

.right-section-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  letter-spacing: -0.99px;
  text-align: center;
}

.right-section-description {
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.18px;
  line-height: 32px;
  margin-top: 25px;
  text-align: center;
}

.popup-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.7);
 display: none;
 justify-content: center;
 align-items: center;
 padding: 1rem;
 z-index: 1000;
}
    @keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
  }
  @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
  }
.popup-box {
 border-radius: 16px;
 padding: 1.5rem;
 background-color: #fff;
 max-width: 500px;
 width: 100%;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 position: relative;
}
.popup-header {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
 margin-bottom: 1rem;
 margin-top: 2.4rem;
text-align: left;
}
.popup-message {
 margin-bottom: 1rem;
text-align: left;
}
.popup-text {
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 0.8rem;
 color: #333;
}
.popup-close-btn {
 position: absolute;
 top: 24px;
 right: 16px;
 background: none;
 border: none;
 font-size: 2rem;
 cursor: pointer;
}
.ml-msg-header {
    height: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #333;
    margin-bottom: 5px;
    margin: 0 auto;
}

.ml-msg-txt-header {
    display: flex;
    margin-right: 10px;
    align-items: center;
    margin-left: 15px;
    font-weight: 700;
    gap: 10px;
}

.ml-msg-error-header {
    background: #fde8e8;
}
.high-priority::before {
    content: "";
    background: url(../images/exclamation-mark-icon.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.hide {
  display: none;
}
/* Responsive Design */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
    background-color: #fff;
  }

  .left-section,
  .right-section {
    flex: none;
    min-height: 50vh;
  }

  .left-section {
    padding: 0;
    background-color: #fff;
  }

  .right-section {
    padding: 20px;
  }
  .login-form-container {
    padding: 20px;
  }
  .form-container{
    padding: 0;
  }
  .login-container{
        padding: 0;
  }
  .popup-overlay {
    align-items: flex-end; 
    padding: 0;
    animation: slideUp 0.3s ease-out;
    text-align: left;
  }
  .popup-box {
    border-radius: 18px 18px 0 0;
    padding: 1.5rem;
  }
  .logo-container {
    margin-bottom: 40px;
    background-color: #fff;
    width: 100%;
  }
  /* .logo-container.box-shadow-logo {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  } */
  .container {
    box-shadow: none;
  }
   .button-login-container {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: #fff;
   padding: 24px 16px;
 }
 .form-container-divbox {
  padding: 0;
 }
}

@media (max-width: 500px) {
  .logo-img {
    width: 45%;
  }
}
