@font-face {
    font-family: 'maestro_signatureregular';
    src: url('../fonts/maestro_signature-webfont.woff2') format('woff2'),
         url('../fonts/maestro_signature-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'augieregular';
    src: url('../fonts/augie-webfont.woff2') format('woff2'),
         url('../fonts/augie-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.mainbg{
	background-color:#000;
	font-family: 'Roboto', sans-serif;
	min-height: 100vh;
}
.fusebg{
	/*background-image:url("../images/nachc-dinner-bg.png");
	background-repeat:no-repeat;
	background-size: cover;
background-position: top center;*/
background-color:#000;	
padding: 30px 50px 50px 50px;
min-height:100vh;
	font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
	text-align:center;
}
.fusebg h3{
	font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
	color:#E48E31;
	font-weight:bold;
}
.formbg{
	/*padding:100px 50px;*/
	padding:50px;
	background-color:#000;
	text-align:center;
}
.formbg h4{
	font-size: 40px;
    line-height: 51px;
    margin: 20px 0px;
    color: #fff;
    font-weight: normal;
}
.formbg h4 span{
	color:#F58122;
}
.orgtxt{
	font-weight: 500;
    font-size: 21px;
    color: #F68C1E;
    text-shadow: 0px 2px 6px #000000;
    line-height: 31px;
	margin-bottom:30px;
}
.orgtxt-btm{
	font-weight: 400;
    font-size: 24px;
    color: #F68C1E;
    text-shadow: 0px 2px 6px #000000;
    line-height: 32px;
	margin-top:30px;
}
.logoimg{
	margin-bottom:40px;
}
.formtextbox{
	background-color:rgba(255, 255, 255, 0.16);
	border-radius:4px;
	position: relative;
	text-align:left;
	padding:10px;
	font-size:14px;
	line-height:19px;
	color:#959595;
}
.form-control {
    background-color: transparent;
    border: none;
    height: 21px;
    line-height: 21px;
	color:#959595;
	font-size:16px;
	padding-left: 0px;
    padding-right: 30px;
}
.formtextbox img {
    position: absolute;
    top: 30%;
    right: 10px;
    z-index: 9;
}
.checkbox {
    text-align: left;
}
.checkbox input[type=checkbox] {
    margin-left: 15px;
}
.checkbox label {
    padding-left: 40px;
	font-size: 16px;
    color: #959595;
    line-height: 21px;
}
.checkbox label a{
	color:#F58122;
}
.btn-register{
	background-color:#F58122;
	border-radius:4px;
	color:#000;
	font-size:20px;
	line-height:26px;
	height: 50px;
    width: 100%;
}
.btn-register:focus, .btn-register:hover, .btn-register:active{
	box-shadow:none;
	outline:0!important;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #959595;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.normaltext{
	font-size: 50px;
    line-height: 51px;
	color:#FEFEFE;
	font-weight:400;
	margin-bottom: 50px;
}
@media (max-width:991px){
.mainbg {
    min-height: auto;
}
.fusebg{
	min-height:auto;
	padding: 15px;
}	
.formbg {
    padding: 15px;
}
}
@media (max-width:767px){
.formtextbox {
	margin-bottom: 15px;
}
}