HTML > BODY
/* Modifications to theme added by Estela Basso:*/
{
background: url("/Resources/Pictures/Background/background-72-lighti.jpg");
}
<head>
<style>
table, td, th {  
  border: 5px solid #ddd;
  text-align: left;
}

table {
  
  width: 100%;
}

th, td {
  padding: 20px;
}
</style>
</head>
<body>
/* the "!important" Tag overrides previous  formatting */


.cnMainContainer {
  margin: 0 auto;
  width: 90%;
}

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}
.login-eb {height: 40px;  width: 200px; background: #d1DE12; font-size: 16px; margin-left:10px; padding: 10px; border-radius: 20px; box-shadow: 5px 5px 2px grey;}

.login-eb a{color: white;}

.loggedName {color: white; font-size: 24px;}

.id_LoginBoxGadget_form {color: black; font-size: 18px;}

.id_LoginBoxGadget_form a{color: black; font-size: 18px;}

.loginContainer {font-size: 18px;}

.loginContainer {width: 100%;}

.authFormContainer #idCaptcha {float:left}

.eventRegistrationInfoSpacesLeft,
.eventInfoSpacesLeft {display: none;}



