/**
 * @file
 * Contains the default styles for the Node Authentication form and alert box
 */

.node-auth--protected {
  background: var(--rw-text-color, #353535);
  color: var(--rw-background-color, #fff);
  padding: calc(var(--rw-gutter, 32px) / 2);
}
.node-auth--protected label {
  color: var(--rw-background-color, #fff);
}
