h1 { font-family: 'HelveticaNeueCyrUltralight'; font-size: 36px; letter-spacing: 2px; text-decoration: none; line-height: 36px; font-weight: normal; font-style: normal; }
.fieldname {font-size: 16px; color: #444; text-transform: uppercase; letter-spacing: 1.5px;}
.login {font-size: 18px; border: none; border-bottom: 1px solid #a0a0a0; width: 250px; margin: 3px 0 20px 0; border-radius: 0;}
.button {
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 21px;
	padding: 15px 20px 15px 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/*transition: 0.5s; */
	font-family: 'HelveticaNeueCyrUltralight';
	background-color: #FFFFFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: auto;  
	-webkit-user-select: none;
	-webkit-overflow-scrolling: touch;
}


body {margin: 0; padding: 0; }

body, td { font-family: 'HelveticaNeueCyrlight';  font-size: 18px; letter-spacing: 0.5px; }
