body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url('../img/bg_img.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

div#background_stripe {
	position: absolute;
	min-height: 150px;
	top: 50%;
	margin-top: -75px;
	width: 100%;
	background-color: transparent;
	/*display:flex;*/
	/*flex-direction:row;*/
	/*justify-content:flex-start;*/
	/*flex-wrap:wrap;*/
	align-items:center;
	color: #fff;
	font-size: 13px;
}

div#background_stripe #frm-login-container{
	opacity: 1;
	background-color: rgba(191, 20, 0, 0.71);
}

div#background_stripe .container{
	width:100%;
}

.mobile {
	display: none;
}
/*@media only screen and (min-width: 992px) {*/
	/*.mobile{ display: none; }*/

/*}*/
/*@media only screen and (max-width: 768px) {*/
	/*div#background_stripe {*/
		/*top: 0;*/
		/*margin-top: 0;*/
	/*}*/
/*}*/

.btn > input[type="radio"],
.btn > input[type="checkbox"] {
	display: none;

}

.btn > input[type=radio] + label,
.btn > input[type=checkbox] + label {
	display: block;
	text-align: left;
	margin: 0;
	font-size: 20px;
	cursor: pointer;
}

.btn > input[type=radio] + label:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 20px;
	font-weight: 200;
	content: "\f10c";
	/* The Open Circle Can be replaced with another Font Awesome Icon */
	cursor: pointer;
}

.btn > input[type=checkbox] + label:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 20px;
	font-weight: 200;
	content: "\f096";
	/* The Open Circle Can be replaced with another Font Awesome Icon */
	cursor: pointer;
}

.btn > input[type=radio] + label:before,
.btn > input[type=checkbox] + label:before {
	letter-spacing: 10px;
	width: 50px;
}

.btn > input[type=radio]:checked + label:before {
	content: "\f05d";
	/* Replace with f111 for a Solid Circle (or any other Font Awesome Icon */
	/*color: #fff;*/
	/* Remove this if you remove the 3 Last Rules of the CSS */
}

.btn > input[type=checkbox]:checked + label:before {
	content: "\f046";
	/* Replace with f111 for a Solid Circle (or any other Font Awesome Icon */
	/*color: #fff;*/
	/* Remove this if you remove the 3 Last Rules of the CSS */
}

.spacer-10 {
	height: 10px;
}