.card-yotel {
    width: auto;
    background-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.bg-black-yotel {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}
.btn-primary-yotel {
    background-color: #45134c;
    border: none;
    height: 50px;
}
.btn-primary-yotel:hover {
    background-color: #591d62;
}
.form-control-yotel {
    height: 45px;
}
.card-container{
    height: 100vh;
}
.container-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.custom-control {
    align-items: center;
    padding: 7px;
    flex-wrap: nowrap;
}
.custom-control-label {
    margin-left: 30px;
}
.input-sm{
    height: 35px;
}
.custom-control-input {
    margin-right: 10px;
}


