@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');
body
{
	background-color:#1b1e24;
	font-family: 'Open Sans', sans-serif !important;
}
.login-container
{
	margin-top:100px;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (max-width: 767px) 
{
	.login-container
	{
		margin-top:20px;
	}
}
.copyright
{
	margin-top:20px;
	font-size:80%;
	color:#ccc;
}
.copyright a
{
	color:#ccc;
}
.card-login
{
	-webkit-box-shadow: -1px 11px 25px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    -1px 11px 25px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         -1px 11px 25px 0px rgba(0, 0, 0, 0.5);
}
.card-login .card-header
{
	font-size:120%;
}
.card-login .card-footer
{
	font-size:80%;
}
.form-label
{
	font-size:75%;
	font-weight:bold;
	text-transform:uppercase;
}
label.error
{
	color:crimson;
	font-size:10px;
	padding-left:5px;
}