#tlo {background: rgba(0, 0, 0, 0.65);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9998;
      }



#panel { background: url("./panel20191028/panel.png") no-repeat scroll 0 0;
         color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 320px;
    left: 50%;
    margin-left: -160px;
    margin-top: -160px;
    padding: 50px 40px;
    position: fixed;
    top: 50%;
    width: 320px;
    z-index: 9999;
    font-family: Lato, sans-serif;
    box-sizing: border-box;}
    
    
#paneltitle {color: #fff !important;
             font-size: 30px;
             font-weight: 900;
             margin-bottom: 18px;
             text-align: center;
             width: 100%;}  
             
#panel input[type='text'], #panel input[type='password']{ border: 1px solid #fff;
                           width: 150px !important;
                           color: #000;
                           font-family: Lato, sans-serif;}             
             
#panelform {color: #fff;
            font-weight: 700;} 


#panel input[type='submit'] {background: #fff;
                             border: 0 none;
                              color: #236BD3;
                             cursor: pointer;
                            font-family: Lato, sans-serif;
                              font-size: 18px;
                               font-weight: 900;
                              padding: 2px 7px;}            
             
             
#panel input[type="checkbox"] {
    -moz-binding: none;
    background-color: -moz-field !important;
    block-size: 13px;
    border: 2px inset threedlightshadow !important;
    box-sizing: border-box;
    color: -moz-fieldtext !important;
    cursor: default;
    inline-size: 13px;
    padding: 0 !important;
}             
             
             
             
               
    