#inscricao {

}

#inscricao .form-check {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#inscricao .form-check-input {
  margin-bottom: 0rem!important;
}

#inscricao .form-check-label {
  margin-left: 2rem;
  margin-bottom: 0rem;
}


#inscricao .form-check-div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

#inscricao .form-check-div p {
  font-weight: bold;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

#inscricao .formulario {
  width: 100%;
}

#inscricao .form-control {
  width: 100%;
}

#inscricao select {
  width: 100%;
}

.alert-success {
  background-color: #2b982b;
}

.alert-danger {
  background-color: red;
}

.alert-warning {
  background-color: gold;
}

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff !important;
  padding: 2rem;
  margin-bottom: 2rem;
}
