.signin-logo {
    width: 400px;
    padding-bottom: 1px;
}

.search-form input[type="text"] {
    padding: 15px;
    font-size: 20px;
}

.hero {
    align-items: normal !important;
}

.hero-bubbles {
    overflow: auto !important;
}

.search-form button {
    width: 65px;
    font-size: 30px;
}

.table-container {
    max-height: 500px;
    overflow-y: auto;
}

.table-container table tr td:first-child {
    text-align: left;
}

.pwd-content {
    padding: 10px;
    background-color: #ebff45;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media (max-width: 600px) { 
    .search-form input[type="text"] {
        padding: 20px;
        font-size: 25px;
    }
    
    .search-form button {
        width: 70px;
        font-size: 35px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .search-form input[type="text"] {
        padding: 30px;
        font-size: 35px;
    }
    
    .search-form button {
        width: 90px;
        font-size: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .search-form input[type="text"] {
        padding: 20px;
        font-size: 25px;
    }
    
    .search-form button {
        width: 70px;
        font-size: 35px;
    }
}
@media (min-width: 992px) {
    .search-form input[type="text"] {
        padding: 15px;
        font-size: 15px;
    }
    
    .search-form button {
        width: 65px;
        font-size: 30px;
    }
}