.background {
    background-image:
                linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url('../img/PorticoCROP.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.login-title{
    color: #4f4f4f;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 2.5rem;
}

.forgot-password{
    color: #4f4f4f;
    text-decoration: underline;
    font-family: 'Roboto';
    font-size: 1rem;
}

.forgot-password-container {
    margin-top: 3rem; /* Adjust the value as needed to move the link down */
}

.sign-up-text{
    color: #4f4f4f;
    text-decoration: underline;
    font-family: 'Roboto';
    font-size: 1rem;
}

.dont-have-account-text{
    color: #4f4f4f;
    font-family: 'Roboto';
    font-size: 1rem;
}

.home-welcome{
    color: white;
    font-size: 2.5rem;
    font-family: 'Roboto';
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
}

.text-section{
    margin-top: -6.25rem;
}

.btn {
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
    background-color: #008A00;
    border-color: #008A00;
    width: 100%;
}

.btn:hover {
    color: white;
    background-color: #006400;
    border-color: #006400;
}

p, ul {
    color: white;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 1.15rem;
    line-height: 1.4;
}

.form-outline .form-label {
    font-family: 'Roboto';  
    font-size: 1rem; 
    font-weight: bold;
}

.form-outline .form-control:focus ~ .form-label {
    font-family: 'Roboto';
    font-weight: bold;
}

#username {
    padding: 0.5rem 1rem;
    height: 2.724rem;
    background: white;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#password{
    padding: 0.5rem 1rem;
    height: 2.724rem;
    background: white;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.btn-pass {
    background-color: #fff;
    border-color: black;
    color: #4f4f4f;;
    padding: 0.2rem 0.50rem;
    border-radius: 0.25rem;
    border: 1px solid #bdbdbd;
    float: right;
}

.login-container {
    background-color: #F8FBF1;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    width: 100%; /* Make it responsive within its column */
    max-width: 100%; /* Optional max width */
}

.footer-text {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 12px;
    font-family: Arial, sans-serif;
    z-index: 1000; /* Ensures it appears on top of other elements */
    opacity: 0.8; /* Slight transparency */
}
