  @import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/635395feda7565e8f95dff4b.6353960053069aced5785ab0.ZIswegr.hcp.png");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

       .recaptcha-wrapper {
display: flex;
justify-content: center; 
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin-bottom: 15px;
}

.g-recaptcha {
transform: scale(1); 
transform-origin: center center;
}
@media (max-width: 480px) {
.g-recaptcha {
  transform: scale(0.88);
}
}
@media (min-width:740px){
  body{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    overflow: auto;
    background-color:#f3efef !important;
  }
  .recaptcha-wrapper {
    display: flex;
    justify-content:flex-start; 
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    }
    
  .signup-container{
    width:500px !important;
    padding:30px !important;
    margin:30px;
    border-radius:10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}

  html, body {
    margin: 0;
    padding: 0;
    width:100%;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    background: #fff;
    display:flex;
    justify-content:center;
  }
  label, input, button {
    font-family: 'Arial', sans-serif;
}

.iti__selected-flag{
    border-radius:30px 0 0 30px;
}

  *, *::before, *::after {
    box-sizing: inherit;
  }
.logo{
    width:100%;
    height:auto;
}
.logo img{
    width:130px;
    height:auto;
}
.signup-container {
  width: 100%;
  max-width: 500px;
  min-height: auto;
  padding: 30px;
  text-align: center;
  background-color: #fff;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

  h1 {
    font-family: "Alte Haas Grotesk-Regular", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top:25px;
  }

  .social-btn {
    flex:1;
  width: 100%;
  padding: 12px 12px 12px 35px;
  border: none;
  border-radius: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  cursor: pointer;
}

  .google-btn {
    background-color:#e4e4ec;
  }

  .facebook-btn {
    background-color: #e4e4ec;
    color: black;
  }

  .divider {
    margin: 15px 0;
    display: flex;
    align-items: center;
  }
  
  .divider::before, .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
  }

  .divider span {
    margin: 0 10px;
    color: #999;
    font-size: 12px;
  }

  input[type="email"], input[type="password"],input[type="text"],input[type="tel"] {
    width: 100%;
    padding: 15px 10px;
    margin: 10px 0 5px;
    border: none;
    font-size:14px;
    background-color: #e4e4ec;
    border-radius: 30px;
  }
input:focus{
    border:none;
    outline:none;
}
.iti{
    width:100%;
}
 .iti__selected-flag{
     border-radius:25px;
 }
@media (min-width:1000px){
   
    body{
        min-height:100vh;
        overflow-x:hidden;
        display:flex;
        justify-content:center;
align-items:center;
    }
}
label{
  display: block;
  text-align:left;
  font-size:14px;
  margin-left:10px;
}
  .note {
    font-size: 12px;
    color: #0c0b0b;
    text-align: left;
    margin-left:10px;
    margin-bottom: 10px;
    font-family:"Circular Std-Book", Helvetica;
    font-weight: 400;
  }
  .signup-btn {
    width: 100%;
    padding: 18px 10px;
    background: #00cc66;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
  }
.signup-btn a{
    text-decoration:none;
     color: white;
     font-size:16px;
}
  .footer-text {
    margin-top: 10px;
    font-size: 13px;
    font-family:arial;
  }

  .footer-text a {
    color: #0073e6;
    text-decoration: none;
  }

  .terms {
    font-size: 13px;
    margin-top: 10px;
    color: #707070;
    font-family:"Circular Std-Regular", Helvetica;
  line-height: 20px;
    font-weight: 400;
    margin-top: 30px;
  }

  .terms a {
    color:  #0073e6;
    text-decoration: none;
  }
  .terms span{
      display:block;
  }
 