html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,*:focus,*:hover{
    outline:none;
}
.cleanBox{
	clear: left;
}


body{
	font-family: arial;
}
.wallpaper{
	background-image: url('../img/wallpapper.jpg');
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	display: flex;
	align-items: center;
}
.login{
	width: 330px;
	/*height: 460px;*/
	background-color: #FFFFFFF1;
	margin: 0 auto;
	border-radius: 20px;
}
.login__image{
	width: 270px;
	display: block;
	margin: 25px auto;
}
.login__label{
	display: block;
	width: 80%;
	color: #666;
	margin: 0 auto;
	font-size: 14px;
}
.login__input{
	display: block;
	width: 80%;
	margin: 0 auto 20px auto;
	font-size: 20px;
    padding: 5px;
    color: #444;
    border: 1px solid #666;
}
.login__input.inputError{
	border: 1px solid #FF0000;
	box-shadow: 0px 0px 2px #FF0000;
}
.login__input:focus {
	border: 1px solid #3eaff4 !important;
	box-shadow: 0px 0px 2px #3eaff4;
}
.login__label__error{
	width: 80%;
    margin: 0 auto;
    display: block;
    top: -17px;
    position: relative;
    font-size: 12px;
    color: red;
    display: none;
}
.login__bottom{
	display: block;
	width: 80%;
	margin: 45px auto 25px auto;
	background-color: #008A00;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 0;
	border-radius: 5px;
    border: none;
}
.login__bottom:hover, .login__bottom:focus{
	background-color: rgba(0, 158, 0, 1)
}
.login__error{
	text-align: center;
	color: red;
	font-size: 16px;
}