
a {
	color: #13b9c8 !important;
	text-decoration: none !important;
}
.logo img {
	width: 130px;
}
.color-white {
	color: #ffffff !important;
}
.box-title {
	border-left: .5rem solid #ff7473;
}
.box {
	border-radius: .5rem;
}
.bt-head {
	background-color: #ff7473;
	border-radius: .5rem;
    padding: 1rem;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
}
.carousel-inner img {
	width: 100%;
	height: 400px;
}
.item-news {
	border-radius: .2rem;
}
.item-news img {
	width: 100%;
}
.item-news-title, .item-news h3 {
	padding-left: 1.5rem;
}

.btn {
	background-color: #fff;
	border-radius: .5rem;
    padding: 0.2rem 1.5rem;
	cursor: pointer;
	border: 1px solid #ff7473;
	color: #ff7473;
}
.btn-submit {
	background-color: #ff7473;
	color: #fff;
}
.btn:hover {
	background: #f78989;
    border-color: #f78989;
    color: #fff;
}
.forgot {
	display: block;
	font-size: 1.2rem;
}
