html
{
   height:100%;
   width:100%;
}
body
{
   padding:0px;
   margin:0px;
   background-color:#4DA92E;
   height:100%;
   width:100%;
   text-align:center;
   font-family:'Raleway';
   font-size:14px;
}
.blockbg
{
   position:absolute;
   height: 100%;
   width: 100%;
   left:0px;
   top:0px;
   z-index:998;
   animation: none !important;
}
.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}
.loader:after,.loader:before{box-sizing:border-box;display:none}
.loader.is-active{background-color:rgba(102,102,102,.6);width:100%;height:100%;left:0;top:0}
.loader.is-active:after,.loader.is-active:before{display:block}
@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
@keyframes blink{0%{opacity:.5}to{opacity:1}}
.loader[data-text]:before{position:fixed;left:0;top:50%;color:currentColor;font-family:Helvetica,Arial,sans-serif;text-align:center;width:100%;font-size:14px}
.loader[data-text=""]:before{content:"Loading"}
.loader[data-text]:not([data-text=""]):before{content:attr(data-text)}
.loader[data-text][data-blink]:before{animation:blink 1s linear infinite alternate}
.loader-default[data-text]:before{top:calc(50% - 63px)}
.loader-default:after{content:"";position:fixed;width:48px;height:48px;border:8px solid #FFFFFF;border-left-color:transparent;border-radius:50%;top:calc(50% - 24px);left:calc(50% - 24px);animation:rotation 1s linear infinite}
.loader-default[data-half]:after{border-right-color:transparent}
.loader-default[data-inverse]:after{animation-direction:reverse}
#idx_loader
{
   position:absolute;
   width: 50%;
   max-width:260px;
   height: 90px;
   left:25%;
   top:40%;
   font-family:Arial;
   font-size:14px;
   color:#FFFFFF;
   text-align:center;
   border-radius: 10px;
   z-index:999;
}
.banner
{
   background-image:    linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) ,url(/images/FOTO-3.jpg);
   background-size:     cover;
   background-repeat:   no-repeat;
   background-position: center center;
   min-height:50%;
}
.msgerr
{
   padding:10px;
   border-radius:3px;
   background-color:#DA4346;
   color:#FFFFFF;
   font-family:'Raleway';
   font-size:14px;
   animation: seconds 1.0s forwards;
   animation-iteration-count: 1;
   animation-delay: 3s;
   border-radius: 10px;
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
.logo
{
   width:50%;
   max-width:320px;
}
.login_title
{
   font-family: 'Raleway';
   color: #FFFFFF;
   font-size: 5vw;
   font-weight:bold;
}
.login_subtitle
{
   font-family: 'Raleway';
   color: #FFFFFF;
   font-size: 5vw;
}
.formtext
{
   border:0px;
   outline:none;
   border-radius:10px;
   text-align:center;
   font-family:'Raleway';
   font-size:16px;
   line-height: 40px;
   height: 40px;
   max-width: 620px;
}
.formtext:active, .formtext:focus
{
   box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.2);
   -webkit-transition:all 200ms linear 0s;
   -moz-transition:all 200ms linear 0s;
   -o-transition:all 200ms linear 0s;
   -ms-transition:all 200ms linear 0s;
   transition:all 200ms linear 0s;
}
.button
{
   border:0px;
   outline:none;
   border-radius:10px;
   padding:12px;
   text-align:center;
   font-family:'Raleway';
   font-size:16px;
   background-color:#71A83C;
   color:white;
   cursor:pointer;
   max-width: 620px;
}
.xform_b
{
   font-family:'Raleway';
   font-size:16px !important;
   color:#71A83C;
}
.xform
{
   position:absolute;
   width: 550px;
   max-width: 85%;
   background-color: #FFFFFF;
   border-radius:20px;
   padding:12px;
   font-family:'Raleway';
   font-size:16px;
   color:#666666;
   left: 0;
   right: 0;
   margin: auto;
   box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.homeitem
{
   background-color: #DFEEDA;
   margin-bottom: 20px;
   margin-top: 10px;
   border-radius: 10px;
   padding: 10px;
   font-family:'Raleway';
   font-size:16px;
   text-align: left;
   line-height: 24px;
   box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
   max-width: 600px;
}
#qr-reader
{
  border: 0px !important;
  max-width: 620px !important;
}
#qr-reader__scan_region
{
   /*background-color:#FFFFFF;*/
   /*border-radius: 10px;*/
}
#qr-reader__scan_region > img
{
  display:  none !important;
  border: 1px solid #3E6C2E !important;
}
#qr-reader__header_message
{
   border: 0px !important;
   background-color:#FFFFFF !important;
   color:#333333 !important;
   padding:  10px !important;
   max-width: 620px !important;
   width: calc(100% - 20px) !important;
   border-radius:10px !important;
}
#html5-qrcode-button-camera-start, #html5-qrcode-button-camera-stop, #html5-qrcode-button-camera-permission
{
   border:0px;
   outline:none;
   border-radius:10px;
   padding:12px;
   text-align:center;
   font-family:'Raleway';
   font-size:16px;
   background-color:#3E6C2E;
   color:#FFFFFF;
   cursor:pointer;
   width: 100%;
   max-width: 620px;
}
#html5-qrcode-select-camera
{
   border:0px;
   outline:none;
   border-radius:10px;
   text-align:center;
   font-family:'Raleway';
   font-size:16px;
   line-height: 40px;
   height: 40px;
   width: 100%;
   max-width: 620px;
   background-color:#3E6C2E;
   color:#FFFFFF;
   margin-bottom: 10px;
}
