.form-signin .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.body-class {
    height: 100%;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="username"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 100%;
}

.no-underline {
    text-decoration: none;
}

.card-homepage {
    max-width: 18rem;
    cursor: pointer;
}

.bg-lightgrey {
    background-color: #f5f5f5;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    background-color: #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: auto;
    text-align: center;
}

.error-message {
    color: red;
    margin-left: 3px;
}

.size-mid {
    font-size: 22px;
}

.size-small {
    font-size: 14px;
}

.title-section {
    font-size: 20px;
    font-weight: bolder;
    color: #787878;
}

.title-section-small {
    font-size: 16px;
    font-weight: bolder;
    color: #787878;
}

.title-user-name {
    font-size: 20px;
    color: #787878;
}

.loading-spinner {
    position: fixed;
    z-index: 999;
    height: 3rem;
    width: 3rem;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading-div {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.11); !* Black background with opacity *!*/
    z-index: 1056; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer; !* Add a pointer on hover *!*/
}

.boxed-content {
    height: 700px;
    overflow: auto
}


