.xinputfield[type=text], .xinputfield[type=password] {
  width: 100%;
  padding: 14px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.xloginbutton  {
 background-color: #59abe3;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.xloginbutton:hover {
  opacity: 0.8;
}

.xcancelbtn {
  cursor: pointer;
  border: none;
  background-color: #59abe3;
  float: left;
  color: white;
  padding: 5px 32px;
}

.ximgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.xlcontainer {
  padding: 16px;
}

.xmodal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 90px;
}

.deco {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 10px;
}

.xmodal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  width: 80%;
}

.modal-content2 {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  width: 239px;
}

#imgModal {
  background: black;
  opacity: 0.9;
}

.xclose {
  position: absolute;
  right: 25px;
  top: 3px;
  color: red;
  background-color: transparent;
  font-size: 25px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
}

.xclose:hover,
.xclose:focus {
  cursor: pointer;
}

.xanimate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 480px) {
  span.psw {
     display: block;
     float: none;
  }
  	.xslcontainer {
		float: left;
	}
    .xcancelbtn {
		float: right;
	}
}

@media screen and (max-width: 480px) {
  .xmodal {
    overflow-x:hidden;
  }
  html {
    overflow-x:hidden;
  }
}

@media screen and (max-width: 600px) {

  .modal {
    width:100%;
    height:100%;
  }

  .modal-content {
    top:3%;
    width:90%;
    height:60%;
    left:4%;
  }

  .modal-body {
    top:5%;
  }

  .xcancelbtn {
    top:3%;
    width:100%;
    left:4%;
  }

}

.x-lkmenu {
	color:blue;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
    0%, 49% {
    opacity: 10%;
  }
  50%, 100% {
	  background-color: transparent;
  }
}
