[data-cellid="grid_c8"][data-page="_global_register"][data-cellid="grid_c8"][data-page="_global_register"][data-cellid="grid_c8"][data-page="_global_register"] {
  width: 80%;
}
[data-cellid="grid_c11"][data-page="_global_register"][data-cellid="grid_c11"][data-page="_global_register"][data-cellid="grid_c11"][data-page="_global_register"] {
  width: 20%;
  padding-bottom: 10px;
}
[data-page="_global_register"][data-itemid="register_header"] {
  color: #045c34;
  font-weight: bold;
}
[data-page="_global_register"][data-itemid="text1"] {
  font-size: 11px;
}
[data-page="_global_register"][data-itemid="custom_button1"] > .btn {
  background-color: #045c34;
  background-image: none;
  text-shadow: none;
}
[data-page="_global_register"][data-itemid="text"] {
  font-size: 10px;
}
[data-page="_global_register"][data-itemid="register_save"] > .btn {
  background-color: #045c34;
  background-image: none;
  text-shadow: none;
}


/* Put  your custom CSS code here */

.r-sideimage {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/path/to/your/image.png');
    background-size: cover; /* Asegura que la imagen cubra todo el contenedor */
    background-position: center; /* Centra la imagen */
    width: 620px; /* Puedes ajustar estas dimensiones */
    height: 969px; /* según tus necesidades */
}