body{background-size:cover;background-repeat:no-repeat;background-position:center center}.login-wrap{width:100%;padding:10% 0;position:relative}.login-box{width:40rem;margin:0 auto;background-color:transparent;background:rgba(255,255,255,0.8)}.login-box .footer{width:100%;left:0px;right:0px}.login-box .social{display:block;margin-bottom:30px}#recoverform{display:none}.login-sidebar{padding:0px;margin-top:0px}.login-sidebar .login-box{right:0px;position:absolute;height:100%}@media (max-width: 767px){.login-wrap{position:relative;overflow:hidden}.login-box{width:90%}.login-sidebar{padding:10% 0}.login-sidebar .login-box{position:relative}}.box1{margin-top:15px;margin-bottom:15px;}
/*# sourceMappingURL=theme.css.map */
.button-g {
  background-color: #004A7F;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  border: none;
/*  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none; */
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}