
	 .login {
		 display: flex;
		 flex-direction: column;
		 background-color: rgba(255, 255, 255, 0.15);
		 padding: 32px 39px;
		 width: 512px;
		 border-radius: 21px;
	}
	 .login .control-label {
		 font-size: 18px;
		 color: white;
		 margin-bottom: 7px !important;
		 text-align: left;
	}
	 .login .form-control {
		 border-radius: 5px;
		 height: 46px;
		 color: white;
		 font-size: 18px;
		 background-color: transparent;
		 background-color: white;
	}
	 .login .form-control:focus, .login .form-control:active {
		 border-color: white;
		 box-shadow:none;
	}
	 .login .form-control:-webkit-autofill, .login .form-control:-webkit-autofill:focus, .login .form-control:-webkit-autofill:active, .login .form-control:-webkit-autofill:first-line {
		 font-size: 18px;
		 -webkit-text-fill-color: black;
		 -webkit-box-shadow: inset 0 0 0 50px transparent;
		 transition: background-color 5000s ease-in-out 0s;
	}

   .login .margin-bottom {
    margin-bottom:20px!important;
    }

.login__logo {
	align-self: center;
	margin-bottom: 24px;
	height: 80px;
}
 .login__title {
	 line-height: 21px;
	 margin: 0;
	 margin-bottom: 14px;
	 font-weight: 300;
}

.login__footer span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
}

	.login__title {
		color: white;
		text-align: center;
		font-size: 18px;
   }


 .login__welcome {
	 line-height: 28px;
	 margin: 0;
	 font-weight: 500;
	 margin-bottom: 8px;
}

	 .login__welcome {
		 text-align: center;
		 font-size: 24px;
		 color: white;
	}

 
 .login__footer {
	 display: flex;
	 justify-content: space-evenly;
}

	 .login__footer {
		 margin-top: 20px;
	}


 .login__item {
	 width: 100%;
}

	 .login__item {
		 color: white;
	}


 .login__link-set {
	 display: none !important;
}

	.login__button {
		font-size: 1.2em;
		font-size: 18px;
		background-color: #85c400 !important;
		height: 46px;
		width: 100%;
		border: none;
   }
.adfs_button {
	font-size: 1.2em;
	font-size: 18px;
	background-color: #2D0E75 !important;
	height: 46px;
	width: 100%;
	border: none;
}
	.adfs_button:hover {
		background-color: #341185 !important;
	}
	.adfs_button:active {
		background-color: #2C0F70 !important;
	}


.login__button:hover {
	background-color: #9DCF32 !important;
}
.login__button:active {
	background-color: #77B000 !important;
}
 .login-license {
	 background-color: white;
}
 .login-license .login__title {
	 color: #989898 !important;
}
 .login-license__item {
	 color: #989898;
}
 .login-license .control-label {
	 color: #989898;
}
 .login-license .form-control {
	 color: #989898;
	 border: 1px solid #ccc;
}
 .login-license .form-control:focus, .login-license .form-control:active {
	 border-color: #989898;
}
 .login-license .form-control:-webkit-autofill, .login-license .form-control:-webkit-autofill:focus, .login-license .form-control:-webkit-autofill:active, .login-license .form-control:-webkit-autofill:first-line {
	 -webkit-text-fill-color: #989898;
}

.login .custom-field {
	position: relative;
	/*font-size: 14px;*/
	border-top: 20px solid transparent;
	margin-bottom: 5px;
	--field-padding: 12px;
}

.login .custom-field .placeholder {
	color: black;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	left: var(--field-padding);
	width: calc(100% - (var(--field-padding) * 2));
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	top: 22px;
	line-height: 100%;
	pointer-events: none;
	transform: translateY(-50%);
	transition: top 0.15s ease, color 0.15s ease, font-size 0.15s ease;
}

.login .custom-field input.dirty + .placeholder,
.login .custom-field input:focus + .placeholder,
.login .custom-field input:not(:placeholder-shown) + .placeholder,
.login .custom-field input:-webkit-autofill + .placeholder {
	top: -10px;
	font-size: 14px;
	color: white;
	font-weight: 400;
	font-family: 'Roboto';
	font-style: normal;
	letter-spacing: 0.01em;
}

.login__item .custom-field form-input form-control{
	color:black;
}

.login_forgot {
	font-weight: 500;
	font-size: 14px;
	color: white;
}

	.login_forgot:hover {
		color: #82BB2B !important;
	}

.login__footer a:hover {
	color: #82BB2B !important;
}

.login__footer a {
	color: white;
}
.register-link a:hover {
	color: #82BB2B !important;
}
.icon-footer {
	padding-right: 4px;
}
.margin-top-24{
	margin-top:24px;
}



.password {
	position: relative;
}

.password-control {
	position: absolute;
	top: 11px;
	right: 12px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/Resources/icons/ic_no_Eye.svg) 0 0 no-repeat;
}

   .password-control.view {
	   background: url(/Resources/icons/ic_Eye.svg) 0 0 no-repeat;
   }

   .check-icon {
		width: 90px;
		height: 90px;
		align-self: center;
		content: url(/Resources/icons/Envelope.svg);
	}

   .welcome-text {
		color:white;
		text-align:center;
		padding: 10px 0 10px 0;
		font-size: 18px;
		white-space: pre;
	}

	.welcome-head-text {
		color: white;
		text-align: center;
		font-weight: 500;
		font-size: 30px;
		padding-bottom: 10px;
		white-space: pre;
	}

.error_login_item .form-input.form-control {
	border: 1px solid #CF2E2E;
}

.error_login_item .placeholder {
	color: #CF2E2E !important;
}
	 
