html, body {
	height: 100%;
	width: 100%;
}
.logo {
	margin: 0 auto 20px;
	max-height: 120px;
	max-width: 280px;
}
.login-background {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.login-background.default {
	background-image: url(../img/login-background-default.jpg);
}
.login-background.custom {
	background-image: url(../../custom/login-background.jpg);
}
.well {
	margin: 40px auto 0;
	max-width: 650px;
	text-align: center;
}
.well.replica-active {
	background-color: var(--moo-orange);
	border-color: var(--moo-orange-dark);
	color: white;
	position: relative;
}
.well .alert {
	margin: 2rem 0 0;
	white-space: pre-line;
}
.login-form-container {
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.8);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(2.5px);
	-webkit-backdrop-filter: blur(2.5px);
}
.replica-badge {
	display: none;
}
.replica-active .replica-badge {
	position: absolute;
	font-weight: bold;
	background-color: white;
	color: var(--moo-orange-dark);
	display: block;
	padding: 4px 12px;
	border: 1px solid var(--moo-orange-dark);
	right: 0px;
	transform: rotate(30deg);
	top: 34px;
}
.logo-wrap {
	text-align: center;
}
.form-group {
	margin: 1rem auto 2rem;
	max-width: 250px;
}
.form-group:last-of-type {
	margin-bottom: 0;
}
.form-group label {
	color: #333;
	display: block;
	font-size: 13px;
	margin: 0;
	text-align: center;
}
.replica-active .form-group label {
	color: inherit;
}

.btn.large-button {
	padding: 6px 24px;
}

.register-now,
.password-recovery {
	font-size: 12px;
	margin: 10px 0 0;
}

.register-now a,
.password-recovery a {
	text-decoration: underline;
}

p.footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	bottom: 0;
	margin: 0;
	padding: 20px 0;
	position: fixed;
	text-align: center;
	width: 100%;
}

.password-recovery-modal-body .alert {
	text-align: center;
	white-space: pre-line;
}
.password-recovery-modal-body .form-control-wrapper {
	position: relative;
}
.password-recovery-modal-body .form-control-wrapper .form-control.ng-pristine.ng-invalid {
	border-width: 1px;
	border-color: darkgray;
}
.password-recovery-modal-body .form-control-wrapper .form-control.ng-dirty.ng-invalid,
.password-recovery-modal-body .form-control-wrapper .form-control.ng-touched.ng-invalid {
	border-color: red;
	border-width: 2px;
}
.password-recovery-modal-body .form-control-wrapper .form-error-invalid-msg {
	bottom: -16px;
}
.password-recovery-modal-body .center {
	text-align: center;
}
.password-recovery-modal-body .action-buttons {
	border-top: 1px solid gainsboro;
	margin-top: 20px;
	padding-top: 10px;
}
.password-recovery-modal-body .action-buttons .btn:not(:last-of-type) {
	margin-right: 10px;
}
.password-recovery-modal-body .send-email-feedback {
	margin-top: 10px;
}
.password-recovery-modal-body .send-email-feedback .sending-container,
.password-recovery-modal-body .send-email-feedback .alert-success {
	font-size: 18px;
}
.password-recovery-modal-body .send-email-feedback .alert {
	margin-bottom: 0;
}
.password-recovery-modal-body .send-email-feedback .alert-success {
	white-space: normal;
}
.password-recovery-modal-body .send-email-feedback .fa {
	font-size: 32px;
}

.row-footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}
p.footer {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	color: #333;
	float: none;
	margin: 0 auto 2rem;
	max-width: 50rem;
	padding: 1.5rem 0;
	position: static;
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
}
