body {
    background-image: url('../images/pattern.jpg');
    background-repeat: repeat;
    font-family: 'El Messiri', sans-serif;
    background-size: 300px;
    
}

.banner-container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.banner-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.95);
}

.card-header {
    background-color: #007bff;
    color: white;
    padding: 1rem;
    font-family: 'El Messiri', sans-serif;
    font-weight: 600;
}

.card-header h3 {
    font-weight: 700;
    font-size: 1.2rem;
}
.btn-link{
    color: #ffffff;
}


#verificationCode {
    letter-spacing: 0.5em;
    font-size: 1.5em;
}

.form-control {
    border: 2px solid #e9ecef;
    padding: 0.75rem;
    transition: border-color 0.2s ease-in-out;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: none;
}

.btn-primary {
    padding: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #007bff;
    border: none;
    transition: background-color 0.2s ease-in-out;
    font-family: 'El Messiri', sans-serif;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #0056b3;
}

#resendCode {
    color: #007bff;
}

#resendCode:hover {
    color: #0056b3;
    text-decoration: none;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.alert {
    margin-top: 1rem;
    border: none;
    border-radius: 0.25rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: 'El Messiri', sans-serif;
    font-weight: 600;
}

.form-text {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'El Messiri', sans-serif;
    font-weight: 600;
}
