@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

html, body {
	margin: 0px;
	top: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}

.jajkm_body {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	/*background-image: url("/sthemes/0/img/login.png");*/
	background-image: url("/sthemes/0/img/passport.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}

div.jajkm_dialog {
	width: 450px;
	height: 265px;
	background-color: #fff;
	border-top: solid 8px #ededed;
	box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.25);
	color: #000;
}

div.jajkm_drawbox {
	width:100%;
	height:100%;
}

div.jajkm_content {
	font-family: Arial;
	padding: 4px 4px 4px 4px;
}

div.jajkm_bigtitle {
	font-size: 18pt;
	text-align: center;
	letter-spacing: 5px;
	line-height: 50px;
}

div.jajkm_subtitle {
	font-size: 10pt;
	text-align: center;
	letter-spacing: 3px;
	line-height: 25px;
}

div.jajkm_datbody {
	margin: 0 auto;
	text-align: center;
	color: #aaa;
}

div.jajkm_username, div.jajkm_password {
	position: relative;
	color: #aaa;
}

div.jajkm_username .fa-user, div.jajkm_password .fa-lock {
	position: absolute;
	top: 10px;
	left: 45px;
}

input.jajkm_input {
	text-indent: 35px;
	width: 275px;
	height: 32px;
	display: block;
	box-sizing: content-box;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 12pt;
	color: #000;
	text-overflow: clip;
	box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
	background: #fcfcfc;
	margin: 20px auto;
	letter-spacing: 1px;
}

::placeholder {
	color: #ccc;
}

::-ms-input-placeholder {
	color: #ccc;
}

input.jajkm_button {
        width:150px;
	line-height: 30px;
	color: #000;
        background: #ededed;
        border-radius: 3px;
        border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
        box-sizing: content-box;
        box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.25);
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 12pt;
	cursor: pointer;
}

input.jajkm_button:hover {
	color: #000;
	background: #ddd;
}

a.jajkm_button {
	display: block;
        width: 150px;
	margin: 20px auto;
	line-height: 30px;
	color: #000;
        background: #ededed;
        border-radius: 3px;
        border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
        box-sizing: content-box;
        box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.25);
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 12pt;
	text-decoration: none;
}

a.jajkm_button:hover {
	color: #000;
	background: #ddd;
}
