#bgvid { 
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(images/bg.html) no-repeat;
background-size: contain; 
}
video { display: block; } 
#container {
	width: 450px;
	height: auto;
	border: thin solid #767676;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(90,90,90,0.70);
	min-height: 400px;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.68);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.68);
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-top:100px;
}

#container h1 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-transform: capitalize;
	text-shadow: 0px 1px 1px #f0f0f0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 40px;
}
#container h1 span {
	color: rgba(255,0,4,1.00);
	text-shadow: 0px 1px 1px #760001;
}
#container h2 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-transform: capitalize;
	text-shadow: 0px 1px 1px #f0f0f0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 30px;
}
#container p {
	color: #C4C4C4;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: lighter;

}
#container #autoresponder {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#container form {
	margin-top: 15px;
}
#container #autoresponder form #button {
	width: 205px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#container .legal {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	font-size: 11px;
}
#container .legal a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container .legal #padlock {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#foot {
	text-align: center;
	margin-top: 25px;
}
#foot a{
	font-size: 11px;
	color: #000000;
}
.register-form label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	color: #C4C4C4;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
}
.required-field {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.required-field:after {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: #19a9e5;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required-field.field-error:after {
	background: #cc3530;
	/*
	box-shadow: inset 0 0 0 2px #cc3530;
	*/
	color: #cc3530;
}
.register-form .hero-input:focus{
	outline: none;
	border-color: #ababab;
}

.register-form .hero-input {
	margin-bottom: 1px;
	padding: 0 20px 0 34px;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.75);
    border: 1px solid #dcdcdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    font-size: 16px;
    color: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.register-form .hero-input::-webkit-input-placeholder {
	color:#535353;
    font-style: italic;
}

.register-form .hero-input::-moz-placeholder {
	color:#535353;
    font-style: italic;
}

.register-form .hero-input:-ms-input-placeholder {
	color:#535353;
    font-style: italic;
}

.register-form .hero-input:-moz-placeholder {
	color:#535353;
    font-style: italic;
}

.register-form .hero-input:focus::-webkit-input-placeholder {
	color:transparent;
}

.register-form .hero-input:focus::-moz-placeholder {
	color:transparent;
}

.register-form .hero-input:focus:-ms-input-placeholder {
	color:transparent;
}

.register-form .hero-input:focus:-moz-placeholder {
	color:transparent;
}

.register-form .submit-btn {
	width: 100%;
	height: 50px;
    margin-top: 5px;
	text-transform: uppercase;
	font-size: 20px;    
	color: #fff;
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    
	background: #FF530A;
	background: -webkit-linear-gradient(#FF530A,#FF2B00);
	background: -moz-linear-gradient(#FF530A,#FF2B00);
	background: -ms-linear-gradient(#FF530A,#FF2B00);
	background: -o-linear-gradient(#FF530A,#FF2B00);
	background: linear-gradient(#FF530A,#FF2B00);
	box-shadow: inset 0px 1px 0px #ffbb6a,inset 0 -1px 2px #a33f03;
}


.register-form .submit-btn:hover {
	background: #f83600;
	background: -webkit-linear-gradient(#f83600,#fe8c00);
	background: -moz-linear-gradient(#f83600,#fe8c00);
	background: -ms-linear-gradient(#f83600,#fe8c00);
	background: -o-linear-gradient(#f83600,#fe8c00);
	background: linear-gradient(#f83600,#fe8c00);
}


.register-form .submit-btn:focus {
	outline: none;
	border: none;
}
.input-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
.form-control-icon{
    display: block;
    height: 50px;
    line-height: 50px;
    pointer-events: none;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2;
}