#bv-validating {
	text-align: center;
    width: 100%;
    background: red;
    display: table;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    overflow: visible;
    box-sizing: border-box;
    border-radius: 15px;
    color: #fff;
}

#bv-validating img {
	max-height: 20px;
    line-height: 45px;
    vertical-align: middle;
    margin-right: 15px;
}

#bv-validating:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 10px;
	margin-left: -10px;
}