﻿@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	background: #000000 url("../images/tiledbk.png");
	background-size: cover;
	/*background-position: bottom left;*/
	background-repeat: no-repeat;
	font-family: arial;
	color: white;
	min-width: 1024px;
	overflow: auto;
	height: 100%;
}
.top1{
	position:relative;
	width:100%;
	height: 100%;
}
.logo{
	position: absolute;
	top:50px;
	left: 50%;
	margin-left: -129px;
	width: 258px;
	height: 258px;
	display:inline-block;
	background:   url("../images/aushaLogo.png");
}
.code {
	position: absolute;
	bottom: -192px;
	left: 50%;
	margin-left: -64px;
	width: 128px;
	height: 128px;
}

	.code > img {
		width: 128px;
		height: 128px;
	}

.login-box {
	margin: auto 12px;
}

.login-box-head {
	border-bottom: solid 1px #01ffff;
	text-align: center;
}

.login-box-title > div {
	margin-left: 10px;
}

.login-box-head a {
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
}


.input-row {
	vertical-align: middle;
	margin: 5px auto;
}

.flex {
	display: flex;
}

.flex-2 > div {
	width: 50%;
}

.flex-3-7 > div:first-child {
	width: 30%;
	text-align: right;
	line-height: 26px;
}

.flex-3-7 > div:last-child {
	width: 70%;
}

.p-re {
	position: relative;
}

.input-checkbox-normal {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #B4CEDB;
	border-radius: 4px;
}

.input-checkbox-activat {
	background-image: url(../images/activating.png);
	background-size: 15px 12px;
	background-repeat: no-repeat;
	background-position: center;
}

.input-checkbox {
	border: none;
	outline: none;
	opacity: 0;
}

.input-btn {
	padding: 3px 15px;
	background-image: url(../images/button_tiled.png);
	background-repeat: repeat;
	border: solid 2px #9FE1F4;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-size: 1px 125%;
}

.top2 {
	background: rgba(4,23,55,.45);
	width: 380px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 60px;
	top:260px;
	/* margin-top: 126px; */
	font-size: 12px;
}

.download {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 6px auto;
}

.border {
	border: solid 2px #1a5573;
	border-radius: 2px;
	padding: 12px 0px;
	background-size: 100%;
	box-shadow: 0px 0px 5px #6f6f6f;
}

.banner {
	height: 100%;
	margin: auto 12px;
}

.language > div {
	margin: 5px;
}

	.language > div > a {
		margin: 5px;
	}

.fin {
	border: none;
	background-color: #01ffff;
	padding: 5px 0px;
	font-size: 14px;
	margin: auto;
	color: black;
	outline: none;
	text-indent: 5px;
}

.lajis {
	padding-left: 58px;
}

.menugroupover {
	padding: 3px 5px;
	border: 1px solid #01ffff;
	border-bottom: none;
	background: rgba(255,255,255,0.7);
	font-size: 20px;
	font-weight: bold;
}

.menugroup {
	padding: 3px 5px;
	border: 1px solid #01ffff;
	border-bottom: none;
	font-size: 20px;
	font-weight: bold;
}


a.bai {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

	a.bai:link {
		text-decoration: none;
		color: #ffffff;
		font-size: 12px;
	}

	a.bai:visited {
		text-decoration: none;
		color: #ffffff;
		font-size: 12px;
	}

	a.bai:hover {
		text-decoration: none;
		color: #ffffff;
		font-size: 12px;
	}

	a.bai:active {
		text-decoration: none;
		color: #ffffff;
		font-size: 12px;
	}



a.white:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

a.white:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline
}

a.white:hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

a.white:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline
}
