:root {
  --themePrimary: #cccc66;
  --themeSecondary: #990033;
}
.logo {
  background: url(https://www.rm.dk/globalassets/zdesign/ny-design/logoer/logo-desktop.svg) no-repeat;
  width: 300px;
  height: 160px;
  margin-left: 150px;
  zoom: 0.35;
}
/*CPR på ydelsesmodtager - INPUT*/
.DATA_CPRNUMMERPYDELSESMODTAGER {
  width: 200px;
}
/*Fornavn - INPUT*/
.DATA_NAVNPYDEL {
  width: 200px;
}
/*Efternavn - INPUT*/
.VB_DATA_EFTERNAVN {
  width: 200px;
}
/* Styring af viste knapper på offentlig side */
.IsAnonoumous .submitOption:nth-child(2) {
  display: none;
}
.IsAnonoumous .submitOption:nth-child(3) {
  display: none;
}
.IsAnonoumous .submitOption:nth-child(4) {
  display: none;
}
/* Styring af viste knapper på intern side ny anmodning */
.newCommand .submitOption:nth-child(4) {
  display: none;
}
/* Styring af viste knapper på intern side eksisterende anmodning - Skjul "Gem og vis" */
.editCommand .updateSubmit:nth-child(2) {
  display: none;
}
:root {
  --themePrimary: #cccc66;
  --themeSecondary: #990033;
}
.logo {
  background: url(https://www.rm.dk/globalassets/zdesign/ny-design/logoer/logo-desktop.svg) no-repeat;
  background-color: #cccc66;
  opacity: 1;
  width: 300px;
  height: 160px;
  margin-left: 150px;
  zoom: 0.35;
}
.logo:hover {
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.btn-primary {
  font-weight: bold;
}

