.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 28, 89, 0.9);
  z-index: 1;
}

body > *:not(.overlay) {
  position: relative;
  z-index: 2;
}

.content {
  width: 50%;
  height: 95vh;
}

.register-form-block {
  width: 40%;
}

footer {
  border-top: 1px solid #6c757d !important;
}

.footer-link {
  color: #FFF;
  text-decoration: none;
}

.launch-date-description {
  line-height: 1.1;
}

select {
    background-color: #FFFFFF;
    border: 1px solid #DEE2E6;
    color: #333;
    padding: 8px;
    border-radius: 4px;
    outline: none;
}

select:focus {
    border-color: #fff;
    box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
}

.agree-terms-text {
  padding-left: 20px;
}

.login-logo > img {
  width: 200px;
}

#id_new_password1, #id_new_password2 {
  width: 100%;
}

.custom-icon {
    color: #28a745; /* зеленая галочка */
    background-color: #d4edda; /* светло-зеленый фон */
    border-radius: 50%; /* чтобы фон был круглый */
    padding: 0.25em; /* немного отступа вокруг галочки */
}