.forgotPasswordContainer {
    width: 500px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    background: #fff;
}

.fgHead {
    color: #048aae;
    font-size: 25px;
    font-weight: 700;
}

#forgotPasswordForm .form-label {
    color: #048aae;
    font-size: 18px;
}

.subBtn {
    background-color: #048aae;
    border: none;
    outline: none;
    padding: 10px;
    color: white;
    border-radius: 6px;
    width: 40%;
}


.line {
    width: 100%;
    height: 1px;
    border: 1px solid silver;
    margin: 15px 0px;
}

.fLastDiv {
    text-align: center;
    font-weight: 500;
}

.loginLink,
.regLink {
    color: #048aae;
    font-size: 18px;
    cursor: pointer;
}

/* Filter Bar */
.filter-bar {
    background-color: #43BDA7;
    padding: 1rem 0.5rem;
}

.filter-bar .form-select,
.filter-bar .btn-search {
    border-radius: 4px;
}

.btn-search {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
}

.btn-search:hover {
    opacity: 0.9;
}

.tittle-color {
    color: #ffffff;
}

/* Navbar Top */
.navbar-top {
    background-color: #fff;
}

.navbar-brand {
    font-weight: 600;
    color: #43BDA7 !important;
}

.nav-link {
    color: #333 !important;
}

.nav-link:hover {
    color: #43BDA7 !important;
}

.btn-login {
    background-color: #43BDA7;
    color: #fff;
    border: none;
    padding: 0.45rem 1rem;
    border-radius: 4px;
}

.btn-login:hover {
    opacity: 0.9;
}

/* Footer */
.footer {
    background-color: #43BDA7;
    color: #fff;
    padding: 1.5rem;
}

.footer .social-icons a {
    margin: 0 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
}

.footer .social-icons a:hover {
    opacity: 0.8;
}

.phone,
.location,
.emailImg {
    height: 20px;
    width: 20px;
}
