body{}
.bg{
    background: url("../img/loginbg.png");
}
.blkcls{
  display: block;
  float: left;
  background-color: #605ca8;
  border-color: #6864a1;
  color: #f6f6f6;
  padding: 6px 12px;
  font-size: 14px; 
  margin-bottom: 0;  
  text-align: center;
  vertical-align: middle;  
  cursor: pointer;
  background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
        margin: 0 2px 0 1px;
}
.hd{
  display: none;
}
.mgnspc{
  margin-right:10px; 
}
.text-white{
	color: #fff;
}
.content-header h3{
  margin-top: 0;
  margin-bottom: 0;
}
.login-box-body{
	border-radius: 15px;
}
.error{
	color:red;
}
.btn-width{
  width: 65px;
}
.btn-violet {
    background-color: #605ca8;
    border-color: #6864a1;
    color: #f6f6f6;
}
.btn-violet:hover {
    background-color: #6864a1;
    border-color: #6864a1;
    color: #f6f6f6;
}
.td-wdBrk {
    max-width: 180px;
    word-wrap: break-word;
}
table{
  border-collapse:collapse; 
  table-layout:fixed;
}
