@import url(https://fonts.googleapis.com/css?family=Muli:400,700&display=swap&_dc=1712138552699);

html, body {
	height: 100%;
}

body { 
	padding: 0; 
	margin: 0; 
	font-family:  Muli, Arial, sans-serif;
}

a:hover{
	color: #7e9ad6;
} 

#header {
	height: 53px;
	background-color: #21364a;
}

#content-wrap {
	display: flex;
	height: 100%;
}

#help-wrap {
	padding: 8px;
}

#help-wrap ul {
	list-style: square;
}

#custom-logo-wrap { text-align: center; margin-bottom: 20px; }

#welcome-text {
	font-size  : 24px;
	color: #fff;
}

#login-field-container {
	display: flex;
	width: 100%;
}

#login-field-container .text-field,
.text-field {
	margin-bottom: 8px;
	width: calc(100% - 14px);
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Muli, Arial, sans-serif;
}

#username-display {
	margin-bottom: 16px;
}

.text-field:focus{
	outline: none;
}

#login-text {
	margin-bottom: 1.5rem;
	font-size: 22px;
	font-weight: 700;
}

#network-login { margin-top: 8px; }

.login-link, #login-link:visited {
	font-size: 13px;
	color: #5c7ec7;
	text-decoration: none;
	font-weight: 600;
}

#loginLogo {
	max-width: 286px;
	height: 45px;
}

#pwd_strength { color: #FFF; padding:2px 4px; }

.error { 
	color: #fb4465; 
	float: left;
	width: 100%;
}

.success { 
	color: #00CC00; 
	float: left;
	width: 100%;
}

.small { font-size: 11px; }

#login-panel{
	height: 100%;
	width: 500px;
	background-image: url("images/loginBg.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
	background-color: #ccc;
}
.overlay{
	background: linear-gradient(180deg,rgba(29,38,59,.95) 0,rgba(36,53,69,.95));
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

.login-right{
	width: calc(100% - 500px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-wrapper{
	max-width: 520px;
	width: 100%;
}

.welcome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    background-image: url("images/welcomeBg.png");
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: left;
}

.line{
	width: 270px;
    height: 2px;
    margin: 10px auto;
    background: linear-gradient(90deg,#f6a711 0,#f6ee11);
}

.promo{
	width: 100%;
    text-align: center;
    color: #ccc;
	font-size: 13px;
}

.promo span{
	margin: 10px;
	font-size: 20px;
	line-height: 0;
	color: #f6a711;
	position: relative;
	top: -3px;
}

.login-button{
	width: 100%;
	background-color: #4a6db7;
    border-color: #36589e;
    font-weight: 600;
    color: #fff;
	height: 50px;
    line-height: 50px;
    margin-top: 1rem;
	border-radius: 4px;
	border-style: none;
	margin-bottom: 1rem;
	cursor: pointer;
}

.login-button:hover{
	background-color: #557ac7;
    border-color: #36589e;
}

.form-label{
	font-size: 13px;
	margin-bottom: 0.5rem;
	display: block;
}

.lastWord {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
}

#welcome-message{
	font-size: 16px;
	color: #ccc;
}

.section-title{
	margin-top: 4rem;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 2rem;
}

.description{
	font-size: 14px;
	margin-bottom: 2rem;
}

.bottom-logo img{
	width: 90px;
	margin-bottom: 1rem;
}

.custom-logo{
	margin-top: 1rem;
}

.link-block{
	font-size: 13px;
	display: inline-block;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

@media (max-width: 1000px) {
	.login-right{
		width: 100%;
	}
	
	#login-panel{
		display: none;
		visibility: hidden;
	}
}

.bannerContainer {
    background-color: #EBA93E;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
	width: 100%;
	min-height: 30px;
	font-size: 13px;
}
