/* here at Public resources */
a {
    text-decoration: none;
}

.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
    background: url('/bg_Login_Jamea.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.form-right i {
    font-size: 100px;
}

/* header styles */
header {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}


/* navigation bar styles */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
    margin-right: 20px;
}

nav a {
    color: #333333;
    text-decoration: none;
}

nav a:hover {
    color: #e67e22;
}

/* logo styles */
.logo {
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    height: 50px;
}

.logo h1 {
    color: #333333;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    vertical-align: middle;
}

/* login button styles */
.login {
    display: inline-block;
    float: right;
}

.login a {
    background-color: #e67e22;
    border: 1px solid #e67e22;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.login a:hover {
    background-color: #ffffff;
    color: #e67e22;
}

/* centered paragraph styles */
.centered {
    margin: 150px auto;
    max-width: 800px;
    padding: 20px;
    text-align: justify;
}

.centered p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.centered .button {
    background-color: #e67e22;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.centered .button:hover {
    background-color: #ffffff;
    color: #e67e22;
}

section {
    padding: 60px 0;
    min-height: 100vh;
}
.section_title {
margin-bottom: 40px;
}

.section_title h2 {
color: #333333;
font-size: 25px;
font-weight: 700;
letter-spacing: 1.8px;
text-transform: uppercase;
}

.brand_border .fa.fa-minus {
color: #fff;
font-size: 8px;
height: 2px;
background: #F8C01B none repeat scroll 0 0;
width: 100px;
}
.brand_border .fas.fa-handshake {
font-size: 14px;
color:#000000;
}


.section_title p {
color: #333333;
font-size: 14px;
line-height: 25px;
padding: 14px 0;
}


.tables-page-section .table {
text-align: center;
margin-bottom: 40px;
}
.tables-page-section .table th {
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 700;
padding: 10px 20px;
text-align: center;
}
.tables-page-section .table td {
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
background: #f1f1f1;
font-family: 'Lato', sans-serif;
font-size: 13px;
color: #666666;
padding: 10px 20px;
}
.tables-page-section .table thead th {
padding: 15px 20px;
text-align: center;
background: #ffba00 !important;
}
.tables-page-section .table tr th {
background: #f1f1f1;
}

.navbar{
    width: 100%;
}
.content {
    background: #fff;
    opacity: 0.95;
    border-radius: 21px;
    padding: 20px;
    margin: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px;
}
.heading-title {
    font-family: "Alice", serif;
    color: #b98027;
    text-align: center;
    margin-bottom: 10px;
    font-size: 4px;
}
@media (min-width: 1200px) {
    .heading-title h1 {
        font-size: 1.5rem;
    }
}

.lbl-text {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #0e4653;
    opacity: 0.7;
    margin-bottom: 3px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.input-control {
    width: 253px;
    height: 40px;
    border-radius: 21px;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 5px;
    border: 1.5px solid #0e4653;
    text-align: center;
    outline-style: none;
    margin-bottom: 2px;
}

.btn-login {
    width: 140px;
    height: 40px;
    border-radius: 21px;
    padding-left: 0px;
    font-size: 15px;
    margin: auto;
    background-color: #b98027;
    border: solid 1px #b98027;
    border-bottom: solid 5px #b98027;
    color: #fff;
    transition: all .5s ease-in;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;

}
.form-control {
    font-size: 12px;
}
.form-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 750px) {
    .heading-title h1 {
        font-size: 1rem;
    }
    .input-control,.form-control {
        font-size: 12px;
    }
}
