﻿/* Author: SPANECO ~fiko */

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img {
  border: 0;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #f2f2f2;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 10px;
  margin-bottom: 20px;
}

h2 span {
  font-weight: normal;
  color: #acacac;
}

a {
  color: #46a0af;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 940px;
  margin: 0 auto;
}

.logo  {
  width: 520px;
  margin: 0 auto;
  padding: 40px 60px 20px 60px;
}

.form-content{
  width: 520px;
  margin: 0 auto;
  padding: 20px 60px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
/*  box-shadow: 0 25px 30px 4px #8c8c8c;*/
}

.form-content label, .form-content label span {
  display: block;
}

.form-content label {
  position: relative;
}

.form-content label span {
  color: #404040;
}

.form-content label {
  margin-bottom: 5px;
}

img.user, img.password, img.mail {
  position: absolute;
  top: 0;
  left: 0;
}

.form-content input {
  width: 100%;
  padding: 14px 10px 14px 45px;
  border: 1px solid #e3e3e3;
  color: #666;
  background-color: #fafafa;
}

.form-content input:focus {
  background-color: #fff;
}

input[type="submit"] {
  border: none;
  background-color: #46a0af;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 0px #888888;
  font-size: 13px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #4195a3;
}

a.close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #994949;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: block;
}

a.close:hover {
  box-shadow: inset 0 0 5px 0 #854040;
}

#hlaska_bad {
  background-color: #b05454;
/*  background-image: url(../login/bad.png);
  background-repeat: no-repeat;
  background-position: left 15px center;*/
  color: #fff;
  padding: 15px 10px 15px 10px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}

#hlaska_bad:before, #hlaska_bad:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b05454;
}

#hlaska_bad:after {
  border-bottom-color: #b05454;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 2;
  margin-left: -9px;
}

#hlaska_bad:before {
  border-bottom-color: #b05454;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 2;
  margin-left: -9px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"],
input[type="password"] {
  outline: none;
}

input[type="password"] {
  margin-bottom: 10px;
}

a.zapomenute_heslo {
  background-image: url(../img/help.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  padding: 14px 30px 14px 0;
  color: #7a7a7a;
}

a.zapomenute_heslo:hover {
  background-image: url(../img/help_hover.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
}

.footer {
  width: 520px;
  margin: 0 auto;
  padding: 10px 0 20px 40px;
  text-align: right;
}

.footer a {
  color: #b2b2b2;
  font-size: 11px;
}

input#remember_me {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

























