/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.body-wrapper {
  display: flex;
  min-height: 100%;
  flex-flow: column;
   
}
body {
    margin: 0;
    font-family: 'Montserrat' !important;
  
    background-blend-mode: soft-light; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #091624 !important;
/*   background: transparent url('https://146268151.fs1.hubspotusercontent-eu1.net/hubfs/146268151/assets/Sign%20in-up%20background.png') 0% 0% no-repeat padding-box; */
    background-image:linear-gradient(#03111ECC, #03111ECC), url('https://146268151.fs1.hubspotusercontent-eu1.net/hubfs/146268151/assets/Sign%20in-up%20background.png') ;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 100vh;
}
.login-container {
  background: #091624 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 24px #00000099;
  opacity: 1;
  display: flex;
  border-radius: 8px;
  overflow: hidden;  
  margin : 5% 14% 0;
}
.formseperator{
  border-left: 2px solid #fff;
  margin: 2%;
}
.login-form {
  flex: 1;
  margin: 2%;
}
.login-form h2 {
  margin-bottom: 10px;
/*   font-weight: 600; */
  font: normal normal 600 24px/29px Montserrat !important;
  letter-spacing: 0px !important;
  color: #E0E4ED !important;
  opacity: 1;
}

.login-form p { 
  font: normal normal normal 14px/29px Montserrat !important;
  letter-spacing: 0px !important;
  color: #E0E4ED !important;
  opacity: 1;
}


.login-form label {
  font-size: 14px;
}
.login-form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
}
.login-form .actions a {
  color: #50b5ff;
  text-decoration: none;
}
.login-form button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
}
.login-form .signup {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
.login-form .signup a {
  color: #50b5ff;
  text-decoration: none;
}
.login-info {
  flex: .75;
  background: #121e36;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2%;
  background-image: url('https://146268151.fs1.hubspotusercontent-eu1.net/hubfs/146268151/assets/Login/Banner-TAC_360x452px-02.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.login-info h3 {
  text-align: center;
  width: 70%;
  margin: 0% 13%;
  font: normal normal bold 24px/48px Montserrat;
  letter-spacing: 0px;
  color: #03111E;
  opacity: 1;
}
.login-info p {
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  padding: 5%;
  font: normal normal 600 14px/32px Montserrat;
  letter-spacing: 0px;
  color: #03111E;
  opacity: 1;
}
.login-info img {
  width: 100%;
  margin-top: auto;
}
.logo {
  top: 20px;
  width: 100%;
  color: #50b5ff;
  font-size: 14px;
}
.signuplink-container{
  flex: 1;  
  display: flex;
  flex-direction: row;
  margin-top: 3%;
  justify-content: left;  
  align-items: baseline !important;
}
.signuplink-container p{
  margin : 0px !important;
}
.footer {
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #ccc;
  margin-top: auto;
  margin-bottom: 1%;
  font: normal normal 400 13px/18px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1
}

.form-separator{
  display : none
}

.hs-submit{
  margin-top: 20% !important;
}
.hs-login-widget-email-label{
  display : none;
}
.hs-login-widget-password-label{
  display : none;
}
.hs-login-widget-show-password{
  bottom : 1.15rem !important;
}
#hs-login-self-registration-link{
  display : none !important;
}
 .hs-input {
  width: 100%;
  padding: 12px;
  margin: 12px 0;
  border-radius: 4px;
  border: none;
  background: #243745 0% 0% no-repeat padding-box !important;
  color: #E0E4ED87 !important;
  border: 1px solid #2E4A5B !important;
  border-radius: 10px !important;
  opacity: 1;
}

.hs-form-field{
  margin : 0px !important;
}

#hs-membership-passwordless-auth-form{
  display : none
}

#hs-membership-form{
  background: #091624 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 0px !important;
}

/* Registration Form */

.signup-container {
  background: #091624 0% 0% no-repeat padding-box;
  border-radius: 8px;
  overflow: hidden;  
  margin: 0% 15% 0 15%;
  box-shadow: 0px 8px 24px #00000099;
  opacity: 1;
  display: flex;
  padding-bottom: 10px;
}
.signup-form {
  flex: 2;
  padding: 0px 10px;
}
.signup-form h2 {
  margin-bottom: 10px;
  font-weight: 600;
}
.signup-form p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-grid input,
.form-grid select {
  padding: 12px;
  border-radius: 4px;
  border: none;
  background: #1e2a46;
  color: #fff;
  width: 100%;
}

.password-note {
  font-size: 12px;
  color: #aaa;
  margin-top: 8px;
}

.signup-form button {
  width: 100%;
  padding: 14px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 24px;
  cursor: pointer;
  font: normal normal 300 16px / 24px Montserrat !important;
  letter-spacing: 0px !important;
  color: #FFFFFF !important;
  opacity: 1;
}

.signup-form .signin-link {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

.signup-form .signin-link a {
  color: #50b5ff;
  text-decoration: none;
}

.signup-info {
  flex: 1;
  background: #fff;
  color: #000;
  background-image: url('https://146268151.fs1.hubspotusercontent-eu1.net/hubfs/146268151/assets/registration%20image.png');
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signup-info h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 70%;
  margin: 10% 13%;
}

.signup-info p {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  padding: 3%;
  line-height: 2rem;
}

.signup-info img {
  width: 100%;
  max-width: 250px;
  margin-top: auto;
}

.logo {
  
  top: 20px;
  left: 20px;
  color: #50b5ff;
  font-size: 14px;
}

.footersignup {  
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ccc;
  margin-top: 50px;
}
.hs-form-field label{
/*   display : none */
}
.hs-form-field p{
  display : none;
}
#hs-register-widget-explicit-consent{
  display : none;
}
@media (max-width: 768px) {
  .signup-container {
    flex-direction: column;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Registration */
/* .hsfc-FieldLabel{
  display : none !important;
} */

.hsfc-FieldLabel__RequiredIndicator{
  margin-left:8px !important;
}
.logo .hs-image-widget {
  height : 70px;
}

.hsfc-TextInput{
  padding: 7px 5px !important;
  color: #E0E4ED87 !important;
}
.hsfc-DropdownOptions__List__ListItem{
  color: #E0E4ED87 !important;
}
.hsfc-Step__Content{
  width: 95% !important;
  padding : 0px 10px 10px 10px !important
}
.signup-main-container{
  display: flex;
  flex-direction: column;
  width: 100%;
/*   background-image: url('https://146268151.fs1.hubspotusercontent-eu1.net/hubfs/146268151/assets/Sign%20in-up%20background.png'); */
/*   opacity: 0.17; */
}
.hsfc-Row{
  margin-bottom: 15px !important;
}
.signinlink-container{
  flex: 1;  
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.signinlink-container p{
  margin : 0px !important
}
.signinlink{
  margin-left : 10px !important;
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #0A75FC;
  opacity: 1;
  text-decoration : none !important;
}

.hsfc-Button{  
  width: 100% !important;
  background: #0A75FC 0% 0% no-repeat padding-box !important;
  border-radius: 10px !important;
  opacity: 1;
}
.hs-button{
  background: #0a75fc 0 0 no-repeat padding-box !important;
  border-radius: 10px !important;
  opacity: 1;
  width: 100% !important;
  font: normal normal 400 18px/32px Montserrat !important;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  opacity: 1;
}


.hsfc-ErrorAlert{
  line-height:0px !important;
  color: #0a75fc !important;
}
.hsfc-NavigationRow{
  margin:0px !important;
}
#hs_login_reset{
  font: normal normal normal 14px/22px Montserrat !important;
  letter-spacing: 0px !important;
  color: #0A75FC !important;
  opacity: 1;
}

.hs-form-field label{
  font: normal normal normal 14px/22px Montserrat !important;
  letter-spacing: 0px !important;
  color: #E0E4ED !important;
  opacity: 1;
}
/* *********** Pasword Reset ************* */
.password-container{
  padding: 2%;
  font: normal normal bold 24px/29px Montserrat !important;
  letter-spacing: 0px;
  color: #E0E4ED !important;
  opacity: 1;
}
.password-container .login-form{
    margin : 0% !important;
}
.password-container .formseperator{
    margin: 0 2% !important;
}
.password-container .signuplink-container{
  justify-content: center !important;
}
.password-container .signinlink{
  font: normal normal 500 14px / 22px Montserrat;
}
.password-container .hs-form-field ul,label{
  display : none;
}
.password-container .login-info{
  margin : 0% !important;
  background-repeat: round !important;
}
.password-container .hs-form-field input{
  padding: 7px 6px !important;
  border-radius: 8px !important;
 font-size: 15px;
}
.body-wrapper{
  width:100%;
}
.body-container-wrapper{
  padding : 0px !important
}
.password-recovery-container{
  margin : 1.5% 30% 0 !important;
}
.password-recovery-container .hs-form-field label{
/*   display : none; */
}
.password-recovery-container .hs-reset-widget-show-password{
    bottom: 1.3rem !important;
}
.password-recovery-container .hs_submit{
    margin-top: 10% !important;
}
[for="hs-reset-widget-password"] {
  display : none;
}
[for="hs-reset-widget-password-confirm"] {
  display : none;
}
.password-recovery-container .login-form p{
  margin : 0px !important;
}

[for="hs-reset-request-widget-email"] {
  display : none;
}


/* ===== GENERAL INPUT STYLING ===== */
#hs-membership-form .hs-input[type="text"],
#hs-membership-form .hs-input[type="password"],
#hs-membership-form .hs-input[type="email"] {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333;
}
 
/* Keep same height on error */
#hs-membership-form .hs-input.form-input-error {
  height: 44px !important;
  line-height: 44px !important;
  border-color: #ff4d4f !important;
}
 
/* ===== PASSWORD FIELD + SHOW BUTTON ===== */
#hs-membership-form .hs-form-field {
  position: relative; /* anchor for absolute children */
  margin-bottom: 16px; /* spacing between fields */
}
 
/* Reserve space in input for Show */
#hs-membership-form #hs-login-widget-password {
  padding-right: 64px;
}
 
/* Fix Show button inside input */
#hs-membership-form .hs-login-widget-show-password {
  position: absolute !important;
  right: 12px !important;
  top: 18px !important;             /* fixed position */
  bottom: auto !important;
  transform: none !important;
  display: inline-flex;
  align-items: center;
  height: 28px;
  line-height: 28px;
  font-weight: 600;
  font-size: 14px;
  color: #50b5ff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 3;
}
 
/* Error text under input */
#hs-membership-form .hs-form-field ul.hs-error-msgs,
#hs-membership-form .hs-form-field .form-input-validation-message {
  display: block !important;
  width: 100% !important;
  margin-top: 6px;
  margin-left: 0 !important;
  font-size: 14px;
  line-height: 1.4;
  color: #ff4d4f;
}
 
/* ===== REMEMBER ME CHECKBOX ===== */
#hs-membership-form input#hs-login-widget-remember.hs-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
 
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #b8c0cc !important;
  border-radius: 4px !important;
  background: #fff !important;
  cursor: pointer !important;
  position: relative !important;
  margin: 0;
}
 
/* Checked state with tick */
#hs-membership-form input#hs-login-widget-remember.hs-input:checked {
  background-color: #0073e6 !important;
  border-color: #0073e6 !important;
  background-image: url("data:image/svg+xml;utf8,\
http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<path d='M5 12.5l5 5 9-11' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px 14px !important;
}
 
/* Focus ring for accessibility */
#hs-membership-form input#hs-login-widget-remember.hs-input:focus {
  outline: 2px solid #5db1ff !important;
  outline-offset: 2px !important;
}
 
/* Align Remember Me row */
#hs-membership-form .hs-form-field:has(#hs-login-widget-remember) {
  display: flex;
  align-items: center;
  gap: 8px;
}
#hs-membership-form label[for="hs-login-widget-remember"] {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  user-select: none;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .group-main-container { padding: 24px 24px; }
 
  .login-container {
    max-width: 920px;
    margin: 0 auto;
    gap: 24px;
  }
 
  .login-form {
    padding: 24px;
  }
 
  .login-form h2 { font-size: 26px; }
  .login-form p  { font-size: 15px; }
 
  /* tighten inputs a bit on tablet */
  #hs-membership-form .hs-input[type="text"],
  #hs-membership-form .hs-input[type="password"],
  #hs-membership-form .hs-input[type="email"] {
    height: 42px;
    line-height: 42px;
  }
 
  /* keep SHOW button aligned inside input */
  #hs-membership-form .hs-login-widget-show-password {
    top: 10px !important;
    right: 12px !important;
  }
}
 
/* ---------- Tablet (≤ 991px) ---------- */
@media (max-width: 991px) {
  .logo img,
  .logo .linked_image img {
    width: 220px;
    height: auto;
  }
 
  .login-container {
    width: 100%;
    margin: 0 auto;
  }
 
  .login-form { padding: 22px; }
 
  .login-form .actions {
    gap: 12px;
  }
 
  /* Remember row alignment */
  #hs-membership-form .hs-form-field:has(#hs-login-widget-remember) {
    gap: 10px;
  }
}
 
/* ---------- Small tablet / large phones (≤ 767px) ---------- */
@media (max-width: 767px) {
  body { background-position: center top; }
 
  .group-main-container { padding: 20px 16px; }
 
  /* stack the layout */
   .login-container {
    display: flex;
    flex-direction: column; /* stack vertically */
  }
 
  .logo { text-align: center; }
  .logo img,
  .logo .linked_image img {
    width: 200px;
  }
 
    .login-form {
    order: 1;   /* show form first */
  }
 
  .login-form h2 { font-size: 22px; line-height: 1.25; }
  .login-form p  { font-size: 14px; }
 
  /* Inputs a bit shorter on mobile */
  #hs-membership-form .hs-input[type="text"],
  #hs-membership-form .hs-input[type="password"],
  #hs-membership-form .hs-input[type="email"] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
 
  /* keep space for SHOW button on mobile too */
  #hs-membership-form #hs-login-widget-password { padding-right: 56px; }
  #hs-membership-form .hs-login-widget-show-password {
    top: 8px !important;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
 
  /* Actions: stack vertically on small screens */
  .login-form .actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .login-form button { width: 100%; }
 
  /* Error text spacing under fields */
  #hs-membership-form .hs-form-field ul.hs-error-msgs,
  #hs-membership-form .hs-form .form-input-validation-message {
    margin-top: 4px !important;
    font-size: 12px !important;
  }
 
  /* Remember me — smaller box + tighter row */
  #hs-membership-form input#hs-login-widget-remember.hs-input {
    width: 18px !important;
    height: 18px !important;
  }
  #hs-membership-form label[for="hs-login-widget-remember"] {
    font-size: 13px;
  }
 
  /* Divider: hide on small devices */
  .formseparator { display: none; }
  .login-info,
  .logo {
    order: 2;   /* show welcome/logo below */
    margin-top: 16px; /* some breathing room */
    text-align: center;
  }
}
}
 
/* ---------- Small phones (≤ 480px) ---------- */
@media (max-width: 480px) {
  .group-main-container { padding: 16px 12px; }
 
  .logo img,
  .logo .linked_image img { width: 180px; }
 
  .login-form { padding: 16px; }
 
  .login-form h2 { font-size: 20px; }
  .login-form p  { font-size: 13px; }
 
  #hs-membership-form .hs-input[type="text"],
  #hs-membership-form .hs-input[type="password"],
  #hs-membership-form .hs-input[type="email"] {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
 
  /* Ensure primary CTA stays tappable */
  .login-form button {
    padding: 12px 14px;
    font-size: 14px;
  }
 
  /* Signup link block spacing */
  .signuplink-container,
  .login-form .signup { margin-top: 12px; text-align: center; }
}