/******************** overwrite for switch background *************************/

.page-container {
    background: none;
}
#masthead {
    background-color: rgba(0,129,131,0.8);
    
}
#footer {
    background: rgba(210,214,222,0.2);
}
.login-screenlet {
    color: #FFF;
    background: rgba(0,129,131,0.1);
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.login-screenlet .screenlet-title-bar{
    background: none;
}
.login-screenlet .screenlet-title-bar h3{
    color: #FFF;
    text-shadow: none;
}
.login-screenlet .screenlet-body{
    background: none;
}
.screenlet-title-bar, 
.login-screenlet .screenlet-body table,
.login-screenlet .screenlet-body a {
    color: #FFF;
}