@font-face {
	font-family: Inter;
	src: url("Inter-VariableFont_slnt,wght.ttf") format('truetype-variations');
	font-weight: 100 900;
}
body{
	background-color: #020006;
	font-family: Inter;
	color: #020006;
}
html,body{
	height: 100%;
}
body.changePassword .loginLogo,
body.changePassword .loginImageUrl{
	display:block;
}
h1{
	margin: 0;
}
.logo .logotype{
	padding-top: 0!important;
}
.logo img{
	max-width: 300px;
}
.loginLogo{
	padding-bottom: 20px;
}
.bloc{
	width: 460px;
}
.innerBloc{
	padding-top: 8px;
	padding-bottom: 40px;
	border-radius: 4px;
	background-color: white;
	padding-left: 80px;
	padding-right: 80px;
	text-align: left;
}
body.logout .innerBloc,
body.expired .innerBloc{
	text-align: center;
}
.header,
.subheader,
.description{
	font-style: normal;
	font-family: 'Inter';
	padding: 0;
	padding-top: 36px;
}
.header,
.subheader{
	font-weight: 600;
	margin-left: -80px;
	margin-right: -80px;
	text-align: center;
}
.subheader{
	font-size: 16px;
	padding-bottom: 16px;
}
.header{
	font-size: 32px;
}
.description{
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}
.loginFields{
	border: none;
	padding: 0;
}
.loginRow{
	padding-top: 32px;
	text-align: left;
}
.loginRow .loginInput{
	font-size: 12px;
	font-weight: 500;
	color: #98b5c3;
}
.loginRow .loginInput input{
	width: 256px;
	padding: 12px 40px 12px 20px;
	height: auto;
	line-height: normal;
	border-radius: 4px;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
	border: solid 2px #d5dfde;
	background-color: white;
}
input[type="button"]{
	background: none;
	border: none;
	cursor: pointer;
	color: inherit;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter';
}
.loginRow .loginInput.field,
.loginRow .loginInput.changedField{
	float: none;
	display: block;
	padding-left: 0;
}
body.changePassword .loginInput,
.loginRow .loginInput.label{
	text-transform: uppercase;
}
.loginRow .loginInput.label{
	position: relative;
	top: 0;
	padding-bottom: 8px;
	padding-left: 0px;
}
.loginButton{
	text-align: center;
	padding-top: 16px;
}
.loginButton>div{
	background-color: #7ac6cb;
}
.loginButton #loginButton{
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 500;
	color:white;
}
.togglePassword {
	top: -30px;
	left: calc(100% - 40px);
}
.probance {
	background-color: white;
}
.copyrightInfo {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	font-size: 0.9em;
	color: #2f2f2f;
}
.label{
	width: 100%;
	text-align: left;
	padding-left: 45px;
}
.label::after {
	content: "";
}
.label:first-letter {
	text-transform: uppercase;
}
.rememberMe{
	padding: 0;
	margin-bottom: .5rem;
	background-color: transparent;
	direction: rtl;
	font-size: 12px;
	color: #020006;
	font-weight: 500;
}
.loginLinkSection{
	float: none;
	display: flex;
	justify-content: space-between;
	direction: rtl;
	padding-bottom: 0px;
}
.loginLinkSection a#forgotPassword{
	margin-left: -20px;
}
.loginLinkSection.top{
	display: none !important;
}
.errors.top{
	display: none !important;
}
.loginLinkSection a{
	font-size: 12px !important;
	font-weight: 500;
	color: #98b5c3 !important;
	text-transform: none;
	text-decoration: underline !important;
}
.loginRow .loginInput input[type="password"]:not(:placeholder-shown){
	color: #98b5c3;
	letter-spacing: 5px;
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type="text"],
input[type="password"],
textarea {
	line-height: 3rem;
	height: 3rem;
	padding: 0 .5rem;
	width:80%;
	 -webkit-appearance: none;
	-moz-appearance: none;
	outline:none;
	border: 1px solid #dbdbdb;
}
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
}
div.errors{
	text-align: center;
	padding-top: 0;
	max-width: none;
}
div.errors.bottom{
	display: block;
}
.error{
	display: block !important;
	color: #f45656;
	padding-top: .3rem;
	font-size: 10px;
	font-weight: 500;
	margin:0;
	padding:0;
}
a{
	font-size: .9rem !important;
	text-decoration: none !important;
	color: #209dd6 !important;
}
.changePasswordButtons{
	float:none;
	direction: rtl;
	padding-top: 0px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.changePasswordButtons.one{
	justify-content: center;
}
.transparent{
	background-color: transparent !important;
}
.loginButton>div, .changePasswordButton, .cancelPasswordButton{
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 80px;
	border-width: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 1.25rem;
	padding: .8rem 1.7rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 300ms ease-out 0s;
	color: #white;
}
.loginButton>div input[type=button],
.loginButton>div input[type=submit],
.changePasswordButton input[type=button],
.cancelPasswordButton input[type=button]{
	padding: 0.8rem 1.7rem;
	margin: -0.8rem -1.7rem;
}
.changePasswordButton{
	background-color: #7ac6cb;
	color: #fff;
	margin: 0;
}
.changePasswordButton.valid,
.cancelPasswordButton{
	background-color: #ffffff;
	border: 2px solid #98b5c3;
	color: #98b5c3;
	margin: 0;
}
.chPwdErrors{
	padding-top: 16px;
	padding-bottom: 16px;
}
a#loginButton{
	font-size: inherit !important;
	cursor: pointer;
}
.copyrightInfo{
	color: white;
}
.loginLinkSection.bottom{
	display: flex;
}
