/* Full-width input fields */
.modal-content-logon input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  height: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
}
.modal-content-logon .button{
  width: 100%;
  height: 35px;
  margin-top: 10px;
}
#logon
{
width: 99%;
display: inline-block;
margin: 0 auto;
}
/* Set a style for all buttons */
/* Extra styles for the cancel button */
.modal-content-logon .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
#modal-content-logon .btncancel{
width: 100%;
}
/* Load waiting.................................................................. */

#loading-image{
position: absolute;
top: 33%;
left: 40%;	
}

#loading-image img{
width:90%;	
}

/* Modal Content/Box */
.modal-content-logon {
  padding: 20px;
  background-color: #fefefe;
  margin: 5% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 2px solid #54b215;
  border-radius: 20px;
  box-shadow: 4px 4px 2px 2px #888888;
  width: 90%; /* Could be more or less, depending on screen size */
  height: 500px;
}

/* Add Zoom Animation */
.animate {
  -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)}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 415px) {
  span.psw {
     display: block;
     float: none;
  }
  .modal-content-logon .btncancel {
     width: 100%;
  }
.modal-content-logon {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 2px solid #54b215;
  border-radius: 20px;
  box-shadow: 4px 4px 2px 2px #888888;
  width: 100%; /* Could be more or less, depending on screen size */
}

#loading-image{
position: absolute;
top: 30%;
left: 30%;	
}
.modal-content-logon .button{
  width: 100%;
  height: 35px;
  margin-top: 10px;
}
#loading-image img{
width:90%;	
}
.modal-content-logon input[type=text], input[type=password] {
 font-size:16px;
}
/* Full-width input fields */


}