html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url(images/login/login_bg.jpg)  no-repeat center center fixed;
    background-size: cover;
    font-family: 'Work Sans', sans-serif;
}
.main-list {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}

.block {
    position: absolute;
    top: 0%;
    padding-top: 15%;
    width: 100%;
    
}

.header{
	font-size: 40pt;
	text-align:center;
}
.zero_attemps{
	position:relative;
	font-size: 40pt;
	left: -30%;
}
#login{
	text-align:center;
	font-size: 15pt;
}
#enter{

	 height:4em;
}
.copy {
    color: #fff;
    margin: 10px auto;
    width: 370px;
    font-size: 13px;
    text-shadow: 0px 0px 8px #000000;
}
.logo{
	position:relative;
	top:-40px;
	width: 149 px;
	height: 40px;

}

.login-part {
    /* float: right; */
    width: 375px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    border: 1px solid #ddd;
    /* border-radius: 5px; */
    background-color: #FFFFFF;
    padding:10px;
}


.login-input {
    width: 190px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    color: #333;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    
}

.login-input:focus {
  border-color: #66AFE9;
}
#login-error {
  min-height: 10px;
  max-height: 60px;
  padding-bottom: 5px;
  margin-top: 20px;
}

.login-user {
  position: relative;
}
.icon-user {
  display: inline-block;
  position: absolute;
  left: 0px;
  left: 1px\9;
  top: 7px;
  width: 22px;
  width: 29px\9;
  height: 18px;
  background: #FFFFFF url("../images/login/login-icons.png") 0 2px no-repeat;
  background-position-x: 7px\9;
}
.login-item {
  position: relative;
}
.login-item .strength {
  display: inline-block;
  width: 67px;
  margin-top: 0;
}
.login-mod-pwd .login-item {
  margin-left: 0px;
}
.placeholder {
  height: 15px;
  color: #C0C0C0;
  position: absolute;
  z-index: 1000;
  cursor: text;
}
 .icon-pass {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 22px;
  height: 18px;
  background: #FFFFFF url("../images/login/login-icons.png") -24px 1px no-repeat;
}
.login-r {
  height: 400px;
  background: url(../images/login/login-bg.png) repeat-x;
}
.login-btn {
  margin-top: 10px;
  width: 235px;
}
.login-item.bottom {
  margin-top: 22px;
}
.login-item .pwd-link {
  float: right;
  margin-right: 20px;
  font-size: 13px;
  color: #7F7F7F;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}
#login-error{
	color: darkred;
	font-size:14px;
	
}
#ch{
	visibility:hidden;
}
.lgn_bottom {
    text-align: right;
    width: 212px;
    margin: 0 auto;
}
.sumbit_btn {
    background-color: #0290c9;
    color: white;
    padding: 10px 8px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-weight: 600;
}

.sumbit_btn:hover {
	opacity:0.9;
}
.forg_password{
	text-align: left;
}
.forg_password a {
    text-decoration: none;
    color: #0290c9;
    font-size: 14px;
}

.forg_password a:hover{
	text-decoration: underline;
}

.line {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    height: 70px;
    border-bottom: 2px solid #0290c9;
}
.line p {
    font-size: 18px;
    color: #333;
    padding-left: 82px;
    padding-top: 45px;
    margin:0px;
}
.msg_mail_sended{
	text-align: center;
	color: green;
	padding-top: 60px;
}
.msg_mail_sended a{
	text-decoration: none;
	color: #0290c9;
	font-size: 14px;
	
}