@charset "utf-8";
/* CSS Document */

@import"https://fonts.googleapis.com/css?family=Roboto:100,300,400";

body{
margin: 0 auto;
text-align: left;
font-family: Roboto;
}
a{
text-decoration: none;
}
.login_bg{
top: 0;
left: 0;
position: fixed;
z-index: -1;
width:100%;
}
.login_wraper{
width: 412px;
height: 448px;
margin-top: 115px;
/*margin-top: 150px;*/
}
.login_logo{
width: 102px;
height: 0;
margin: 170px 0 0 152px;
float: left;
background: url(../../images/admin/login/logo.PNG) no-repeat;
}
.logoImg{
width: 0;
}
.login_box{
width: 400px;
height: 300px;
float: left;
margin-left: 7px;
margin-top: 50px;
opacity: 0;
}
.logTop_row{
width: 100%;
height: 63px;
border-bottom: 1px solid #fff;
/*background: url(../../images/admin/login/head.jpg);*/
background-color: #88342D;
border-radius: 3px 3px 0 0;
}
h1{
text-align: left;
margin: 0;
padding: 0;
color: #fff;
text-indent: 23px;
line-height: 55px;
font-weight: 400;
text-shadow: 0 2px #444;
}
.log_panel{
width: 89%;
height: 194px;
background: #f2f2f2;
padding: 22px;
border-radius: 0 0 3px 3px;
box-shadow: 0 2px 3px #666;
}
.log_panel input[type=text], .log_panel input[type=password]{
width: 100%;
height: 52px;
border: 1px solid #dfdfdf;
background: #f0eef0;
margin-bottom: 20px;
border-radius: 3px;
color: #999;
text-indent: 25px;
font-weight: bold;
outline: solid 1px #fff;
box-shadow: 0 0 0 50px #fff inset;
}
.log_panel input[type=submit]{
width: 100px;
height: 40px;
float: left;
/*background: url(../../images/admin/login/btn.jpg);*/
background-color: #88342D;
border: 0;
color: #fff;
border-radius: 3px;
cursor: pointer;
font-weight: bold;
}
.log_panel input[type=submit]:hover{
background: #B96A64;
}
.lost{
float: left;
margin-left: 25px;
line-height: 40px;
}
.lost a{
font-size: 11px;
color: #a4a4a4;
}
.lost a:hover{
color: #69476a;
}

.logo_image img {
    height: 100%;
    width: 100%;
}

.logo_image {
    height: 70px;
    margin: 0 auto;
    width: 18%;
    padding-top: 5px;
}
/* farveen */

/* login logo */
.website_logo {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
}
	
.website_logo p{    
	margin-top: 25px !important;
    margin-bottom: 0px !important;
}













