.hero_bg
	background-color: transparent
	background-repeat: no-repeat
	background-size: cover

.hero_header
	background-repeat: no-repeat
	background-position: 100%

	@include phone
		background-position: right 120px

	@include tablet-ls
		background-position: right 120px

	.top-nav
		a
			color: #337ab7

			&:hover
				color: #23527c

.hero-5
	h3
		margin: 30px 0 40px
		line-height: 36px

	.btn
		&:hover
			text-decoration: none

.width-hero-bg
	color: #fff
	min-height: 530px

	.btn-success
		margin: 0

.app-details-signup
	margin-bottom: 70px

	@include phone
		margin-bottom: 0

	.form-group-lg .form-control
		height: 35px
		padding: 10px 6px
		border-radius: 4px
		font-size: 14px
		margin-right: 4px

	.btn-warning
		margin-left: 0

