/* ERROR PAGE */

/* @font-face {
	font-family: 'Montserrat';
	src: url(‘static/fonts/Montserrat-Medium.ttf’) format(truetype),
} */

.mu-error-area {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}
.mu-error-area p {
    font-size: 22px;
    font-family: 'Times New Roman', Times, serif;
}

.mu-error-area h2 {
    font-size: 200px;
    line-height: 1.7;
    color: #009cff;
    font-weight: bold;
    font-family: 'Montserrat', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.mu-error-area span {

    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
}

.mu-post-btn {
    background-color: transparent;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    padding: 10px 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
}

.mu-post-btn:hover, .mu-post-btn:focus {
    color: #f3eded;
    background-color: #009cff;
}
 
/* Tables */

.table_subject {
    border-radius: 10px;
}

.table_subject th {
    background-color: #009cff;
    color: #fff;
    font-family: 'Montserrat', Courier, monospace;
    text-align: center;
}

.table_subject td {
    text-align: center;
}

.table_subject .btn-primary {
    background-color: #009cff;
    color: #fff;
    border: #009cff;
    font-family: 'Montserrat', Courier, monospace;
}

.blog_img_popular img {
    border: 3px solid #009cff;
    border-radius: 5px;
}

/* #category-subjects {
    background-color: #d8d5d5;
    border-radius: 3px;
} */


.text_align_center {
    font-family: 'Montserrat', 'Lucida Sans Unicode';
}

/* PAGE CONNEXION */
.page_login {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f0f0;
}

.login-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 400px;
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-container p {
    text-align: center;
    font-weight: bold;
}

.login-container span {
    color: rgb(76, 43, 59);
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.page_login button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page_login button:hover {
    background-color: #0056b3;
}
