html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{ font-family: 'Oswald', sans-serif; width: 100%; height: 100%; min-width: 100%; min-height: 100%; line-height: 1.3; }
.body-bg { background: url(../images/bg.jpg) no-repeat center center fixed #3c065e; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
header{ padding: 0; }
.register-form{ padding: 30px; position: relative; background: rgba(254,240,167,0.2); border-radius: 6px; color: #fff; }
.form-control{ height: 45px; line-height: 45px; border-radius: 3px !important; border:none; }
.form-control:focus{ box-shadow: none; outline: none; }
.btn-block{ display: block; width: 100%; height: 45px;  }
.req{ color: red; }
.form-group { position: relative; }
.form-group .error{ position: absolute; right: 0; top: 0px; font-size: 12px;}
.page-inner header{ background: #fff;}
.card .card-title{ font-size: 26px; }
.card .card-text{line-height: 20px;}
.page-inner {  background: url(../images/inner-bg.jpg) no-repeat center center fixed #ebebeb; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.page-inner.no-bg{ background: #fff !important; }
.section{ padding: 50px 0;  }
.custom.card { position: relative; padding-left: 70px;}
.custom.card .fa{ position: absolute; left: 30px; top: 30px; font-size: 35px; color: #b2b2b2; }
.btn { border: none; box-shadow: none; text-transform: uppercase; }
.btn:focus, .btn:hover, .btn:active { box-shadow: none !important; }
.btn-warning { background: #fef0a7 !important; }
.register-form a{ color: #fff; }
.form-check-input { margin-top: 0 !important; }

@media screen and (max-width: 992px) {
	.card .card-title{ font-size: 22px; }
	.body-bg { background: url(../images/bg.jpg) no-repeat -550px -250px fixed #3c065e; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	.page-inner {  background: #ebebeb;}
	.custom.card { padding-left: 60px; }
	.custom.card .fa { left: 20px; top: 20px; font-size: 25px; } 
}

@media screen and (max-width: 1024px) and (min-width: 600px) {

}

.navbar-brand img{ max-width: 140px; }