
        body {
          width: 830px;
          margin-right: auto;
          margin-left: auto;
          font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
          font-size: small;
        }

        ul li {
          display: inline;
          list-style-type: none;
          margin-left: 0;
        }

ul {
padding: 0px;
}
      
        .helpLink, #cancel, #forgotPassword, .divider, .itemLevel {
          display: none;
        }

       .verificationInfoText {
          display: none !important;
        }

        .textInput, input {
          width: 650px;
          display: inline-block;
        }

        .password-label {

          display: inline-block;
        }

button {
    background-color: #57008C;
    border: none;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

#retryCode {
    color: -webkit-link;
    //padding: 12px 24px;
    text-decoration: underline;
    cursor: pointer;
}

.buttons {
  text-align: center;
  margin: auto;
  width: auto;
}

h2 {
font-size: medium;
}

label {
font-weight: bold;
}
#background-image {

background-position: top; 
top: 0px; 
left: 0px; 
width: 100%; 
height: 100%;
position: absolute; 
background-image: url("https://aldiau-plm.click-plm.com/cdn/login/img/bg.jpg"); 
background-repeat: no-repeat; 
background-size: cover; 
z-index:-1000
}

#contentContainer
{

margin-top: 118px; 
padding: 8px; 
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=);
}

.pageLevel {
color: red;
}

.show {
display: block !important;
}

p
{
margin: 0px;
}

.verifying-modal
{
font-weight: bold;
color: white;
}