/*
	Bootstrap Customize
*/

.bg-primary{
	background-color: #2e67b2!important;
}
.bg-secondary{
	background-color: #26a3f7!important;
}
.bg-warning{
	background-color: #f8d26f!important;
}
.text-primary{
	color: #2e67b2!important;
}
.text-warning{
	color: #f8d26f!important;
}

.btn-primary{
	background-color: #2e67b2;
    border-color: #2e67b2;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
	background-color: #2e67b2!important;
}

.card{
	border-radius: 10px!important;
}

/* BTN */
.btn-lemon {
	color: #fff!important;
	background-color: #70BF4A!important;
	border-color: #70BF4A!important;
	padding: .5rem .75rem!important;
}
.btn-lemon:hover,
.btn-lemon:focus,
.btn-lemon:active {
	color: #fff!important;
	background-color: #22aa86!important;
	border-color: #22aa86!important;
}

.btn-white {
	color: #2e67b2!important;
	background-color: #fff!important;
	border-color: #fff!important;
	padding: .5rem .75rem!important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	color: #2e67b2!important;
	background-color: #fff!important;
	border-color: #fff!important;
}