h1 {
	color: white;
}
body {		
	background-image: url(../img/bg.png);
	background-size: 7px 7px;
	background-color: black;
	}
@font-face {
    font-family: 'myRiad_bold';
    src:url(../font/MYRIADB-bold.woff);
}
.body_div {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(60, 60, 60, 0.5);
    z-index: 210;
	
}
.login_form {
    width: 80%;
    max-width: 500px;
    min-width: 250px;
    height: 250px;
    background-color: #1a1a1a;
	
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 10px 1px #000000;
    -moz-box-shadow: 2px 2px 10px 1px #000000;
    box-shadow: 2px 2px 10px 1px #000000;
    color: #b3b3b3;
    text-align: center;	
}
.login_user, .login_pass, .login_btn {
	display: block;
    margin: 20px auto;
    height: 30px;
    width: 70%;
    border-radius: 3px;
    
    box-shadow: none;
    padding: 0px 10px;
    outline: 0px;
}
input[type=text], input[type=password] {
	border-radius: 5px;
	background: #FFFFFF;
	border: 2px solid rgba(77,77,77,0.7);
	width: 100%;
	height: 1.8em;
	line-height: 1.8em;
	font-family: 'myRiad_bold';
	font-size: 15px;
	color:#4d4d4d;
	outline: none;
	padding-left: 5px;
}
input[type=submitdd] {
	width: 80%;
	height: 100%;
	font-family: 'myRiad_bold';
	font-size: 1em;
	line-height: 1em;
	
	border-radius: 3px;
    -webkit-box-shadow: 2px 2px 10px 1px #000000;
    -moz-box-shadow: 2px 2px 10px 1px #000000;
    box-shadow: 2px 2px 10px 1px #000000;
	background-color: #1a1a1a;
	color: #29abe2;
    border: 2px solid #29abe2;
}
.button {
    width: 130px;
    height: 44px;
    background-color: #1a1a1a;
    color: #29abe2;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 10px 1px #000000;
    -moz-box-shadow: 2px 2px 10px 1px #000000;
    box-shadow: 2px 2px 10px 1px #000000;
    margin: 10px;
    text-align: center;
    line-height: 38px;
    font-family: 'myRiad_bold';
    font-size: 18px;
    cursor: pointer;
	border: 2px solid rgba(41,171,226,0.50);
}
.button:hover {
    background-color: #3c3c3c;
}
.button:active, .button.clicked {
    background-color: #040404;
    -webkit-box-shadow: 0px 0px 8px -2px #c1c1c1;
    -moz-box-shadow: 0px 0px 8px -2px #c1c1c1;
    box-shadow: 0px 0px 8px -2px #c1c1c1;
}
.button:focus {
    outline: 0;
}
.login_header {
	font-family: 'myRiad_bold';
	font-size: 1em;
	
}
@media (min-width: 320px) and (max-width: 445px){
}