@charset "UTF-8";

body {
	background-color: rgba(0, 39, 76, 0.68) !important;
}

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

.login-body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: url('/indlela/apps/RadixxInsight/public/images/login.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 ;
}

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

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

h5 {
	text-align: center;
	margin: 0 auto;
	padding: 35px;
	color: #eee;
	font-size: 35px !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

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

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

.copyright {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	color: #eee;
	font-size: 12px;
}

#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;
}

.alert {
	margin: 10px 0 14px 0 !important;
}

.trouble-msg {
	color: #fff !important;
	text-align: left !important;
	float: left;
}

.line-dotted {
	border-top: 1px dotted #eee;
	padding-top: 24px;
	margin-top: 75px !important;
}

.line-logout-dotted {
	border-top: 1px dotted #eee;
	padding-top: 24px;
	margin-top: 20px !important;
}

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

.btn [class^="flaticon-"], .btn [class*=" flaticon-"], .btn [class^="flaticon2-"], .btn [class*=" flaticon2-"] {
	font-size: 1.2rem;
	float: none !important;
}

.btn i {
	padding-right: 0rem !important;
}

.mb-20, .my-20 {
	margin-bottom: 2rem !important;
}

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

.fv-plugins-message-container {
	float: left;
	margin-bottom: 1rem;
}

.la.la-arrow-circle-o-right {
	padding-left: 3px;
}
.mfa_container {
	max-width: 50%;
}

.standard-view .logo {
	margin: 50px auto 10px;
	padding: 15px 15px 0px 5px;
	text-align: center;
	width: 206px;
}