html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
}

.forgot-password-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 730px;

}

.forgot-password-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;

}

.main-wrapper {
  flex: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  width: 500px;

}

.container {
  max-width: 400px;
  width: 100%;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

@media(min-width:1200px){
.tooltip-box {
  position: absolute;
  top: 50px;
  left: 280px;
  width: 350px;
  height: 250px;
  z-index: 999;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.tooltip-box .tooltip-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #444;
}


.tooltip-box .tooltip-body {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tooltip-box .tooltip-body ol {
  padding-left: 18px;
  margin: 0;
}

.tooltip-box .tooltip-body li {
  margin-bottom: 6px;
}
}
@media(max-width:1199px){
.tooltip-box {
  position: absolute;
  top: 240px;
  left: -120px;
  width: 265px;
  height: 250px;
  z-index: 999;
  font-size: 12px;
  color: #333;
  line-height: 1.8;
}

.tooltip-box .tooltip-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #444;
}


.tooltip-box .tooltip-body {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tooltip-box .tooltip-body ol {
  padding-left: 18px;
  margin: 0;
}

.tooltip-box .tooltip-body li {
  margin-bottom: 6px;
}
}
@media (min-width:801px) and (max-width:1199px){
  .tooltip-box{
    left:-85px !important;
  }
}
@media(max-width:450px){
  .footer{
    font-size:12px !important;
  }
}
.logo {
  width: 36px;
}
.hide {
  display: none !important;
}
h1 {
  font-size: 32px !important;
  color: #333;
  font-weight: bold;
  margin: 0;
}

.info-wrapper {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #555;
  margin: 12px 0 25px;
}

.info-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-top: 7px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  /* You can add background-image here for the SVG */
}

.form-group {
  text-align: left;
  margin-bottom: 15px;
}

label {
  font-size: 14px;
  display: block;
}

input[type="email"],
input[type="text"] {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.captcha-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.captcha-image {
  height: 40px;
  width: 115px;
  text-align: center;
  background-color: #eee;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  color: #888;
}

.captcha-hint {
  font-size: 12px;
  color: #666;
  text-align: left;
  margin-bottom: 15px;
}

.btn {
  width: 100%;
  padding: 12px;
  background-color: #1e0a3c;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
}

.login-link {
  text-align: center;
  font-size: 14px;
  margin-top: 20px !important;
}

.login-link a {
  color: #1e0a3c;
  text-decoration: none;
  font-weight: bold;
}

.footer {
  text-align: center;
  font-size: 14px;
  color: #444;
  padding: 20px;
  background-color: transparent;
}

.footer a {
  color: #1e0a3c;
  text-decoration: none;
}

.error-input-box {
  border: 1px solid red !important;
}

.error-text {
  color: red;
}
.form-spacing {
    margin: 10px 0; 
}
.form-middle-spacing {
    margin: 30px 0; 
    
    height: 20px;
}
.forgoterror-box {
  background-color: #ffcccc;
  color: red;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid red;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

