  .content {
  display: flex
;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .input-error {
    color: red;
    font-size: 0.85em;
    margin-top: 3px;
  }

  .is-invalid {
    border: 1px solid red !important;
  }

  .blur-box{
        background-color: rgba(255, 255, 255, 0.8);
}

.register-form-title{
  font-size:48px;
  font-weight: bold;
}

.register-form
{
  max-width: 557px;
}

button[type='submit'] {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: none;
}

.termsandpolicy
{
  margin-bottom:30px;
}

.form-control{
  background-color: transparent;
}

#error_list li label{
color:#757675;
}

.termsandpolicy a{
  text-decoration: none;
  color:#757675;
}

.background-detail2{
  bottom: 414px;
}