html, body {
	width: 100%;
	height: 100%;
	
	background-color: #0e549e;
	background-image: url('../images/backgrounds/login-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}



.btn {
	position: relative;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: none;
	
	outline: none !important;
	box-shadow: none !important;
	
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 20px;
	
	transition: background .4s ease;
}
.btn:hover {
	color: #10da80 !important;
	background-color: #1e3348 !important;
}

.btn.btn-hotlink {
	color: #1e3348;
	background-color: #10da80;
}




.highlight-text {
	color: #f1ba2f;
}

.clear-both {
	clear: both;
}



.container {
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-wrapper {
	margin-top: auto;
	margin-bottom: auto;
	
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.form-signin {
	min-width: 320px;
	max-width: 360px;
	/*border: solid 1px #e1e1e8;
	background-color: #f7f7f9;
	border-radius: 6px;*/
	
	vertical-align: top;
}

/*.form-signin.change-password {
	margin: calc(50vh - 235px) auto 0 auto;
}*/

.form-signin-heading {
	margin-top: 21px;
	margin-bottom: 41px;
	color: #fff;
	float: right;
	
	font-family: NexaBlack;
	font-weight: normal;
	font-style: normal;
	font-size: 48px;
	
	width: 100%;
	text-align: center;
}

.beta-text {
	position: absolute;
	color: #ffb11d;
	font-size: 14px;
	margin: 62px 0 0 2px;
	line-height: 14px;
	cursor: help;
}

.beta-text .tooltip-inner {
	text-align: left;
	min-width: 300px;
	
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: solid 1px #e0bd7f;/* faebcc */
}
.beta-text .tooltip-arrow {
	border-right-color: #e0bd7f !important;
}
.beta-text .tooltip-inner hr {
	margin: 7px 0;
	border-color: #faebcc;
}

/*.form-signin-heading.twoline {
	width: calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	margin-top: 10px;
	
	font-size: 26px;
}*/

.form-signin input {
	font-size: 14px;
	font-weight: 600;
	
	color: #666666 !important;
	padding: 6px 12px 6px 35px;
	border: solid 1px transparent;
	
	margin-bottom: 20px;
	border-radius: 30px !important;
	height: 40px;
}
.form-signin input:hover,
.form-signin input:focus {
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3) inset !important; 
}
.form-signin .checkbox {
	width: auto;
}
.form-signin .checkbox label::before {
	border: 0;
}

.login-header {
	margin-bottom: 35px;
	text-align: center;
}

.login-logo {
	width: 85px;
	height: 85px;
}

.login-button {
	min-width: 166px;
}

/*.login-button,
.login-button:active,
.login-button:focus {
	background-color: #0072BC;
	border-color: #0078C5;
	color: #F7F7F9;
}
.login-button:hover {
	background-color: #1E7FBD;
	color: #E6E6F1;
}*/

.login-link,
.login-link:active,
.login-link:focus {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	
	margin-top: 15px;
	display: block;
	text-align: center;
}
.login-link:hover {
	color: #fff;
	text-decoration: underline;
}

.login-link.mt0 {
	margin-top: 0;
}

.login-separator {
	width: 225px;
	margin-bottom: 16px;
}

.login-copyright {
	margin-top: 4px;
	font-size: 12px;
	color: #777;
	text-align: center;
}

.login-remember-me {
	margin-bottom: 20px;
}
.login-remember-me label {
	font-size: 14px;
	font-weight: 600;
    white-space: nowrap;
	color: #fff;
}
.login-remember-me .help-icon {
	font-size: 16px;
	color: #569fec;
	vertical-align: text-bottom;
	margin-left: 28px;
	
	cursor: help;
}
.login-remember-me .tooltip {
	opacity: 1 !important;
}
.login-remember-me .tooltip-inner {
    white-space: pre-wrap;
	width: 200px;
	
	background-color: #569fec;
	border-radius: 6px;
	color: #1e3348;
	font-size: 14px;
	font-weight: 600;
}

.login-remember-me .tooltip.right .tooltip-arrow {
	border-right-color: #569fec;
}

/*input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {*/ /* Remove webkit autofill yellow color */ /*
	background: #fff !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}*/

.input-block {
	position: relative;
	clear: both;
}

	.input-icon {
		position: absolute;
	    width: 16px;
	    height: 16px;
		
	    background-size: 100%;
	    background-repeat: no-repeat;
		
	    margin-top: 12px;
	    margin-left: 12px;
	}
	.input-icon.username-icon {
		background-image: url(../images/icons/login/username.svg);
	}
	.input-icon.password-icon {
		background-image: url(../images/icons/login/password.svg);
	}
	.input-icon.email-icon {
		background-image: url(../images/icons/login/mail.svg);
		margin-top: 11px;
	}
	.input-icon.show-password-icon {
		right: 12px;
		color: #c3c3c3;
		font-size: 20px;
		margin-top: 6px;
		cursor: pointer;
	}
	.input-icon.show-password-icon:hover {
		color: #a7a7a7;
	}



.font-bold {
	font-weight: bold;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-14 {
	font-size: 14px;
}

.cursor-help {
	cursor: help;
}

.tooltip-left .inner-tooltip {
	text-align: left;
}



.alert {
	border-radius: 30px;
	border: 0;
	
	font-size: 14px;
	font-weight: 600;
	
	padding: 11px 50px;
}

.alert.alert-danger {
	color: #fff;
	background-color: #e0223e;
}

.alert.alert-warning {
	color: #fff;
	background-color: #f1ba2f;
}

.alert.alert-success {
	color: #1e3348;
	background-color: #10da80;
}

.alert.alert-info-outline {
	color: #fff;
	background-color: transparent;
	border: solid 2px #fff;
}




/* Start password complexity */

.password-complexity-wrapper {
	width: 225px;
	margin: 0 auto;
	padding-left: 30px;
}

.password-complexity {
	list-style: none;
	padding-left: 0;
	margin-top: 12px;
}

.password-complexity li {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.password-complexity li.checked .icon {
	color: #10da80 !important;
}

.password-complexity .icon {
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	margin-top: -3px;
	margin-right: 3px;
}

.password-complexity li.checked .icon {
	color: #5cb85c;
}

.lost-password-separator {
	width: 225px;
	margin-top: 16px;
	margin-bottom: 16px;
}


.input-over-wrapper {
	position: relative;
}

.input-over-text {
	position: absolute;
	top: 11px;
	right: 20px;
	font-size: 12px;
	font-weight: 600;
}
.input-over-text.text-success {
	color: #10da80;
}
.input-over-text.text-danger {
	color: #e0223e;
}


.input-noglow,
.input-noglow:focus {
	border-color: #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.input-border-success,
.input-border-success:focus {
	border-color: #10da80;
}

.input-border-danger,
.input-border-danger:focus {
	border-color: #e0223e;
}

/* End password complexity */