.iko{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
}
.iko a{
    text-decoration: none;
    color: #000;
}
.iko span{
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
}
.iko span .ico{
    background-color: #1368F1;
    border-radius: 10px;
    padding: .5px 1px;
    margin-right: 8px;
} 
.iko span .ico svg{
    stroke: #fff;
    height: 20px;
    width: 20px;
    margin: auto;
    padding: 6px;
    align-items: center;
    justify-items: center;
    align-content: center;
}
.forgot{
    width: 400px;
    height: fit-content;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.048);
    border-radius: 15px;
    padding: 10px 30px;
    margin-top: 35px;
}
.forgot h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #0F1729;
}
.forgot p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #6B7280;
}
.forgot form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    font-family: sans-serif;
    font-size: 14px;
}
.forgot form .forgot1{
    display: flex;
    background: #F9FAFB;
    padding: 12px 16px;
    gap: 5px;
    border-radius: 10px;
}
.forgot form .forgot1 input{
    border: none;
    outline: none;
    background: #F9FAFB;
    font-size: 14px;
    width: 100%;
}
.but5{
    background-color: #1368F1;
    color: #FFFFFF;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.but5:disabled {
  background: #bcd8ff;
  cursor: not-allowed;
}
a{
    text-decoration: none;
}
.forgot .but4{
    color: #6B7280;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    width: 150px;
}
.forgot .but4 svg{
    height: 16px;
    width: 16px;
}

.but4_1{
    background: #1368F1;
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    width: 90%;
    margin-bottom: 20px;
}
.but4_2{
    background: #16A2491A;
    padding: 12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: auto;
}
.but4_2 svg{
    height: 32px;
    width: 32px;
    color: #16A249;
}
.but4_4{
    font-family: sans-serif;
    color: #6B7280;
    font-size: 14px;
    margin: auto;
    width: 390px; 
    margin-bottom: 20px;
    text-align: center;
}
.but4_4 a{
    color: #1368F1;
}
.loading {
  display: none;
  justify-content: center;
  margin-top: 15px;
}

.spinner {
  width: 25px;
  height: 25px;
  border: 3px solid #ddd;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

#successBox {
  margin-top: 18px;
  background: #e9f7ff;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #007bff;
  font-size: 14px;
  color: #0056b3;
}

.hidden {
  display: none;
}
.back-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
}

.back-link:hover {
  text-decoration: underline;
}
@media (max-width:599px) {
    .iko{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 250px;
}
.iko a{
    text-decoration: none;
    color: #000;
}
.iko span{
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
}
.iko span .ico{
    background-color: #1368F1;
    border-radius: 10px;
    padding: .5px 1px;
    margin-right: 8px;
} 
.iko span .ico svg{
    stroke: #fff;
    height: 20px;
    width: 20px;
    margin: auto;
    padding: 6px;
    align-items: center;
    justify-items: center;
    align-content: center;
}
.forgot{
    width: 320px;
    height:fit-content;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.048);
    border-radius: 15px;
    padding: 10px 30px;
    margin-top: 35px;
}
.forgot h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #0F1729;
}
.forgot p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #6B7280;
}
.forgot form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    font-family: sans-serif;
    font-size: 14px;
}
.forgot form .forgot1{
    display: flex;
    background: #F9FAFB;
    padding: 12px 16px;
    gap: 5px;
    border-radius: 10px;
}
.forgot form .forgot1 input{
    border: none;
    outline: none;
    background: #F9FAFB;
    font-size: 14px;
    width: 100%;
}
.but5{
    background-color: #1368F1;
    color: #FFFFFF;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
}
a{
    text-decoration: none;
}
.forgot .but4{
    color: #6B7280;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    margin-top: 20px;
    width: 150px;
}
.forgot .but4 svg{
    height: 16px;
    width: 16px;
}
.but4_4{
    font-family: sans-serif;
    color: #6B7280;
    font-size: 14px;
    margin: auto;
    width: 320px; 
    margin-bottom: 20px;
}
}