html,* {
  font-family: sans-serif;
}
body {
  margin: 0;
  /*
  background-image: url('https://synergyes.com.au/wp-content/uploads/2019/10/synergy-enterprise-solutions-empower-your-teams-2.jpg');
  */
  background-image: url('/images/current_background.jpg');
  background-size: cover;
}
button {
  background: #d92332; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#F93343, #b91322); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F93343, #b91322); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F93343, #b91322); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F93343, #b91322); /* Standard syntax */
  cursor: pointer;
  text-align: center;
  color: white;
  font-size: 20px;
  text-shadow: 2px 2px #b91322;
  width: 95%;
  border: 2px #d92332 outset;
  border-radius: 20px;
  outline: none;
  font-weight: bold;
  padding: 5px;
  letter-spacing: .2em;
}
#container {
  position: absolute;
  top: 50px;
  left: 50px;
  background: #fff;
  text-align: center;
  border: 1px inset silver;
  border-radius: 20px;
  padding: 0px 20px 20px 20px;
}
.inputdiv {
  border: 1px solid silver;
  margin: 10px;
  text-align: left;
}

#username,
#password {
  font-size: 20px;
  border: 0px none;
  padding-left: 3px;
  margin-top: 3px;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px white inset;
  -webkit-text-fill-color: black;
  border: 0px none;
}

#copyright {
  margin-top: 20px;
  font-size: 13px;
}

#poweredby {
  position: absolute;
  bottom: 0px;
  left: 30px;
}
#error {
  font-size: 12px;
  font-style: italic;
  color: #d92332;
}

blink, .blink {
  -webkit-animation: blink 1s step-end infinite;
     -moz-animation: blink 1s step-end infinite;
       -o-animation: blink 1s step-end infinite;
          animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}
