.border-lightBrown {
	border: 1px solid #e7e0d8;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	position: relative;
}

	.border-lightBrown h3 {
		font-size: 20px;
		line-height: 50px;
		padding-left: 15px;
		border-bottom: 1px solid #e7e0d8;
	}

	.auth label {
		line-height: 30px;
	}

	.auth .btn-container {
		position: absolute;
		bottom: -20px;
		width: 100%;
		text-align: center;
	}

@media (max-width: 991px) {
	.auth .text-right {
		text-align: left;
	}
}