.register-photo {
  background: rgba(241,247,252,0);
  padding: 80px 0;
}

.register-photo .image-holder {
  display: table-cell;
  width: auto;
  background-size: cover;
}

.register-photo .form-container {
  display: table;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}

.register-photo form {
  display: table-cell;
  width: 400px;
  background-color: #ffffff;
  padding: 40px 60px;
  color: #505e6c;
}

@media (max-width:991px) {
  .register-photo form {
    padding: 40px;
  }
}

.register-photo form h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.register-photo form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 6px;
  height: 40px;
}

.register-photo form .form-check {
  font-size: 13px;
  line-height: 20px;
}

.register-photo form .btn-primary {
  /* background: rgba(244,71,107,0.91); */
  background: orange!important;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 35px;
  text-shadow: none;
  outline: none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
  /* background: #eb3b60; */
  background: darkorange!important;
}

.register-photo form .btn-primary:active {
  transform: translateY(1px);
}

.register-photo form .already {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

#regbody {
  /*background-color: black;*/
  font-family: Montserrat, sans-serif;
  color: rgb(0,0,0);
  background-color: #edf2ef;
  /* background: url(../../assets/img/bg-pattern.png),linear-gradient(to left,#7b4397,#dc2430);  */
}

#regform {
  height: 100vh;
}
/* messaggio che appare al centro dopo la registrazione, cambiare con bs */
.regtextsucc {
  text-align: center;
  margin-top: 200px;
}