body {
	background-image: url("img/login/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	background-size: cover;
    font-family: Montserrat;
}

@font-face {
	font-family: ChronicDelivery;
	src: url("img/ChronicDelivery.ttf");
}

.login-box {
    width: 320px;
    padding: 20px;
    background: #fff;
	border: 1px solid #686E73;
    border-radius: 10px;
    border-top: 10px solid #686E73;
    margin: 0 auto;
	text-align: center;
	position: absolute;
    top: 10%;
    left: 10%;
}

.demo-box {
    width: 320px;
    padding: 20px;
    background: #fff;
	border: 1px solid #686E73;
    border-radius: 10px;
    border-top: 10px solid #686E73;
    margin: 0 auto;
	text-align: center;
	position: absolute;
    bottom: 10%;
    left: 10%;
}

h1 {
    text-align: center;
	color: #686E73;
	font-family: ChronicDelivery;
	font-size: 60;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

input#email {
    background: #fff url('img/login/user.png') 17px center no-repeat;
    background-size: 16px 16px;
}

input#email:focus {
    background: #fff url('img/login/user_active.png') 17px center no-repeat;
    background-size: 16px 16px;
}

input#passwd {
    background: #fff url('img/login/pass.png') 17px center no-repeat;
    background-size: 16px 16px;
	background-position: 
}

input#passwd:focus {
    background: #fff url('img/login/pass_active.png') 17px center no-repeat;
    background-size: 16px 16px;
}

input:active, input:focus {
    border: 1px solid #404040;
}

button {
    width: 100%;
    height: 40px;
    background: #686E73;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #404040;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

button:hover {
    background: #404040;
}
