/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/app/(auth)/login/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LoginScreen-txt1 {
  font-family: "DMSans-Bold";
  font-size: 24px;
}

.LoginScreen-txt2 {
  font-family: "DMSans-Medium";
  font-size: 15px;
  line-height: 30px;
  color: rgb(77, 77, 77);
}

.LoginScreen-txt3 {
  font-family: "DMSans-SemiBold";
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .LoginScreen-txt3 {
    justify-content: flex-end;
    padding-bottom: 30px;
  }
}

.LoginScreen-txt4 {
  font-family: "DMSans-SemiBold";
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  color: grey;
}

.LoginScreen-txt5 {
  font-family: "DMSans-Bold";
  color: #ff4000;
}

.LoginScreen-errortxt {
  font-family: "DMSans-Medium";
  color: red;
  font-size: 16px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}

.LoginScreen-txt6 {
  text-align: center;
  font-family: "DMSans-Bold";
  font-size: 17px;
  color: rgb(3, 76, 194);
  cursor: pointer;
}

.GmailLogin {
  border: 1px solid rgb(194, 194, 194);
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 4px;
}

.GmailLogin-row {
  font-family: "DMSans-SemiBold";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}

.GmailLogin-txt1 {
  margin-bottom: -10px;
  font-family: "DMSans-SemiBold";
  font-size: 17px;
}

/* Main Layout Styles */
.login-page-wrapper {
  min-height: 100vh;
  background: linear-gradient(to bottom left, #fdc307, #e1161f);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container {
  width: 90%;
  max-width: 61.5625rem;
  margin: 0 auto;
}

.login-card {
  background: white;
  border-radius: 0.625rem;
  box-shadow: 0px 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  width: 100%;
  min-height: 29.6875rem;
  overflow: hidden;
  padding: 0.375rem 2.5rem 0 2.8125rem;
}

/* Left Pane (Image) Styles */
.left-pane {
  background: white;
  padding: 2rem 3.125rem;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-container {
  position: relative;
  overflow: hidden;
  border-right: 0.125rem solid #d63535;
  perspective: 75rem;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.image-container.hovered {
  transition-duration: 0.2s;
}

.gsg-logo {
  width: 100%;
  height: auto;
  max-width: 17.5rem;
  object-fit: contain;
  transition: transform 0.3s ease-out;
}

/* Right Pane (Form) Styles */
.right-pane {
  padding: 25px 75px 70px 40px;
  background: white;
}

.form-section {
  width: 100%;
  max-width: 21.875rem;
}

/* Login Form Styles */
.login-title {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.3125rem;
}

/* Country Selector Styles */
.country-selector .ant-select-selector {
  border-radius: 1.5625rem !important;
  background-color: #e6e6e6 !important;
  border: none !important;
  padding: 0 1.25rem !important;
  margin-bottom: 0.3125rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  color: #666666 !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  height: 100% !important;
}

.country-selector .ant-select-selection-search {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  left: 0 !important;
  width: 100% !important;
  padding: 0 1.875rem !important;
}

.country-selector .ant-select-selection-item {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding-right: 10px !important;
}

/* Arrow positioning - corrected */
.country-selector .ant-select-arrow {
  position: absolute !important;
  right: 15px !important;
  /* Fixed position from right */
  left: auto !important;
  transform: none !important;
  color: #666666 !important;
  margin-top: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* For the dropdown options */
.country-option {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  /* Changed from center */
  gap: 8px !important;
  width: 100% !important;
}

.ant-select-dropdown .ant-select-item-option-content {
  display: flex !important;
  justify-content: flex-start !important;
  /* Changed from center */
  width: 100% !important;
}

/* country */
.country-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 14px;
  margin-right: 8px;
}

.flags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 14px;
}

/* Form Elements */
.custom-input,
.ant-input-affix-wrapper {
  height: 3.125rem !important;
  border-radius: 1.5625rem !important;
  background-color: #e6e6e6 !important;
  border: none !important;
  padding: 0 1.875rem !important;
  margin-bottom: 0.3125rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  color: #666666 !important;
  transition: all 0.3s ease !important;
}

.ant-input {
  background-color: transparent !important;
  font-size: 1.125rem !important;
}

.ant-input-prefix {
  margin-right: 1.125rem !important;
}

/* Email Input Focus Effects */
.email-input.ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 0.125rem rgba(87, 184, 70, 0.2) !important;
}

.email-input.ant-input-affix-wrapper-focused::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  right: -0.1875rem;
  bottom: -0.1875rem;
  border-radius: 1.75rem;
  background: transparent;
  box-shadow: 0 0 0.5rem 0.125rem rgba(87, 184, 70, 0.3);
  animation: attractiveGlow 1.5s ease-in-out 1;
  pointer-events: none;
}

.email-input.ant-input-affix-wrapper-focused .email-icon {
  color: #57B846 !important;
}

@keyframes attractiveGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(87, 184, 70, 0.3);
    opacity: 0;
  }
  30% {
    box-shadow: 0 0 0.9375rem 0.3125rem rgba(87, 184, 70, 0.6);
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 1.25rem 0.5rem rgba(87, 184, 70, 0.8);
    opacity: 0.8;
  }
  100% {
    box-shadow: 0 0 0.5rem 0.125rem rgba(87, 184, 70, 0.3);
    opacity: 0.5;
  }
}
/* Form Utilities */
.error-message {
  display: flex;
  align-items: center;
  color: #ff4d4f;
  margin-bottom: 0.625rem;
}

.remember-me {
  margin-bottom: 0.3125rem;
}

.remember-me label {
  display: inline-flex;
  align-items: center;
  color: #666666;
}

.remember-checkbox {
  margin-right: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
}

.button-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

/* Buttons */
.login-button,
.register-button {
  width: 100% !important;
  height: 3.125rem !important;
  border-radius: 1.875rem !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.3s ease !important;
}

.login-button {
  background-color: #e02328 !important;
  border: none !important;
  color: white !important;
  text-transform: uppercase !important;
}

.register-button {
  background-color: white;
  color: black;
  border: 0.125rem solid #d63535;
}

.login-button:hover,
.login-button:focus,
.register-button:hover,
.register-button:focus {
  background-color: black !important;
  color: white !important;
}

/* Form Item Adjustments */
.ant-form-item,
.no-bottom-margin {
  margin-bottom: 0.3125rem !important;
}

.ant-select-selection-item {
  display: flex !important;
  align-items: center;
  gap: 0.625rem;
}

.ant-input-password-icon:hover {
  color: #57B846 !important;
  cursor: pointer;
}

/* Media Queries */
@media (max-width: 768px) {
  .login-container {
    width: 95%;
  }
  .login-card {
    padding: 0.375rem 1.25rem;
    min-height: auto;
  }
  .left-pane {
    padding: 1rem 1.875rem;
  }
  .right-pane {
    padding: 1rem 2rem;
  }
  .form-section {
    max-width: 100%;
  }
  .gsg-logo {
    max-width: 12.5rem;
  }
}
@media (max-width: 767px) {
  .image-container {
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gsg-logo {
    margin: 0 auto;
    /* This centers the image horizontally */
    display: block;
    /* Makes the image respect margin auto */
  }
}
@media (max-width: 480px) {
  .login-card {
    padding: 0.375rem 0.625rem;
    padding-top: 0;
  }
  .left-pane,
  .right-pane {
    padding: 0.625rem;
  }
  .left-pane {
    padding-top: 0;
  }
  .login-title {
    font-size: 1.25rem;
  }
  .custom-input,
  .ant-input-affix-wrapper,
  .ant-select-selector,
  .login-button,
  .register-button {
    height: 2.5rem !important;
  }
}
