.container {
    margin-top: 88px;
    max-width: 95%
}

@media (max-width: 576px) {
    .container {
        max-width: 100%
    }

    .bg1 {
        padding: 4px 0px;
        background-color: #007bff;
        color: white;
        text-align: center;
        font-size: 20px;
    }

    .bg {
        margin-top: 30px;

        font-size: 25px;
    }

    .small {
        font-size: 10px;
    }

    .cl {
        color: #007bff;
        font-size: 10px;
        text-align: center;
    }
}

h1 {
    font-size: 32px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 20px;
}

p {
    color: #666666;
    line-height: 1.6;
}

.lead {
    font-size: 20px;
    color: #333333;
    margin-bottom: 40px;
}

.list-group-item {
    background-color: #f8f9fa;
    border: none;
}

.card {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.carousel-inner {
    border-radius: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    color: #007bff;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #0056b3;
}

.testimonial-text {
    font-size: 18px;
    color: #333333;
}

.testimonial-author {
    font-size: 16px;
    color: #777777;
}

form {
    margin-top: 30px;
}

.form-group label {
    font-weight: bold;
    color: #333333;
}

.form-control {
    border-color: #007bff;
    box-shadow: none;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.login {
    margin-bottom: 30px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.profile-box {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.profile-box h2 {
    margin-top: 0;
    text-align: center;
}

.profile-box .profile-details {
    margin-bottom: 10px;
}

.profile-box .profile-details p {
    margin-bottom: 5px;
}

.profile-box .profile-details a {
    display: inline-block;
    margin-right: 10px;
    color: #007bff;
}

.login {
    margin: 10px auto;
    margin-bottom: -10px;
    margin-top: 2px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #6610f2;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.alert {
    margin-bottom: 10px;
}

.input-group {
    position: relative;
}

.input-group-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    color: #ccc;
    cursor: pointer;
}

.username-input,
.password-input {
    height: 48px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-right: 40px;
    width: 100%;
}

.form-select {
    height: 38px;
    font-size: 14px;
    width: 100%;
}

.btn-login {
    width: 40%;
    background-color: #6610f2;
    border: 2px solid #6610f2;
}

.btn-login:hover,
.btn-login:focus {
    background-color: #fff;
    border: 2px solid #6610f2;
    color: white;
}

.small {
    text-align: center;
    margin-top: -20px;
}

.btm {
    margin-bottom: -20px;
}

.loginh1 {
    text-align: center;
    color: #6610f2;
}

.fn {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.size {
    padding: 15px 30px;
}

.bs {
    color: #007bff;
}

.bg1 {
    padding: 8px 0px;
    background-color: #6610f2;
    color: white;
    text-align: center;
    font-size: 40px;
}

.bg {
    color: black;
}

.cl {
    color: black;
    font-size: 30px;
    text-align: center;
    padding: 2px 0px;
}

.hf {
    margin-bottom: -16px;
    text-align: left;
    margin-top: 15px;
}

.form-group label {
    font-weight: bold;
    color: #666;
}

.btn-primary {
    width: 100%;
    margin-top: 0px;
}

.btn-primary:hover {
    background-color: #3d73e0;
}

.admission-details {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.admission-details h4 {
    margin-bottom: 20px;
    color: #333;
}

.admission-details p {
    margin-bottom: 10px;
    color: #555;
}

.admission-status {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
}

.text-success {
    color: #28a745;
    font-weight: bold;
}

.text-info {
    color: #17a2b8;
    font-weight: bold;
}

.text-danger {
    color: #dc3545;
    font-weight: bold;
}

.admission-photo {
    width: 180px;
    height: 200px;
    margin-top: -40px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.he {
    margin-bottom: -20px;
}

.ad {
    margin-top: 5px;
}