 /* Basic reset */
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
  }

  body {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f5f7fa;
    position: relative;
    overflow: hidden;
    margin: 16px;
  }
  
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/public/swapsaya-resources/swap_image.png);
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: -1;
  }

  .image-cover-container {
    margin: 5px;
  }
  
  .container {
    width: 100%;
    max-width: 512px;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1;
    position: relative;
  }

  .container .hd-un {
    font-size: 1rem;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  

  .resend {
    all: unset;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }

  .resend:hover {
    color: #1e3a8a;
  }


  .bottom {
    margin-top: 1.5rem;
  }


  h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;

  }

  p {
    font-size: 16px;
    color: #555;
    margin-bottom: 24px;
  }


  label {
    display: block;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    text-align: left;
  }

  input[type="email"] {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 5px;

  }

  .btn-primary {
    width: 100%;
    padding: 0.8rem;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1e3a8a;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    margin-top: 20px;
  }


  .conf-btn-primary {
    margin-top: 5px;
    width: 100%;
    padding: 0.8rem;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1e3a8a;
    border: none;
    border-radius: 5px;
  }


  .btn-primary:hover,   .conf-btn-primary:hover {
    background-color: #162a6b;
  }


  .back-link {
    display: block;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #1e3a8a;
    text-decoration: none;
  }


  .back-link:hover {
    color: #3b82f6;
    text-decoration: underline;
  }




h2 {
    text-align: center;
    color: #333;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

#password-criteria {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}

/* Basic styling for criteria */
.criteria {
  
  list-style-type: none;
  margin: 5px 0;
}
.criteria.valid {
  color: #66cccc;
}

#password-criteria li {
  text-decoration: none !important;
}