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 {
	/*background-repeat: no-repeat;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
	background: -moz-linear-gradient(-45deg, #258fff 0%, #4de3ff 80%); 
	background: -webkit-linear-gradient(-45deg, #258fff 0%,#4de3ff 80%);
	background: linear-gradient(135deg, #258fff 0%,#4de3ff 80%);
	/*display: table;*/
	font-family: FontR;
}
.titleAreaLogin {
	width: 100%;
	height: 144px;
	margin-top: 30px;	
	margin-bottom: 40px;	
}
input.buttonCitizenView{
	text-shadow: 1px 1px 1px #c13f2c ;
	margin-top: 7px;
	margin-bottom: 60px;
	padding: 0px 20px 0 21px;	
	min-width: 20px;
	background-color: #ff5e5e;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	font-family: FontR;
	transition: .2s;
	height: 38px;
}
input.buttonCitizenView:hover{
	background-color: #ff8383;
	border-color:#ff8383;
	color: #fff;
	transition: .2s;
}
div.issuerNameFormBlock {
	width: 800px;
	text-align:center;
	margin: auto;
	padding: 55px 0px 55px 0;
	background-color: #eaf0f3;
	color: #313638;
	border-radius: 5px;		
}
div.documentInfoBack {
	border-radius: 5px;	
	text-align: center;
	margin: auto;
	border-top: 1px solid #f3f6f8;`
	min-width: 800px;
	width: 800px;	
	background-color: #eaf0f3;
	border-bottom: 1px solid #dee6e9;
}
.citizenInputBlock{
	text-align: center;
}
.citizenCellInside{
	margin: 10px 30px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #98a9b1;
	width: 300px;
	height: 30px;
	/*margin: 1px;*/
}
.inputFieldForCitizen {
	text-transform: uppercase;
	margin-top: 17px;
	border-radius: 4px;
	height: 29px;
	width: 100%;
	/*padding: 0px 10px;*/
	text-overflow: 	ellipsis;
	overflow: hidden;
	text-align:center;
	border: 0;
  	outline: 0;	
	border: none;
  	transition: .1s;
  	font-size: 15px;
	color: #353e53;	
	background-color: #f9fafb; 
	border: 1px solid #fbfcfd;
	font-family: fontR;
}
.welcomeHeader{
	color: #353e53;
}

.imageClass {
	padding-top: 11px;
	padding-left: 2px;
}

div {
	/*border: solid 1px;*/
}
.citizenViewStyle {
	user-select: none;
	-moz-user-select: none;
	cursor: pointer;
	height: 40px;
	text-align: center;
	width: 213px;
	margin-top: 26px;
	background-color: #ff5e5e;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	transition-property: "background-color";
	transition: .2s;

}
.citizenViewStyle:hover{
	background-color: #21abee;
	transition: .2s;
}