 @font-face {
                font-family: BNazanin;
                src: url(../../HelpDesk.UI/CommonPages/captcha/BNazanin.ttf);
            }

html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   
}
.AdminLogin{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
   
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}
.AdminLogintext{
    padding: 0.7% 1.2%;
    width: 250px;
   font-family: BNazanin;
  
}
.Inter{
       padding: 3px 10px 3px 10px;

color:#FFF;
cursor: pointer;
box-shadow: 0px 0px 4px #888888;
text-decoration: none;
font-size: 22px;
font-family: BNazanin;
font-weight: bold;
}

.sendMessage{
height: auto;
width: auto;
max-width:300px;
max-height: 400px;
box-shadow: 0px 0px 4px #888888;

}

.AdminLoginbtn{
    padding: 5px 25px 5px 25px;
background-color: #269df0;
color:#FFF;
cursor: pointer;
box-shadow: 0px 0px 4px #888888;
text-decoration: none;
font-size: 16px;
font-family: BNazanin;
font-weight: bold;

   -moz-border-top-left-radius:  5px;
    -moz-border-top-right-radius :5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;

    -khtml-border-radius: 5px;

    border-top-left-radius:  5px;
    border-top-right-radius:  5px;
}

