.loging {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	margin-left:-170px;
	width: 340px;
	height: 336px;
	margin-top:-168px !important;
	border: 1px solid #fff;
	padding: 15px 30px;
	border-radius: 8px;
	background: rgba(152,0,0,0.2);
}
.bd>div{margin:0 45px 5px 45px}

.welcome {
	color: black;
	text-align: center;
	border-bottom:2px solid lightgrey;
}
.login-e {
	position: relative;
}
.input-style {
	color: red;
	padding:0px 15px 0 15px;
	font-size: 14px;
	background-clip: padding-box;
	border-radius: 5px;
	width: 100%;
	height: 30px;
	border: 1px solid gray;
}

.fixed-bottom {
  right: 0;
  left: 0;
  z-index: 1030; }

.loging-btn {
	font-size: 20px;
	color: white;
	letter-spacing: 2px;
	width: 100%;
	border-radius:5px;
	height: 32px;
	border: 1px solid  blue;
	background-color: blue;
}
.user{
	background: url(/img/ico/user0.png)white 8px 7px no-repeat;
}
.loging-btn:hover{
	color:white;
	background: #ff6633;
	border: #ff9900;
}

.loging .log {
	/*position: absolute !important;*/
	width: 100%;
	bottom: 10px;
}
.pass {
	background: url("/img/ico/password.png")white 8px 7px no-repeat;
}

.pin {
	background: url("/img/ico/pin.png")white 8px 7px no-repeat;
}

.key {
	background: url("/img/ico/key.png")white 8px 7px no-repeat;
}

input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: darkgray;
  }
 
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: darkgray;
  }
 
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: darkgray;
  }
 
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: darkgray;