body{
    margin: 0;
    padding: 0;
}
.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: 1px 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;
    margin-bottom: 100px;
}
.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: #7da8e7;
    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;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    width: 250px;
}
.forgot .but4 span{
    color: #1368F1;
}
.forgot2 .but4{
    color: #6B7280;
    border: none;
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin: auto;
    width: 350px;
}
.forgot .forgot2{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    justify-items: center;
}
.forgot .but6{
    text-align: left;
    font-size: 12px;
    margin: 0;
}
.matchText {
    font-size: 12px;
    color: red;
    padding-top: 5px;
    display: block;
}

.forgot form .loading {
    display: none;
    text-align: center;
    margin-top: 15px;
}

.forgot form .spinner {
    width: 22px;
    height: 22px;
    border: 3px solid #ccc;
    border-top: 3px solid #1A73E8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}
.toggle {
  cursor: pointer;
  font-size: 18px;
}
.toggles {
  cursor: pointer;
  font-size: 18px;
}
@media (max-width:599px) {
    .iko{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 150px;
}
.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;
    margin-bottom: 50px;
}
.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: #7da8e7;
    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;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    width: 250px;
}
.forgot .but4 span{
    color: #1368F1;
}
.forgot2 .but4{
    color: #6B7280;
    border: none;
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin: auto;
    width: 350px;
}
.forgot .forgot2{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    justify-items: center;
}
.forgot .but6{
    text-align: left;
    font-size: 12px;
    margin: 0;
}
.matchText {
    font-size: 12px;
    color: red;
    padding-top: 5px;
    display: block;
}

.forgot form .loading {
    display: none;
    text-align: center;
    margin-top: 15px;
}

.forgot form .spinner {
    width: 22px;
    height: 22px;
    border: 3px solid #ccc;
    border-top: 3px solid #1A73E8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
}