html {
    min-height: 750px;
    min-width: 1000px;
    height: 100%;
    width: 100%;
}
body {

	width: 100%;

}
.loginBack {
	/*text-align: center;*/
	height: 100%;
	width: 1000px;
	margin: auto;	
}
body {
display: flex;
	flex-flow: column;
	height: 100%;
	width: 100%;
	/*background-repeat: no-repeat;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
	background: -moz-linear-gradient(90deg, #258fff 0%, #4de3ff 70%); 
	background: -webkit-linear-gradient(90deg, #258fff 0%,#4de3ff 70%);
	background: linear-gradient(90deg, #258fff 0%,#4de3ff 70%);
	/*display: table;*/
	font-family: FontR;
}
.preTitleArea {
	width: 100%;
	height: 0;
}
.titleAreaLogin {
	width: 100%;
	height: 144px;
	margin-top: 140px;	
}
.imageClass {
	padding-top: 11px;
	padding-left: 2px;
}
.mainBlockLogin {
	width: 100%;
	padding-top:10px;

	height: 247px;
	width: 100%;

	padding-bottom: 100px;
}
.lowerBlockLogin {
	text-align: center;
	/*height: calc(100vh - 475px - 120px);*/
}
.loginElements {
	text-align: left;
	margin-top: 12px;	
	width: 213px;
	margin-left:auto;
	margin-right: auto;
	font-family: inherit;
	/*float: left;*/
}
.loginElement {
	text-align: left;
	width: 213px;
	font-family: inherit;	
}
.loginElementRight {
	user-select: none;
	-moz-user-select: none;
	cursor: pointer;
	height: 40px;
	text-align: center;
	width: 213px;
	margin-top: 26px;
	background-color: #21abee;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	transition-property: "background-color";
	transition: .2s;

}
.loginElementRight:hover{
	background-color: #ff5e5e;
	transition: .2s;
}
.loginInnerElement {
	font-family: inherit;
	margin: 4px 0;
	padding: 0;
}
.loginText{
	/*vertical-align: middle;*/
	display: inline-block;
	padding-top: 12px;
	/*height:100%;*/
}
.loginImage{
	margin-left: 8px;
	/*vertical-align: middle;*/
	display: inline-block;
	height:10px;
	width: 10px;
	background: url(img-loginButton.png) center 105% no-repeat ;
}

.inputLoginField {
	outline: none;
	font-family: fontSB;
	font-size: 14px;
	color: #313638;
	border-radius: 4px;
	height: 40px;
	border:none;
	/*border: solid 1px #eff4f6;*/
	margin-bottom: 18px;
	padding-left: 12px;
	width: 201px;
}
.inputLoginLabel {
	font-family: fontSB;
	font-size: 14px;
	color: #3a79ab;
	padding-left: 10px;
	padding-bottom:1px;
	width: 202px;
}
.inlineTextBlocks {
	display: inline-block;
	text-align: center;
	color: #698996;
	width: 28%;
	font-size: 14px;
	white-space: pre-wrap;
	padding: 0 20px;
	vertical-align: top;
}
.lowerBlockLogin{
	width: 100%;
	background: inherit;	
}
.disclamerTitle {
	font-family: fontSB;
	letter-spacing: 0px;
	color: #31515e;
	font-size: 24px;
	/*padding: 113px 0 42px 0;			*/
	background: transparent;
}
div.fillingContentCitizen{
	flex: 1 1 auto;
	border: none;
	min-height: 1px;
	background: transparent;

}
div.everlastingDivEndCitizen{
	white-space: pre;
	min-height: 199px;
	height: 100px;
	background: -moz-linear-gradient(90deg, #258fff 0%, #4de3ff 70%); 
	background: -webkit-linear-gradient(90deg, #258fff 0%,#4de3ff 70%);
	background: linear-gradient(90deg, #258fff 0%,#4de3ff 70%);
}

.disclamerTitleVerificarea {
	padding: 0px 0 20px 0;			
	font-size: 24px;	
}
div {
	/*border: solid 1px;*/
}