/* Layout for installer content inside existing white box */
.InstallerCenter {
  margin-top: 60px;
  text-align: center;
  background-color: rgb(0,0,0,.3);
  padding: 30px;
  width: 500px;
  margin: 0 auto;
  padding: 50px 50px;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(255,255,255,.7);
}

.InstallerTitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff !important;
}

.InstallerButton {
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.InstallerButton:hover {
  background-color: #0064cc;
}

.InstallerButton:active {
  background-color: #004f9e;
}
.CreateAccountBox {
  background-color: transparent !important;
}
.Background3 {
  background-image: url(ImgObjects/asystirad6.jpg)
}