
.body-newmember {
  height: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  /*display: flex;*/
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #10173a;
  color: #fff;
}

.form-newmember {
  width: 100%;
  max-width: 550px;
  padding: 15px;
  margin: auto;
}
.form-newmember .checkbox {
  font-weight: 400;
  text-align: initial;
}
.form-newmember .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-newmember .form-control:focus {
  z-index: 2;
}

.newmember-header-text {
  color: rgb(255, 255, 255);
  font-family: "Poiret One";
  font-size: 28px;
}

.form-newmember .row {
  margin-top:20px
}

.form-newmember .label {
  text-align: start;
}

.form-newmember .question {
  text-align: start;
  margin-bottom: 15pt;
  word-wrap: anywhere;
}

.title-newmember {
	padding: 20px;
    font-weight: bolder !important;
}
}