@font-face {
    font-family: 'tisbold';
    src: url('font/tis-bold-webfont.woff2') format('woff2'),
         /* url('font/niramit-light-webfont.woff') format('woff'); */
         url('font/tis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url(../images/bg_isuzu_andamansales.jpg);
    background-position: center center;							/* Image is centered vertically and horizontally at all times */
    background-repeat: no-repeat;    							/* Image doesn't repeat */
    background-attachment: fixed;								/* Makes the image fixed in the viewport so that it doesn't move when the content height is greater than the image height */
    background-size: cover;										/* This is what makes the background image rescale based on its container's size */
    /*background-color:#122f64;									 Pick a solid background color that will be displayed while the background image is loading */
	height: 100%; 
	font-family: 'tisbold';
	/* opacity: 0.9; */

}
.form-control, .form-control:focus, .input-group-addon {
	border-color: #e1e1e1;
	border-radius: 0;
}
.signup-form {
	margin: 0 auto;
}
.signup-form h2 {
	color: #636363;
	margin: 0 0 15px;
	text-align: center;
}
.signup-form .lead {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}
.signup-form form {		
	border-radius: 1px;
	margin-bottom: 15px;
	/* background: #fff; */
}

.signup-form .form-group {
	margin-bottom: 12px;
}
.signup-form label {
	font-weight: normal;
	font-size: 13px;
}
.signup-form .form-control {
	min-height: 38px;
	box-shadow: none !important;
	border-width: 0 0 1px 0;
}	
.signup-form .input-group-addon {
	/* max-width: 42px; */
	text-align: center;
	background: none;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 5px;
}
.signup-form .btn, .signup-form .btn:active {        
	font-size: 16px;
	font-weight: bold;
	/* background: #143d88 !important; */
	border-radius: 3px;
	border: none;
	min-width: 120px;
}
.signup-form .btn:hover, .signup-form .btn:focus {
	/* background: #122f64 !important; */
}
.signup-form a {
	color: #102750;
	text-decoration: none;
}	
.signup-form a:hover {
	text-decoration: underline;
}
.signup-form .fa {
	font-size: 21px;
	position: relative;
	top: 8px;
}
.signup-form .fa-paper-plane {
	font-size: 17px;
}
.signup-form .fa-check {
	color: #fff;
	left: 9px;
	top: 18px;
	font-size: 7px;
	position: absolute;
}