* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  /* background-image: url("../img/bg.png"); */
  background-color: #f8f9fb;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  color: #10467a;
  box-sizing: border-box;
  font-weight: 200;
   font-family: 'Poppins', sans-serif;
  /* letter-spacing: 0.1rem; */
}

.main-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 100dvh;
  box-sizing: border-box;
}

.logo-01{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.logo-02{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10% auto;
}

.btn{
  /* background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%); */
  background-color: #10467a;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 3.5rem;
  padding: 0 4rem;
  text-align: center;
  text-shadow: rgba(229, 231, 218, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn:hover {
  /* box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px; */
  /* transition-duration: .1s; */
  /* transform: translate(0, 0.1px); */
  padding: 0rem 6rem;
}

.position-center{
  position: absolute;
  bottom: 10%;
  transform: translateY(-50%);
}

.reg{
  font-size: 2.5rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

/* .form-container{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
} */
 .form-container label{
  font-size: 2rem;
  text-shadow: 2px 2px #a09c9c;
  font-weight: 400;
 }
 .form-container input{
  width: 100%;
  padding: 1rem 0;
  border-radius: 3rem;
  border: none;
 }
.count-txt{
  font-size: 5rem;
  margin-top: 0.2rem;
  font-weight: 600;
}

.q-form{
  margin: 0.8rem 0;
  font-size: 2rem;
}

.q-form h3{
  margin-bottom: 1rem;
}

.ans-panel{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.q_n{
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.ans-panel h5{
  /* background-color: #b8a60b ; */
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.2rem;
  border-radius: 4rem;
  border: 0.2rem solid #10467a;
}

.ans-panel h5:hover {
  background-color: #c2b85f ;
}

.form-container {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 5rem;
}

.input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.input-label {
  font-size: 32px;
  font-weight: 400;
  color: #09343a;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: Impact;
}

.input-field {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  background: white;
  color: #1a365d;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  outline: none;
  transition: all 0.3s ease;
}

.dash{
  
}
.dash span{
  font-size: 1.2rem;
  text-align: left;
}