.logo {
    max-width: 60px;
    background-color: #fff;
    border-radius: 16px;
    padding: 10px;
    box-shadow: #65656565 4px 4px 8px;
}

.navbar {
    background-color: #f15a2a;
    box-shadow: grey 0px 1px 10px;
}

.navbar-brand {
    color: #fff !important;
}

.modal .form-control {
    margin-bottom: 10px;
}

#dashboard-section {
    display: none;
    margin-top: 100px !important;
}

#login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hover-pointer,
.hover-pointer * {
    cursor: pointer;
}

body {
    background-color: #f1f1f1 !important;
}

.card {
    border-radius: 1.25rem !important;
    margin-bottom: 1.25rem;
    box-shadow: #b5b5b5 5px 5px 15px;
}

.card-header {
    border-radius: 1.25rem 1.25rem 0 0 !important;
    font-size: large;
    font-weight: bold;
}

#add-bus-btn {
    max-height: fit-content;
}

#login-card {
    max-width: 600px;
    width: 100%;
    border-radius: 1.25rem;
    border: none;
    background-color: #fff;
}

#login-card img {
    width: 150px;
    padding: 1.25rem;
    border-radius: 1.25rem;
}

.text-orange {
    color: #f15a2a;
}

#google-login {
    background-color: #f15a2a;
    color: white;
    border: 2px solid transparent;
}

#google-login:hover {
    background-color: #f15a2a14;
    color: #f15a2a;
    border: 2px solid #f15a2a;
}