@charset "UTF-8";
@media only screen and (max-width: 450px) {
  
div#login {
    width: 350px;
}

.logbox {
  width: 350px;
}

input[type=text] {
  /* max-width:220px; */
  width:98%;
}

.title {
	width:100%;
	background-color: #008000;
	text-align: right;
}

.title .green {
	padding-left:40px;
	background-color: none;
}

.title .green, .title .grey {
	font-size: 76px;
	font-family: TechnikaLight !important;
	padding: 0px;	
}

#divObsah {
	margin-left: -15px;
}

.logbox input[type=text],
.logbox input[type=password]{
  width: 200px;
}

#divAll {
  min-width: 360px;
  /* max-width: 400px; */
  max-width: 100%;
  overflow: visible;
}

.ms-container {
  max-width: 100%;
}

input[type=file] {
  max-width: 220px;
  margin-bottom: 5px;
}

.dleftForm {
  width: 100%;
  text-align: left;
}

.dinputForm {
  padding-left:1px;
  padding-top: 3px;
}

/* konec media */
}