html 											{ }
body											{ 
												  background:url(../images/bg-form-review.jpg) no-repeat center center fixed;
												  -webkit-background-size: cover;
												  -moz-background-size: cover;
												  -o-background-size: cover;
												  background-size: cover;
												  margin-top:1em;   
												}
form .left-inner-addon  						{ position: relative; padding-bottom:0.8em; }
form .left-inner-addon input  					{ padding-left: 40px; }
form .left-inner-addon i 						{ position: absolute; padding: 15px 12px; pointer-events: none; }

/* HEADER */
#header											{ margin-right:1em; }
#header img										{ width:auto; height:45px; }

/* JUMBOTRON */
.jumbotron 										{ 
												  padding:1.5em 1.5em !important; 
												  margin-bottom:1em !important; 
												  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
												  background:#FFF !important;
												  margin-top:4em; 
												}
.jumbotron .text-header							{ font-size:1.4em; letter-spacing:0.1em; font-weight:bold; text-transform:uppercase; }
.jumbotron .btn-action button					{ font-weight:bold; letter-spacing:0.1em; }
.jumbotron .line								{ border:1px #FFFFFF dashed; margin:2em 0em; }
.jumbotron label								{ margin-top:0.8em; }
.jumbotron .jum-footer							{ margin-top:2em; margin-bottom:0.3em; font-size:0.8em; }
.jumbotron .jum-footer .social img				{ height:50px; width:auto; cursor:pointer; }
.jumbotron .text-thank							{ text-align:center; letter-spacing:0.1em; margin-top:2em; line-height:5em; }
.jumbotron img									{ height:150px; width:auto; }
.jumbotron button								{ font-weight:bold; letter-spacing:0.1em; }


/* FOOTER */
#footer 										{ text-align:right; letter-spacing:0.1em; font-size:0.9em; color:#FFF; font-weight:bold; }

/* OTHER */
.point											{ cursor:pointer; }	