body { font-family: 'Courier New';  padding: 0;  margin: 0;  
	background: #5b5032 url(/views/_default/www/img/login_bg.jpg) no-repeat center bottom fixed; background-size: cover; }

.login { position: relative;  margin:0 auto 0;  width: 100%;  height: 300px;  padding: 0 0 0;  text-align: center; }
.login input {  margin-bottom: 12px;  font-size: 13pt;  color: #5b5032;  width: 270px; max-width: 100%;  background: #ead594;  
	border-radius: 10px;  border: 0;  padding: 10px 20px;  border: 1px solid #5b5032;  font-family: 'Courier New'; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.login p { width: 455px;  text-align: center;  display: block; }*/
.login .submit-button { background: #ec5d5c url(/views/eliska/www/img/menu_dots.png) 0 10px;  border: 3px solid white;  
	border-radius: 10px;  box-shadow: 2px 2px 0px 1px #bbb190;  width: 200px; max-width: 100%;  text-align: center;  display: inline-block;  
	cursor: pointer;  color: white;  font-weight: bold;	 }
.login .submit-button:hover { background-color: #d53e3d;  box-shadow: none; }
/*.login-help { float: left;  margin-left: 10px;  padding: 40px 0 0 0; }*/
.checkbox { display: inline-block;  font-weight: bold;  margin: -5px 0 0px 2px; }
.login .checkbox input { width: 15px;  height: 15px;  display: block;  float: left;  margin: 0;  padding: 0;  margin: 2px 5px 0 0;  -webkit-appearance: checkbox;  box-sizing: border-box; }
.forgotten-pass { float: right;  color: inherit;  font-weight: bold;  margin-right: 10px; }
.forgotten-pass:hover { text-decoration: none; }
.logo { width: 400px; max-width: 100%;  height: 160px; background: url(/views/_default/www/img/eliska_logo.png) no-repeat 50% 50%;
	display: block;  margin: 0 auto; }

.top { height: 40px;  padding: 1px; }
.flash-all { margin: 0 auto;  max-width: 900px;  text-align: center;  border: 1px solid #93161a;  background: #e5ddbe;  
	padding: 15px 3% 10px;  border-radius: 22px; }
.flash-all li { list-style: none; }
