﻿body {
   margin:0;
   padding:0;
         background-image:url('/Others/img/LoginBackground.PNG');
background-repeat:no-repeat;
background-size:cover;

 margin:auto;
}
@font-face {
    font-family: "DroidKufi";
    src: url('../fonts/DroidKufi-Regular.ttf');
}
.Wrapper
{
   width:400px;
   position:relative;
   margin:0 auto;
   text-align:center;

}
.Header {
    position:relative;
    display:block;
    height:180px;

margin-top:40px;
}
.image {
height:180px;
width:180px;
margin:0 auto;
position:relative;
overflow:hidden;
}
.Header .image img {
border:0;
height:100%;
width:100%; 
outline:0;   
    }
.LoginHeader {
   font-weight:bold;
text-align:center;
width:100%;
position:relative;
margin: 20px auto;

}
.LoginCompanyName {
    font-family: "DroidKufi";
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.Login {
    position:relative;
margin:10px auto;
overflow:hidden;
text-align:center;
   width:252px;
 border:2px solid #b6b4b4;
 padding:30px 20px 20px 20px;
}
.LoginRow {
    width:100%;
    display:inline-block;
    margin-top:5px;
 
}
    .LoginRow a {
        outline: 0;
        font-family: "DroidKufi";
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }
    .LoginRow a:hover {
        font-family: "DroidKufi";
    }
.LoginRowb {
      width:100%;
      padding-right:100px;
      padding-top:5px;
text-align:right;
}
.LoginTitle {
    font-family: "DroidKufi";
    font-size: 12px;
    float: right;
    font-weight: bold;
    width: 92px;
    text-align: right;
}
.LoginItem {
float:right;
width:155px;
margin-right:5px;

}
.txtbox{
    background-color:#cfcfcf;
    border:0;
   text-align:left;
   width:152px;
   float:left;
   padding-left:5px;
}
.txtbox:focus{
    background-color:none;
}
.button {
    cursor: pointer;
    font-family: "DroidKufi";
    /*background-color:#bf1e2e;*/
    width: 252px;
    text-align: center;
    border: 0;
    color: #fff;
    padding: 6px;
    background-image: url('/Others/img/btnLogin.PNG');
    border: 1px solid #fff;
}
.PoweredbyLogo {

position:relative;
width:265px;
margin:0 auto;
text-align:center;
}
.imgTurbo {
    /*height:65px;
    width:100px;*/
    width:140px;
    height:80px;
    margin:0 auto;
    text-align:center;
    overflow:hidden;
    margin-top:90px;
padding-bottom:20px;
}
.imgTurbo a{
    outline:0;
}
.imgTurbo  img {
    border:0;
  width:100%;
  height:100%;
    }
.Message {
    font-family: "DroidKufi";
    font-size: 13px;
    border: 2px solid #b6b4b4;
    color: #fff;
    background-color: #bf1e2e;
    padding: 10px;
}
