      body {
        padding-top: 60px;
        padding-bottom: 40px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
      }
      .sidebar-nav {
        padding: 9px 0;
      }
      /* toggle-style checkbox */
      /* enabled, not checked */
      .dhxform_obj_dhx_skyblue div.dhxform_img.btn2state_0 {
        background-image: url("imgs/toggle_off.png");
        width: 42px;
        height: 20px;
      }
      /* enabled, checked */
      .dhxform_obj_dhx_skyblue div.dhxform_img.btn2state_1 {
        background-image: url("imgs/toggle_on.png");
        width: 42px;
        height: 20px;
      }
      /* disabled, not checked */
      .dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.btn2state_0 {
        background-image: url("imgs/toggle_off_dis.png");
        width: 42px;
        height: 20px;
      }
      /* disabled, checked */
      .dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.btn2state_1 {
        background-image: url("imgs/toggle_on_dis.png");
        width: 42px;
        height: 20px;
      }

      .logmicrosoft {
        background-image: url(../../images/log-google.png);
        background-color: blue;
        background-repeat: no-repeat;
        height: 25px;
        padding-top: 0.3em;
        background-position: left center;
        padding-left: 3.5em;
      }
      #page-login{
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0, 0, 0, 0) 100%);
        background-size: cover;
      }
      h1.title{
        padding-bottom: 16px;
      }
      #toogle-login{
        font-size: 18px;
      }
      #wait_image{
        display: none;
      }
      .btn-box.mTop65{
        font-size: 18px;
      }
      .col-md-12{
        text-align: center;
      }
      .btn.btn-submit{
        margin-right: auto;
        margin-left: auto;
        display: inherit;
        width: 100%;
      }
      .toggle-login.external{
        font-size: 18px;
      }
      .toggle-login.external button{
        margin-left: 7px;
      }
      .body-login{
        background-color: transparent; 
        background-image: none;
      }
      .hiddenme{
        display: none;
      }