html
{
	position:   relative;
	min-height: 100%;
}

body
{
	/* background-image:    url('../../../clipart-circuit.png'); */
	background-position: 50% 50%;
	background-repeat:   no-repeat;
	background-size:     cover;
	background-color:    #1C184A;
}

footer
{
	font-family: "Open Sans Condensed", "Ubuntu Condensed", Ubuntu;
	/*font-size:   10px;*/
	font-size:   .95rem;
	position:    absolute !important;
	bottom:      0;
	width:       100%;
	padding:     10px 20px;
	/*height:           60px;*/ /* Set the fixed height of the footer here */
	/*line-height:      60px;*/ /* Vertically center the text there */
	/*background-color: #f5f5f5;*/
}

.card-group .card:nth-child(2)
{
	background-color: #f5f5f5;
}

.app.login-form .card-group .card:first-child
{
	background-color: rgba(255, 255, 255, .9) !important;
}