@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
body {
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #666666;
	line-height: 1.6em;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    color: #aaaaaa;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: normal;
}
h2 {
    font-size: 20px;
}
label{ 
	font-weight: bold; 
}
a { color: #00B7FF; }
.card-signin { border: 0; 
	/* box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);  */
}
.form-control { border-radius: 0px; }
.btn { border-radius: 0px; }
.btn-primary { background: #333333; font-size: 12px; border-color: #333333; }
@media (max-width: 991.98px) {
	body {
		background: var(--light);
		font-size: 12px;
	}
	h2 { font-size: 14px; }
	.logo-container { padding-top: 1rem; padding-bottom: 1rem;}
	.logo-container img { height: 50px;}
	.form-control { font-size: 12px; }
	.mob-divider { background: #FFF; margin-top: 8px; padding-top: .5rem; }
	hr { margin-top: .5rem; }
}
@media (min-width: 768px) { 
	/* background: var(--light); */
 }