.elementor-4076 .elementor-element.elementor-element-b45e5db{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4076 .elementor-element.elementor-element-b45e5db:not(.elementor-motion-effects-element-type-background), .elementor-4076 .elementor-element.elementor-element-b45e5db > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://semos.ai/wp-content/uploads/2025/09/setup_bg_animated.svg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4076 .elementor-element.elementor-element-a03c8d2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4076 .elementor-element.elementor-element-088e172 img{width:auto;height:130px;object-fit:cover;object-position:center center;}.elementor-4076 .elementor-element.elementor-element-9c04c6c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 30px 0px;}.elementor-4076 .elementor-element.elementor-element-9c04c6c{text-align:center;}.elementor-4076 .elementor-element.elementor-element-9c04c6c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:21px;font-weight:400;}.elementor-4076 .elementor-element.elementor-element-acc7042{--spacer-size:50px;}.elementor-4076 .elementor-element.elementor-element-03d7a62 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4076 .elementor-element.elementor-element-0401f45 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4076 .elementor-element.elementor-element-0401f45{font-family:"Poppins", Sans-serif;}body:not(.rtl) .elementor-4076 .elementor-element.elementor-element-0583822{left:0px;}body.rtl .elementor-4076 .elementor-element.elementor-element-0583822{right:0px;}.elementor-4076 .elementor-element.elementor-element-0583822{top:0px;text-align:left;}.elementor-4076 .elementor-element.elementor-element-0583822 img{width:180px;max-width:180px;}@media(max-width:767px){.elementor-4076 .elementor-element.elementor-element-088e172 img{height:75px;}}/* Start custom CSS for container, class: .elementor-element-a03c8d2 */.form_container {
    width: calc(100vw - 60px);
  padding: 20px 30px;
    max-width: 410px;
  background: #ffffff54;
  border-radius: 30px;
  box-shadow: 0 30px 60px 60px #ffffff54;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0401f45 */.copy_txt {
    font-size: 11px;
  position: fixed;
  bottom: 23px;
  right: 27px;
  font-weight: 500;
  opacity: .72;
  color: black;
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-0583822 */.setup_logo img {
    position: fixed;
  top: 20px;
  left: 20px;
  width: 50%;
  max-width: 180px;
  background: #fff;
  box-shadow: 0 0 50px 50px #fff;
}
@media (max-width: 1024px){
    .setup_logo img {
    right: 0;
    width: 100%;
    object-fit: contain;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b45e5db */#sign_up_section {
    position: fixed;
    /*overflow: hidden;*/
}
#sign_up_section::before {
    content: '';
    width: 1005px;
    height: 1019px;
    display: block;
    position: fixed;
    background: url(https://semos.ai/wp-content/uploads/2025/08/glow_colors.png);
    background-size: contain !important;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    animation: rotating 9s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
    opacity: .6;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}/* End custom CSS */
/* Start custom CSS *//* Main container */
.login-container {
  max-width: 420px;
  margin: 60px auto;
  text-align: center;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  color: #1a1a1a;
}

/* Heading */
.login-container h1,
.login-container h2,
.login-container .elementor-heading-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #1a1a1a;
}

/* Contact Form 7 form wrapper */
.login-container form.wpcf7-form { margin-top: 10px; }

/* Inputs & selects */
.login-container input[type="text"],
.login-container input[type="email"],
.login-container input[type="url"],
.login-container input[type="tel"],
.login-container input[type="number"],
.login-container input[type="password"],
.login-container textarea,
.login-container select {
  width: 100%;
  margin: 8px 0;
  padding: 14px 16px;
  border: 1px solid #d0d8e6;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
  background: #fff;
  transition: border 0.3s, box-shadow 0.3s;
}

.login-container input:focus,
.login-container textarea:focus,
.login-container select:focus {
  border-color: #6675f7;
  box-shadow: 0 0 0 3px rgba(102,117,247,0.15);
}

/* Submit button */
.login-container input[type="submit"],
.login-container button.wpcf7-submit {
  width: 100%;
  margin-top: 10px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 24px;
  background: linear-gradient(135deg, #6675f7, #764ba2);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.login-container input[type="submit"]:hover,
.login-container button.wpcf7-submit:hover { opacity: 0.9; }

/* Success / error messages */
.login-container .wpcf7 form .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 10px;
  border: 1px solid #d0d8e6;
  padding: 10px 14px;
  font-size: 14px;
}
.login-container .wpcf7 form.sent .wpcf7-response-output {
  border-color: #41b883;
  background: #f0fff7;
}
.login-container .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #e57373;
  background: #fff5f5;
}

/* "Sign up" line */
.login-container .signup-text {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.login-container .signup-text a {
  color: #6675f7;
  font-weight: 500;
  text-decoration: none;
}
.login-container .signup-text a:hover { text-decoration: underline; }

/* Footer copyright */
.login-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: #888;
}

/* Optional: Hide social/forgot if they exist anywhere */
.login-social-btn,
.login-divider,
.login-container .forgot-pass { display: none !important; }

.form_style input[type=submit] {
    background: #1629b3a8;
    text-align: center;
  font-family: Poppins,sans-serif;
  font-size: 17px !important;
  font-weight: 600 !important;
  cursor: pointer;
transition: all ease-in-out .3s;
/*height: 46px;*/
line-height: auto;
border-radius: 30px;
border: none!important;
}
.form_style input[type=submit]:hover, .form_style input[type=submit]:focus {
transform: scale(1.03);
box-shadow: 0 20px 18px -20px #1629b399,inset 0 0 0 3px #00000025;
outline: none;
}
.form_style input[type=text], .form_style input[type=email] {
  padding:10px 12px;
  font-size:16px;
  border:none;
  border-radius:16px;
  box-shadow:0 0 0 1px #213c6433;
  background:#fff;
  font-family:Poppins,sans-serif;
  transition:all ease-in-out .2s;
  z-index:1;
  margin-top: 7px;
  position: relative;
}
.form_style input[type=text]::after {
    content:'Your Name';
    position: absolute
}
.form_style input[type=text]:focus, .form_style input[type=email]:focus {
  box-shadow:0 0 0 1px #213c6433,0 0 0 4px #2336c554;
  outline:none
}
.wpcf7-not-valid-tip {
color: #525ec3;
  font-size: 12px;
  margin-top: 4px;
  background: #727dab17;
  box-shadow: 0 -16px #727dab17;
  padding: 1px 9px 5px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-weight: 600;
  text-align: center;
}
.form_notice {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    margin-top: -20px
}
.form_notice a {
    color: #616ECC;
    font-weight: 700;
    text-decoration: underline
}
.wpcf7-response-output {
outline: none;
  text-align: center;
  font-family: Poppins,sans-serif;
  border: none !important;
  font-size: 14px;
  color: #d93025;
  background: #cbd4dd30;
  font-weight: 500;
  border-radius: 16px;
  box-shadow: 0 -2px 1px #0c418505 inset,0 2px 1px #fff0 inset,0 0 0 1px #162e551a,0 34px 64px -30px #0d2d5e21;
  padding: 12px !important;
  margin-top: -10px !important;
}/* End custom CSS */