* {
  -ms-overflow-style: thin;
  scrollbar-width:thin;
}
* {
  -webkit-tap-highlight-color: transparent;
}
button, a, img {
  outline: none;
}
a:focus,button:focus {
  outline: none;  
  box-shadow: none; 
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: none;
}
@media (hover: none) and (pointer: coarse) {
  a:focus {
      outline: none;
  }
}
body {
    margin: 0;
    padding: 0;
    font-family: SF Pro,-apple-system,BlinkMacSystemFont,Helvetica,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    color: #ffffff;
    background-color: #ffffff;
    justify-content: space-around;
    overflow-x: hidden;
  }
.form-header{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: center;
}
.form-header img{
    width: 90px; 
    border-radius: 20px;
    padding: 5px;
    background: #000;
}
  
  .login-container {
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    width: 350px;
    padding-bottom: 0px;

  }
  
  .login-container h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0px;
    color: #131313;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .form1 {
    width: 100%;
  }
  
  .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group input,.form-group select {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 1rem;
    height: 3.45rem;
    padding: 0 1.5rem;
    transition: border-color 0.3s ease;
    color: #000;
    font-weight: 300;
    outline: none;
}
.form-group select,.form-group input[type="date"]{
  color: #b4b4b4;
  font-size: 15px;
}
.placed-holder {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #b4b4b4;
    pointer-events: none;
    transition: all 200ms ease-in-out;
    padding: 0 4px;
}

.form-group input:focus + .placed-holder,
.form-group input:not(:placeholder-shown) + .placed-holder {
    top: -1px;
    font-size: 15px;
    background: #ffffff;
    color: #4285f4;
    padding: 0 4px;
}


.form-group input:focus {
    border-color: #4285f4;
}

  .form-group .username-icon,
  .form-group .toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .form-group .toggle-password {
    cursor: pointer;
  }
  .form1 {
    width: 100%;
  }
  
  .form-group {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
  }
  #password-field{
    margin-bottom: 20px;
  }
  .forgot-password,.send-verification-code{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .forgot-password a,.send-verification-code a{
    text-decoration: none;
    color: #ffffff;
  }
  input[type="text"],
  input[type="password"] {
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: 0.8px;
    color: #131313;
    
  }
  .form-group svg,.toggle-password i{
    fill: #666565;
    color: #666565;
  }
  label{
    margin-top: 0;
    font-size: 1rem;
    color: #0d0d0d;
    font-weight: 300;
    text-align: center;
    
  }
  .forgot-password,.send-verification-code {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .forgot-password a,.send-verification-code a {
    text-decoration: none;
    color: #0d0d0d;
    transition: color 0.3s;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .forgot-password a:hover,.send-verification-code a:hover {
    color: #333333;
    text-decoration: underline;
  }
  
  .btn-login {
    width: 100%;
    background-color: #13132C;
    color: #fff;
    padding: 12px 15px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 300ms ease-in-out;
    height: 3.25rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  } 
  
  .btn-login:hover {
    background: #333333;
    color: #ffffff;
  }
  
  .btn-login.disabled {
    background-color: #13132C;
    
  }
  .error-message{
    color: #f83636;
    margin-bottom: 20px;
  }
.signup-text, .signin-text {
    margin-top: 0;
    font-size: 1rem;
    color: #0d0d0d;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
}
.signup-text a, .signin-text a {
  color: rgb(62, 104, 255);
  text-decoration: none;
  font-weight: 400;
}
.social-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-bottom: 15px;
   
}
.social-login-header {
  text-align: center;
  color: #131313;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 13px;
  font-weight: 510;
  display: flex;
  align-items: center;
  width: 100%;
}
.social-login-header .or{
  margin: 0 1rem;
}
.divider-line{
  border-top: 0.5px solid #ececec;
  height: 1px;
  width: 100%;
}

.social-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 30px;
  background: #fff;
  margin-bottom: .75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  height: 3.25rem;
  padding: 0 1.5rem;
  color: #131313;
}
.social-button:hover{
  background-color: #ececec;
}
.social-button:focus{
  outline: none !important;
}
.social-button img{
  width: 20px;
  margin-right: 1.5rem;  
}
.social-icon {
  margin-right: 1.5rem;  
  font-size: 20px;
}
.phone-button .social-icon{
  color: #000;
}


.apple-button .social-icon{
   color: #000;
}
footer{
  position: relative;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-direction: column; 
}
footer p{
  color: #0d0d0d;
  font-weight: 300;
  font-size: 14px;
}
footer > p{
  margin-bottom: 0;
}
input[type="radio"] {
  width: 18px;
  cursor: pointer;
}

input[type="radio"]:checked {
  accent-color: black; 
}