body {
  background-color: rgba(227, 232, 244, 0.67);
  font-family: 'Poppins', sans-serif !important;
}
.fieldIcon {
  color: #004080;
}
.btn-primary {
  background: #004080;
  border-color: #004080;
  border-radius: 15px;
}
.btn-primary:hover {
  background: #0059b3; 
  border-color: #0059b3;
  border-radius: 15px;
}
.loginCard {
  border-radius: 15px;
}
.loginFoot {
  border-radius: 15px;
  font-size: 0.7rem;
  background-color: #f8f9fa;
}
.iti {
    width: 100%;
}

.iti__flag-container {
    top: 0;
    left: 0;
}
.resend-btn {
    background: transparent;
    border: 2px dashed #6c757d;
    color: #6c757d;
    font-weight: 500;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.resend-btn:hover {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.resend-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#resendTimer {
    font-size: 0.85rem;
}
