.login_body {
   background-image: url('bglogin.png');
   background-size: cover;
   background-repeat: no-repeat;
}

.login_background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.login_bgimage {
    width:100%;
    height:100%;
}

.login_logo {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
}

.login_box {
   background-color: #56565A;
   margin-top: 20px;
   width: 260px;
   height: 210px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   border-radius: 20px;
   text-align: center;
   padding-top: 15px;
}

.login_editor {
   background-color: #CCCCCC;
   border: none;
   border-radius: 5px;
   width: 180px;
   height: 25px;
   margin: 10px;
   padding-left: 5px;

   font-family: Arial;
   font-size: 14px;
   color: #56565A;
}

.login_button {
   background-color: #EB6E40;
   border: none;
   border-radius: 5px;
   width: 180px;
   height: 25px;
   margin: 10px;

   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
}

.login_centered_div {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 260px;
   padding-top: 5px;
   overflow:auto;
}

.login_dll_logo {
   float:left;
}

.login_support_icone
{
   float:right;
}

.login_perms {
   width:30px; 
   height:30px; 
   position:absolute; 
   top:0px; 
   left:0px;
   background-color:transparent;
}

.login_error {
   font-size: 8pt;
   font-family: Verdana;
   color: white;
}
