 	body {
/*
		background-image: url(../../images/bg1.png);
		background-repeat: no-repeat;
*/
		font-family: verdana;
	}
	.txt-title {color: #808080; font-size: 22px;font-weight: bold; }
	.txt-detail {	color: #666666;	font-size: 16px;		}

/*
	a, a:link, a:visited, a:active { color: #AAAAAA; text-decoration: none; }
	a:hover { border-bottom: 1px dotted #c1c1c1; color: #AAAAAA; }

	img {border: none;}
*/
	#container1 {
		/*border:1px solid #cecece;*/
		/*background-color:#fff; */
	}
	#container2 {
		margin-top: 150px;
		/*border:1px solid #cecece;*/
	}
	#container3 {
		margin-top: 20px;
		/*border:1px solid #cecece;*/
	}

		img {
            display: inline-block;
            height: auto;
            max-width: 100%;
        }
		a:link {
			text-decoration: none;
		}

		a:visited {
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}

		a:active {
			text-decoration: underline;
		}


/*

.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
    margin: 0 auto;
	border:5px solid #cecece;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #ff7b81;
}


*/



/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }



  /*
 * Info-Block 
 */
.info-block {
	margin-top: 10px;
	margin-left: 10px;
}
/**************end rule******************/

/*
 * Card component
 */
.card {
    background-color: #fff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 10px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 66px;
    height: 66px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

  /*
 * Sign in-x
 */
 	#login-form-x {
		width:250px;
	}

	

  /*
 * Sign in 
 */
	.signin-form
	{
		/*border:solid red 1px;*/
		margin-top:10px;
	}

	.form-signin {
		max-width: 500px;
		padding: 19px 29px 29px;
		margin: 0 auto;
		/*margin-top:90px;*/
		background-color: #fff;
		
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
		   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
				box-shadow: 0 1px 2px rgba(0,0,0,.05);
				
		font-family:Tahoma, Geneva, sans-serif;
		color:#990000;
		font-weight:lighter;
	}

	.form-signin .form-signin-heading{
		color:#00A2D1;
	}
	.form-signin input[type="text"],
	.form-signin input[type="password"],
	.form-signin input[type="email"] {
		font-size: 16px;
		height: 45px;
		padding: 7px 9px;
	}

	.navbar-brand{
		font-family:"Lucida Handwriting";
	}
	#btn-submit{
		height:45px;
	}
/**************end Sign in ******************/
