@charset "UTF-8";

body {
	background-color: #FFFFFF !important;
}

.login .content {
	background: url('/indlela/public/javascript/plugins/pages/img/bg-white-lock.png') repeat;
	width: 360px;
	margin: 0 auto;
	padding: 20px 25px 50px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.full-page-body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: url('/indlela/public/images/indlela-dotted-bg.jpg') no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	-webkit-animation: myfirst 5s ; /* Chrome, Safari, Opera */
	animation: myfirst 5s ;
}
.full-page-body > .alert{
	margin-right: .75rem !important;
	margin-left: .75rem !important;
}

.full-page-body .copyright {
	text-shadow: 0px 0px 2px var(--bs-gray-600);
}

/** Alert styling to improve readability on different backgrounds **/
.full-page-body .alert{
	background-color: RGBA(var(--bs-light-rgb), 0.4) !important;
	text-shadow: 0 0 1px var(--bs-dark);
}
.full-page-body .alert.alert-success{
	background-color: RGBA(var(--bs-light-rgb), 0.3) !important;
	text-shadow: 0 0 3px var(--bs-dark);
}
[data-bs-theme=dark] .full-page-body .alert.alert-success{
	background-color: RGBA(var(--bs-light-rgb), 0.3) !important;
	text-shadow: 0 0 1px var(--bs-dark);
}
.full-page-body .text-light{
	text-shadow: 0 0 2px var(--bs-dark);
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
	from {opacity: 0.2;}
	to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
	from {opacity: 0.2;}
	to {opacity: 1;}
}

.full-page-wrapper .logo, .login .logo {
	margin: 0 auto 10px;
	padding: 15px 5px 0px 5px;
	text-align: center;
	width: 370px;
}
.full-page-wrapper .logo{
	position: relative;
	margin: 15px auto 10px;
}

.content {
	background-color: rgba(255, 255, 255, 0) !important;
	width: 50%;
	margin: 0 auto 0;
	padding: 20px 20px 20px 20px;
}

#socialLinks {
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

.returnBtn {
	margin-top: 13px;
}

.login .content .form-actions .checkbox {
	margin-left: 20px !important;
}

.login .content .form-actions {
	text-align: right;
}

.portlet {
	margin-bottom: 0 !important;
}

.login {
	background: transparent !important;
}

.highlight-default-role {
	border: solid 4px #8A8A8A !important;
}

.default-role-tick {
	right: 5px;
	top: 5px;
	position: absolute;
	font-size: 16px;
}

.login .content .form-title {
	font-weight: 300;
	color: #fff;
	text-align: left;
	text-shadow: 0px 0px 2px #000000; /* Similar colour to .content BG */
}

.alert {
	margin: 10px 0 14px 0 !important;
	/*text-shadow: 0px 0px 2px #b3b3b3;*/
}
.trouble-msg {
	color: #fff !important;
	text-align: left !important;
	float: left;
	text-shadow: 0px 0px 2px #000;
}
.line-dotted {
	border-top: 1px dotted #eee;
	padding-top: 24px;
}
.line-logout-dotted {
	border-top: 1px dotted #eee;
	padding-top: 24px;
	margin-top: 20px !important;
}

.log-out {
	text-align: center !important;
}

.d-flex.flex-wrap.justify-content-between.align-items-center {
	float: right;
}