.card {
    border-radius: 0.5rem;
}
.card .text-muted {
    word-break: break-all
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.image_bank .lead {
    font-size: 15px;
    font-weight: 600;
    color: #17a2b8;
}

.image_bank .jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}


.image_bank .form-signin h2,
.image_bank .jumbotron h2,
.image_bank .jumbotron .lead,
.image_bank .page-link,
.image_bank .highlight,
.image_bank a {
    color: #17a2b8;
}

.page-item.active .page-link {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.image_bank .jumbotron p:last-child {
    margin-bottom: 0;
}

.image_bank footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image_bank footer p {
    margin-bottom: .25rem;
}

.image_bank .navbar-brand img {
    height: auto;
    width: 115px;
    margin-right: 10px;
}

.image_bank .card-img-top {
    text-align: center;
}

.image_bank .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.image_bank .form-signin {
    width: 100%;
    max-width: 420px;
    padding: 100px 15px;
    margin: auto;
}

.image_bank .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.image_bank .form-label-group > input,
.image_bank .form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
    color: #17a2b8;
}

.image_bank .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #17a2b8;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.image_bank .form-label-group input::-webkit-input-placeholder,
.image_bank .form-label-group input:-ms-input-placeholder,
.image_bank .form-label-group input::-ms-input-placeholder,
.image_bank .form-label-group input::-moz-placeholder,
.image_bank .form-label-group input::placeholder {
    color: transparent;
}

.image_bank .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.image_bank .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #17a2b8;
}