html {
	height: 100%;
}
body {
	height: 100%;
	/*display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;*/
}

.logo {
	font-size: 90px;
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;	
}

.bg {
	background-image: url(/img/bg.png);
    width: 100%;
    height: 100%;
    top: 0%;
	
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

/* ----------------------------------------------------------------------*/

.loginMaintenanceMaxWidth {
	max-width: 320px;
}

.loginWidthColumnLG {
	width: 300px;
}

.myFormErrors{
	cursor: default;
}

.browserIncompatible,
.browserFunctionalityIncompatible{
	margin: auto;
	display: none;
	margin-top: 50px;
}

.form {
	width: 100%;
	padding: 15px;
	margin: auto;
	max-width: 320px;
	display: none;
	z-index: 100;
}


#formMaintenance, #formCreateError, #formResetError{
	margin-top: 30px;
}

/* ----------------------------------------------------------------------*/

#formLogin {
	max-width: 970px;
}

#formRecovery, #form2FA, #form2FASecret {
	max-width: 630px;
}

/*#formLogin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#formLogin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#formLogin input:focus {
	z-index: 2;
}*/

#formLogin .alert,
#formRecovery .alert,
#form2FA .alert,
#form2FASecret .alert {
	padding: .53rem 1.25rem;
}

/* ----------------------------------------------------------------------*/

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > label {
	height: 3.125rem;
	padding: .75rem;
}
.form-label-group > label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0; /* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text; /* Match the input under the label */
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
	color: transparent;
}
.form-label-group input:-ms-input-placeholder {
	color: transparent;
}
.form-label-group input::-ms-input-placeholder {
	color: transparent;
}
.form-label-group input::-moz-placeholder {
	color: transparent;
}
.form-label-group input::placeholder {
	color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
	/*padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;*/
	padding-top: .15rem;
    padding-bottom: .25rem;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

/* ----------------------------------------------------------------------*/

@media (min-width: 992px) {
	#formLogin, #formRecovery, #form2FA, #form2FASecret {
		margin-top: 50px;
	}
	#formLogin > div:last-child small {
		height: 61px;
	}
}

@media (max-width: 991px) {

	#formLogin, #formRecovery, #form2FA, #form2FASecret {
		max-width: 330px;
	}

}

/* ----------------------------------------------------------------------*/

footer {
	position: fixed;
    width: 100%;
    bottom: 0%;
    text-align: center;
	font-size: 8px;
	color: white;
	z-index: 90;
}
