﻿#loginBackground::before {
   background: #595959
}

#loginBackground #loginbody {
   max-width: 400px;
   margin: 0 auto;
   box-sizing: border-box
}

#loginBackground .wrapper-logo {
   width: 100%
}

#loginBackground #loginLogo {
   height: 50px;
   width: auto;
   margin: 0
}

#loginBackground .version {
   margin-top: 0;
   margin-bottom: 10px;
   color: #fff !important
}

#loginBackground input {
   box-sizing: border-box;
   width: 100%;
   min-width: 300px;
   background: #fff;
   border-color: rgb(var(--cg));
   border-radius: 10px;
   padding: 10px 15px;
   height: unset;
   margin-bottom: 10px;
   color: #000
}

#loginBackground .login-submit {
   width: 100% !important;
   justify-content: space-between !important
}

   #loginBackground .login-submit a {
      color: #fff !important
   }

   #loginBackground .login-submit button {
      border-radius: 5px;
      height: unset;
      padding: 10px 30px;
      font-size: 14px
   }

#loginBackground .bottom-logo {
   margin-top: 50px
}

#loginBackground .vox-logo {
   background: url(https://voxmeter.catglobe.com/ol/Images/GetImage.aspx?rid=e66ba1f2-e3e6-4c2c-a5e3-7062076f5e4e) no-repeat;
   height: 28px;
   width: 100px;
   background-size: 100px 28px;
   margin: auto
}

#loginBackground .cem-logo {
   background: url(https://voxmeter.catglobe.com/ol/Images/GetImage.aspx?rid=3fc0862b-54e3-4faa-99b9-a2e5fd394d67) no-repeat;
   height: 26px;
   width: 150px;
   background-size: 150px 28px;
   margin: auto
}
