.my-card-body {
    height: 180px;
}

.a-box-event {
    text-decoration: none !important; 
    color: #212529;
}

.form-signin input[type="password"] {
    margin-bottom: 0px !important;
}

.slider {
	overflow-y: hidden;
	max-height: 500px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slider.closed {
	max-height: 0;
}

.hide {
    display: none;
}

.btn-outline-info:hover {
	color: #fff !important;
}