.web-screen{ 
 background-image : url('../custom_media/Capgemini-NS.png'); 
 background-size:cover; 
} 


.logon-logo-container { 
background-image : url('../custom_media/PingID - Copy.JPG'); 
 }

.logon-logo-container.NS-AAA { 
background-image : url('../custom_media/PingID - Copy.JPG'); 
 }

.logon-large.logon-logo-container { 
background-image : url('../custom_media/PingID - Copy.JPG'); 
 }

.logon-small.logon-logo-container { 
background-image : url('../custom_media/PingID - Copy.JPG'); 
 }

.logon-large.logon-logo-container.NS-AAA { 
background-image : url('../custom_media/PingID - Copy.JPG'); 
 }

.logon-small.logon-logo-container.NS-AAA { 
background-image : url('../custom_media/PingID - Copy.JPG'); 
 }

.credentialform h1{ 
 font-size: 14px;
}

.web-screen .main-text{ 
 font-size: 14px;
}

.credentialform h1{ 
 color: rgb(0, 0, 0);
}

.web-screen .main-text{ 
 color: rgb(0, 0, 0);
}

.credentialform .plain{ 
 font-size: 14px;
}

.credentialform .field .checkbox label{ 
 font-size: 14px;
}

.credentialform .standaloneText{ 
 font-size: 14px;
}

.credentialform .error, .credentialform .warning, .credentialform .information, .credentialform .inprogress, .credentialform .confirmation{ 
 font-size: 14px;
}

.credentialform .plain{ 
 color: rgb(0, 0, 0);
}

.credentialform .field .checkbox label{ 
 color: rgb(0, 0, 0);
}

.credentialform .standaloneText{ 
 color: rgb(0, 0, 0);
}

.credentialform .error, .credentialform .warning, .credentialform .information, .credentialform .inprogress, .credentialform .confirmation{ 
 color: rgb(0, 0, 0);
}

.button.default {
 background-color : rgb(0, 112, 173);
}

.button.default:hover {
 background: #02a1c1;
}

.header {
 border-bottom: 5px solid rgb(255, 255, 255);
 }

.web-screen .content-area {
 background :rgba(255, 255, 255, 0.67); 
}.box  {
 background-color :rgba(255, 255, 255, 0.67); 
}