* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
header, footer, section, nav {
  display: block;
}
body {
  font-family: "Helvetica Neue", Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #717171;
  /* background: linear-gradient( #3e79a3, #77a8c9); */
  background: #00a8e3;
}
a:link ,
a:visited {
  text-decoration: none; 
  background-color: transparent;
  color: blue;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:link.odkaz {
  text-decoration: underline;
}

img {
  max-width: 100%;
  margin-bottom: 12px;
}

#logoImg {
  /* width:90%; */
  width:70%;
  /* margin-left: 20px;*/ 
  margin-left: 60px;
}

#wrapper {
  margin-top:100px;
}

.container {        /* obsahova cast*/
  position: relative;
  width: 420px;
  background: white;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container-footer {   /* spodna lista */
  text-align: center;
  padding-top: 10px;
  /* background: #3e79a3; */
  background: #FFFFFF;
}
@media only screen and (max-width: 1020px) {
  .container {
  }
}
@media only screen and (max-width: 300px) {
  .container {
    position: static;
    margin: 0 auto;
    width: 420px;
  }
}

header {
  padding-top: 20px;
  padding-bottom: 5px;
}

.logo img {
  border: none;
}
@media only screen and (max-width: 300px) {
  .logo img {
    display: none;
  }
  .logo {
    /* background: url(images/logoDWC.jpg) no-repeat top center;  */
	background: url(images/asseco_cent_euro_RGB_png.png) no-repeat top center;
    display: block;
    height: 115px;
    width: 100px;
    margin: 0 auto;
  }
}

.content {
  padding-bottom: 25px;
  overflow: hidden;
}


.column.one {
  /*width: 100%;
  margin-left: 30px;*/
  padding-left: 55px;
  padding-right: 20px;
}

form {
  width: 280px;
  padding-bottom: 5px;
}
form label { /* labels are hidden */
  position: absolute;
  left: -999em;
  width: 1em;
  overflow: hidden;
}
form legend {
  margin-bottom: 5px;
}
form section {
  margin-bottom: 8px;
}
.form-element {
  width: 100%;
  padding: 13px 12px;  
  border: none;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.form-field {
  color: #B7B7B7;
  border: 1px solid #B7B7B7;
}
.form-field-focus {
  color: #333333;
  border-color: #333;
}
.form-button {            /* tlacitko */
  background: #374569; /* #6887a1 */
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #ffffff;
  cursor: pointer;
  margin-top: 40px;
}
.form-button:hover {
  background: #6887a1;  /* #8db4d6 */
}
.form-error {
  padding: 0;
  color: #B61601;
}

.list-help {
  margin: 20px 0 0 70px; /* offset padding on first anchor */
  list-style: none;
}
.list-help-item a {
  display: block;
  padding: 1px 0;
}
.item-marker {
  color: #be0000;
}

footer {
  color: #000000;
  font-size: 11px;
  /* background: #3e79a3; */
  background: #FFFFFF;
  border-top: 1px solid white;
  bottom:0;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}
.footer-text {
  margin-bottom: 12px;
}
.footer-links a:link,
.footer-links a:visited {
  color: #ffffff;
  font-weight: bold;
}
.footer-links a:after {
  content: "\00a0\00a0\00a0|\00a0\00a0";
}
.footer-links a.last:after {
  content: "";
}
