.medisys {
/* 	width: 100%; */
/* 	height: 100%; */
/* 	background-image: url(../images/loginpz.png); */
/*     background-size: 100%; */
/*     background-repeat: no-repeat; */
/*     background-position: 0 0; */
/*     background-attachment: fixed;  */

  background: url(../images/loginpz.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #464646;
  
}

#login {
	width: 100%;
	height: 100%;
	text-align: center;
	align-content: center;
	overflow: auto;
}

#login .inner {
	width: 500px;
    position: fixed;
    left: 50%;
    top: 25%;
    background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	align: center;
	transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%); 
    -webkit-transform: translate(-50%, -25%);
     border-radius: 58px;
     margin: auto;
}

#login .inner  .pzsekule {
	color: #FFCC33;
	font-family: Monotype Corsiva;
	font-size: 36px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 4px;
	text-shadow: -1px 0 #003300, 0 3px #003300, 3px 0 #003300, 0 -1px
		#003300;
	border-bottom: 1px solid #003300;
	margin: auto;
	margin-top: 10px;
	width: 70%;
	padding: 10px;
	text-align: left;
}

#login .inner .fheader {
  padding: 32px 26px 4px 26px;
/*   background-color:rgba(255, 255, 255, 0.3); */
  color: #003300;
  font-family: Arial;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 19px;
}

#login .inner .cssform p {
	clear: left;
	margin: 20px 0px 20px 0px;
	height: 1%;
}

#login .inner .uname,
#login .inner .psw  {
  box-sizing: border-box;
  height: 34px;
  width: 440px;
  border: 1px solid #003300;
  background-color: #FFFFFF; 
  text-align: center;
  align: center;
}

#login .inner .uname:focus ,
#login .inner .psw:focus {
  outline: none;
  border: 1px solid #FFCC33;
}

#login .inner .chk {
  margin: 0px 10px 0px 0px;
}

#login .inner .chklabel {
  color: #003300;
  font-family: Arial;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 0px;
  background-color: rgba(255, 255, 255, 0.5);
}

.posli {
  height: 40px;
  width: 250px;
  color: #FFCC33;
  border-color: #FFCC33; 
  background-color: #003300; 
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0px 0px 10px 0px;
  border-radius:18px;
}

.posli:focus {
  outline: none;
  box-shadow: 0 0 5px #003300;
  border: 1px solid #003300;
  border-radius:18px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFCC33;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFCC33;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFCC33;
}