.loginContainer {
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
}

.salutationselect {
    border-radius: 0.25rem;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.requieSign {
    color: red;
}

.leftSignCont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
}

.joinPara {
    font-size: 35px;
    font-weight: 700;
}

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

#registerForm .form-label {
    color: black;
    font-size: 18px;
}

.passCont {
    align-items: center;
}

#toggleIcon {
    border: 1px solid silver;
    z-index: 10;
    color: #048aae;
}

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

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

.submit-btn{
    background-color: #048aae;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    color: #fff;
}

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

.loginLink {
    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;
}
.form-label{
    color: #3B3E43 !important;
}
