.ctx-sec-register {
  background-image: url(../images/registerFormBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#regularform .field-wrap input,
#regularform .field-wrap select,
#regularform .field-wrap textarea {
  border-radius: 0;
}

#regularform .form-label {
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0 10px 0;
  display: block;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}
#regularform .form-control {
  border-color: rgb(255, 255, 255,0.3);
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
  color: #555555;
}
.form-check-input {
  width: 27px;
  height: 27px;
}

option {
 color: #444444;
}

.regisbtn {
  width: 100%;
  background: #FF6A00;
  border-radius: 2px;
  border: 2px solid #FF6A00;
  color: #fff;
  outline: 0;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s;
}
.regisbtn:hover {
  background: transparent;
  border-color: #fff;
  color: #ffffff;
}

#register .thank-you{
    display:none
}
#register .content{
    padding-top:33px;
    padding-bottom:32px;
    max-width:930px
}