.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(137 162 175/70%);
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.card strong {
    color: #ffffff;
}

.card .form-control {
   background-color: rgb(255 255 255/70%);
    color: #161515;
}
