.bx-blue .btn.btn-default {
	display: inline-flex;
    align-items: center;
    text-align: center;
    background-color: #38D3E8;
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    height: auto;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    max-width: none;
    border-radius: 8px;
}
.bx-blue .btn.btn-default:hover {
	outline: none;
	background-color: #129CF1;
	border-color: #129CF1;
	color: #FFF;
}
.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}