﻿
body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
}

label {
    font-size: 14px;
    font-weight: bold;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 5px;
}


.bg-info1, .btn-info1 {
    background: #0a4c8d;
}

.form-control, .form-select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #f4f4f4;
    border: none;
    box-shadow: inset 0px -1px 0px #8d8d8d;
    border-radius: 4px;
}

.admission_form {
    margin-left: 50px;
    margin-right: 50px;
}

@media (max-width: 575.98px) {
    label {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }
}

button[type=submit] {
    font-weight: 500;
    font-size: 1rem;
}

.form-group {
    margin-bottom: .4rem
}

.font-14 {
    font-size: 14px;
    font-weight: 500;
}

.h5heading {
    background-color: #615b9b;
    padding-left: 8px;
    color: white;
}

.heading {
    padding: 0;
    margin: 0;
    border-bottom: 5px solid #e7e7e7;
    background: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.admission_from h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #393185;
}

.admission_from h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.admission_from h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

*:focus {
    outline: dashed 1px #7b7b7b !important;
}

@media (max-width: 786px) {
    .admission_from {
        margin-left: 0px;
        margin-right: 0px;
    }
}
