

#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Sticky position */
    bottom: 20px; /* 20px from the bottom */
    right: 30px; /* 30px from the right */
    z-index: 99; /* On top of other content */
}

.navbar-brand {
    color: #239b61 !important; /* Apply green color to "Ashdown TechLab" */
    font-weight: bold;          /* Make "Ashdown TechLab" bold */
}

.nav-link:hover {
    color: #1e8b55 !important;   /* Optional: Darken the color on hover */
}

.custom-width {
    width: 300px; /* Adjust width as needed */
}

.centered-form {
    margin: 0 auto;      /* Center horizontally */
    max-width: 400px;    /* Set a maximum width */
}

.registerC {
    max-width: 400px;
}

.logoC {

max-height: 40px;
}

.homeExtra {

top: 20px;
max-height: 80vh;
overflow-y: auto;
}



