html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  background-color: #f5f5f5;
  font-family: sans-serif;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.main-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 30px 80px 30px 80px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 60px;
}

.welcome-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 30px 80px 30px 80px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.success-network-logo-section {
  /* background: #e6e6e6; */
  width: 50%;
  display: flex;
  justify-content: center;
}

.tiles {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  gap: 10px;
}

.tile {
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  background: #033551;
  color: #e6e6e6;
  text-align: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile:hover {
  background: #02283e;
}

.success-info-section {
  width: 50%;
  padding: 20px;
}

.success-logo {
  width: 200px;
}

.success-title {
  font-size: 34px;
}

.success-body {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #51a41d;
  font-size: larger;
}

.ending-note {
  font-size: 12px;
  margin-top: 30px;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.desktop-logo-data {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 450px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.network-logo-data {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 450px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.mobile-logo-data {
  display: none;
}

.logo {
  width: 100px;
}

.instructions {
  margin-top: 4px;
}

.accept a {
  text-decoration: underline;
  color: #20173c;
}

.accept-terms {
  display: flex;
  justify-content: flex-end;
}

.accept-btn {
  border: 1px solid #f5f5f5;
  padding: 15px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #033551;
  color: #f5f5f5;
  font-size: 1.2rem;
  outline: none;
  transition: 0.6s;
  text-align: center;
  text-decoration: none;
}

.accept-btn:hover {
  background-color: #02283e;
}

.policy-list {
  height: 600px;
  overflow-y: auto;
}

.login-box {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #fff;
  width: 450px;
  /* margin-top: 50px; */
}
/*.....note:-  we have added image link to header ......*/
.header {
  background: #d0d0d0;
  background-size: cover;
  height: 130px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-top: 30px;
  align-items: center;
  color: #20173c;
}

.tbox {
  width: 97.33%;
  height: 45px;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  margin-bottom: 10px;
  outline: none;
  font-size: 0.9rem;
  transition: 0.6s;
  color: #333;
}

.tbox:focus {
  border: 1px solid rgba(209, 66, 105, 0.36);
  transition: 0.6s;
  color: #d14269;
}
.login {
  margin: 15px 20px;
  padding-bottom: 20px;
}

.form-control1 a {
  display: block;
  border: 1px solid #f5f5f5;
  width: 100%;
  padding: 15px 0;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #033551;
  color: #f5f5f5;
  font-size: 1.2rem;
  outline: none;
  transition: 0.6s;
  text-align: center;
  text-decoration: none;
}

.form-control1 a:hover {
  background-color: #02283e;
}

.btn:hover {
  background-color: #333;
  transition: 0.6s;
}

.forget-box {
  text-align: center;
}

.link {
  color: #75334e;
}

.language {
  width: 200px;
  height: 30px;
  border: 2px solid #999;
  font-size: 18px;
  color: #0e1316;
  background-color: #eee;
  border-radius: 5px;
}

.policy-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.funded-by {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 992px) {
  body {
    height: auto;
  }
  .main-container {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;

    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .accept-btn {
    border: 1px solid #f5f5f5;
    padding: 5px;
    font-size: 1rem;
    outline: none;
    transition: 0.6s;
    text-align: center;
    text-decoration: none;
  }

  .policy-list {
    height: auto;
  }

  .login-box {
    border-radius: 4px;
    background-color: #fff;
    width: 350px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    /* margin-top: 50px; */
  }

  .desktop-logo-data {
    display: none;
  }

  .mobile-logo-data {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .network-logo-data {
    width: 330px;
  }

  .language {
    width: 100px;
    height: 30px;
    border: 2px solid #999;
    font-size: 18px;
    color: #0e1316;
    background-color: #eee;
    border-radius: 5px;
  }

  .policy-title {
    display: flex;
    align-items: self-start;
    flex-direction: column;
  }

  .welcome-container {
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100vh;
    flex-direction: column-reverse;
  }

  .success-info-section {
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .success-info-section h2 {
    margin-bottom: 5px;
  }

  .success-body {
    gap: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .lucide-check-circle {
    width: 100px;
  }

  .success-network-logo-section {
    margin-top: 50px;
  }

  .tiles {
    grid-template-columns: 2000px;
    gap: 10px;
  }
}
