.inner_banner_section{
	background: url("../images/carro/5.jpg");
	background-size: contain;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 350px;
}


.btn_login{
	width: 25%;
	background: #0099ff;
	border-radius: 4px;
	color: white!important;
	padding: 10px 30px;
	display: block;
	text-align: center;
	margin: 1% auto;
	margin-left: 0;
	cursor: pointer;
}

.btn_login:hover{
	background: linear-gradient(45deg,#ffac60,#ce7fc1);
	color: #000;
}

.rbq li{
	display: block;
	margin-top:1%;
	font-size: 13pt;
	color: #444;
	font-weight: 500;
}