/* ----------------PP---------------- */
* {
	margin: 0px;
	padding: 0px;
	outline: none !important;
	font-family: 'Roboto', sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	outline: none !important;
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden !important;
}

ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
.clr {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.header_main{ background:#e8d0a9;}
.logo_bar{border-bottom: 1px solid #5c250f;
    padding-bottom: 12px;
    padding-top: 12px;}
.left_logo{}
.right_logo{    text-align: right;
    margin-top: 12px;}

.welcome_t_home_m{     padding: 3px 0;
    background: #5c250f;
    color: #fff;}
.welcome_t{ text-align:left; font-size:12px;}

.last_login_d{ text-align:right; font-size:12px;}

.last_login_d span{margin-left: 7px;}

.LoginDiv {
	    vertical-align: middle;box-shadow: 0px 2px 1px #ccc;
    align-items: center;
    width: 350px;
    height: 250px;
    margin: 0 auto;
    margin-top: 10%;
    background: #f5f5f6;
    border-style: solid; border:1px solid #cbcbcb;
    border-radius: 12px;
}
.div-center {
	width: 254px;
    height: auto;
    align-items: center;
    margin: 0 auto;
    margin-top: 35px;
}

.div.content {
	display: table-cell;
	vertical-align: middle;
}




.footer{  background: #5c250f;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    line-height: 24px;
    width: 100%;}

.login_hadding{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#994829+1,592b19+100 */
border-radius: 12px 12px 0px 0px;
background: #076960; /* Old browsers */
background: -moz-linear-gradient(top, #076960 1%, #0CAD9D 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #076960 1%,#0CAD9D 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #076960 1%,#0CAD9D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#994829', endColorstr='#ab512e',GradientType=0 ); /* IE6-9 */ line-height:30px; font-size:15px; text-align:center; font-weight:400; color:#fff; margin-bottom:15px;}

.login_btn_bar{}
.login_btn_bar .login_btn{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#994829+1,592b19+100 */
background: #f7a383; /* Old browsers */
background: -moz-linear-gradient(top, #f7a383 1%, #ab512e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f7a383 1%,#ab512e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f7a383 1%,#ab512e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a383', endColorstr='#ab512e',GradientType=0 ); /* IE6-9 */
    line-height: 29px;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
    padding: 5px 15px;
    text-transform: uppercase;}


.forgot_btn_bar{ margin-right:0px;}
.forgot_btn_bar a.forget_btn{ float:right; font-size:13px; color:#488A84; padding-left:15px;}