/*--- okno hlasky ---*/
.sede_pozadi{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../img/pozadi/bg_login.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 200;
}
.obal_login{
	position: absolute;
	left: 0px;
	top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 94px;
	width: 100%;
    text-align: center;
    vertical-align: top;
}
.login_okno_text{
    display: inline-block;
	width: 500px;
	padding: 30px 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-size: 22px;
    line-height: 30px;
	z-index: 52;
	
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.cervene{
	color: #D23232;
}
.zelene{
	color: #69A647;
}

.text_hlaska_registrace{
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
}

@media only screen and (max-width: 600px) {
  
  .login_okno_text{
    width: 86%; /*shcválně o 10% mene*/
    padding: 4% 2% 4% 2%;
    font-size: 18px;
    line-height: 26px;
  }
  
}

@media only screen and (max-width: 400px) {
  
  .login_okno_text, .text_hlaska_registrace{
    font-size: 16px;
    line-height: 22px;
  }
  
}