.LoginBody {
   margin: 0;
   background: white;
   font-family: "Century Gothic", Futura, Arial, sans-serif;
}

.LoginTableMain {
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   border: 0;
   border-spacing: 0;
   background-size: cover;
}

.LoginRowDialog td {
   padding: 0 25px;
}

.LoginDivDialog {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 20px;
   background-color: #ffffffc2;
   width: 365px;
   margin: 0 auto; /* center horizontally and vertically */
   font-size: 18pt;
}

.LoginDivCaption {
   padding: 20px 10px !important;
   font-size: 18px;
}

.LoginDivUserName, .LoginDivPassword {
   width: 100%;
}

.LoginInput {
   height: 48px;
   width: 100%;
   border: 0;
   font-family: "Century Gothic", Futura, Arial, sans-serif;
   font-size: 20px;
   padding: 0 25px;
   box-sizing: border-box;
   margin-bottom: 20px;
}

.LoginDivErrorMessage {
   text-align: center;
   font-size: 12px;
   color: red;
   margin-bottom: 20px;
}

.LoginDivButtonLogin {
   height: 60px;
   text-align: center;
}

.LoginButtonLogin {
   width: 100%;
   height: 46px;
   font-family: "Century Gothic", Futura, Arial, sans-serif;
   font-size: 18px;
   color: white;
   background: #565656;
   border: 0;
}

.LoginButtonLogin:hover {
   text-shadow: 0 0 10px white;
   cursor: pointer;
}

.Login_InfoMessage {
   text-align: center;
   margin-top: 100px;
   font-size: 11pt;
}
