img#imgHeader {
	/* POSITION */
	margin-left: 10px;
	height: 80px;
}

div.card-content {
	padding: 15px !important;
}

ul#tabsLogin {
	height: 0px !important;
}

.input-field i {
	/* STYLE */
	color: #212121 !important;
}

img#customBackground {
  	filter: blur(8px);
 	-webkit-filter: blur(8px);

	width: 100%;
	height: 100%;
	position: fixed;
	
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

@media only screen and (max-width: 800px) {
	img#customBackground {
		/* STYLE */
		width: 160% !important;
	}
}

button#btnNext, button#btnLogin {
	/* 	POSIITON */
	margin-right: 2.5rem;
}
button#btnBack {
	/* 	POSIITON */
	margin-right: 0.5rem;
	margin-bottom: 1rem;
}

i#btnChangePassword, i#btnChangePasswordConfirmation {
	position: relative;
	float: right;
  	margin-left: -25px;
  	margin-top: 10px;
  	cursor: pointer;	
  	z-index: 100;
}

label#usernameLabel {
	/* 	STYLE */
	font-size: 1.4rem !important;
	font-weight: 900 !important;
}

div.row-without-bottom-space {
	/* STYLE */
	margin-bottom: 0px !important;
}


a#btnForgottenPassword, a#btnApplicationsCatalog {
	/* 	STYLE */
	cursor: pointer;
	color: #2196F3;
	font-weight: 900 !important;
	text-decoration: none;
}