body {
    background-color: #f9f9f9ce;
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    

}

:root {
    --primary-blue: #239ada;
    --secondary-blue: #1a83c0b9;
    --accent-blue: #265682;
    --info-blue: #bcc830;
    --top-bg-color: #00FFFF;
    --bottom-bg-color: #f0f3f4;
}

.welcome-message {
    color: var(--accent-blue);
    font-size: 1.2rem;
    padding-top: 2.6rem;
}
.card.custom-shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.login-box {
    width: 100%;
    /* max-width: 400px; */
    box-sizing: border-box;
    margin: auto;
}

.login-logo {
    margin: 0 auto 20px;
    height: 100px;
    width: 100px;
    background-image: url('../assets/images/logo_a.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.login-box .login-card {
    border-radius: 2px;
    padding: 20px;
    background-color: #fff;
}

.login-box-msg {
    color: #265682;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-group {
    margin-top: 15px;
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #585d63;
}

form .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #4e99db;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.btn-block {
    width: 100%;
    height: 40px;
    background-color: #00abef;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin-top: 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.btn-block:hover {
    background-color: #00abef8c;
    cursor: pointer;
}

.resetlink {
    text-align: center;
    margin-top: 20px;
    color: #611f21;
    font-size: 14px;
}

.resetlink a {
    color: #10497E;
    text-decoration: none;
    font-weight: 600;
}

.resetlink a:hover {
    text-decoration: underline;
}

.invalid-feedback {
    color: red;
    font-size: 12px;
}


@media (max-width: 576px) {
    .login {
        padding: 5%;
    }

    .login-box {
        width: 100%;
        padding: 10px;
    }

    .btn-block {
        height: 45px;
    }
}


.card-header-custom {
    background: linear-gradient(to right, #00b4f1, #007cd6);
    color: #772e2e;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 1rem;
}

.custom-card {
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.download-btn {
    width: 100%;
    font-weight: 500;
    margin-bottom: 0.5rem;
}


.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 320px;
    /* Adjust as needed */
}

.card-content-top {
    flex-shrink: 1;
}

.card-content-bottom {
    margin-top: auto;
}

.card-height-fill {
    height: 100%;
}

.card-body-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.brand-banner {
    margin-top: 2px;
    margin-bottom: 2px;
    animation: fadeInDown 0.8s ease-in-out;
}

.brand-title {
    font-size: 2.8rem;
    font-weight: 150;
    color: #198754;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    transition: transform 0.3s ease;
}

.brand-title:hover {
    transform: scale(1.05);
}

.brand-subtitle {
    font-size: 1.6rem;
    color: #00abef;
    /* text-muted */
    /* font-style: italic; */
    margin-top: 0.2rem;
    animation: fadeIn 1s ease-in-out;
}

/* Simple fade in animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 4;
    }
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
    font-size: 1rem;
}

.password-toggle-icon {
  position: absolute;
  top: 80%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #00abef;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}

.password-toggle-icon i:hover {
  color: #00abef5b;
}

.carousel-item {
  min-height: 220px;
}

.carousel-inner p {
  font-size: 1rem;
  color: #333;
}

.carousel-inner h6 {
  color: #198754;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.input-icon-start {
  position: absolute;
  top: 70%;
  right: 10px;
  transform: translateY(-50%);
  color: #00abef;
  font-size: 16px;
  pointer-events: none;
}

/* Modal content styling */
#guidelinesModal .modal-content {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: 'Source Sans Pro', sans-serif;
}

/* Modal header with gradient */
#guidelinesModal .modal-header {
  background: linear-gradient(to right, #00b4f1, #007cd6);
  color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1rem 1.5rem;
}

#guidelinesModal .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}

#guidelinesModal .btn-close {
  filter: invert(1);
}

/* Modal body styling */
#guidelinesModal .modal-body {
  padding: 1.5rem;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

#guidelinesModal .modal-body ol {
  padding-left: 1.2rem;
}

#guidelinesModal .modal-body li {
  margin-bottom: 1rem;
}

#guidelinesModal .modal-body a {
  color: #007cd6;
  text-decoration: underline;
}

/* Footer styling */
#guidelinesModal .modal-footer {
  border-top: 1px solid #eee;
  padding: 0.75rem 1.5rem;
  background-color: #f9f9f9;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 0.85rem;
  color: #666;
}

