@charset "UTF-8";
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Orbitron/static/Orbitron-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Roboto/KFOlCnqEu92Fr1MmWUlvAA.woff) format('woff');
}
@font-face {
  font-family: 'SCDream';
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/SCore_Dream/SCDream4.otf) format('opentype');
}

body {
	margin: 0px;
	font-family: 'Orbitron', 'SCDream', sans-serif;
}

ul, ol {
	list-style: none;
}

input {
	font-family: 'Roboto', sans-serif;
}

input[type=button] {
	font-family: 'SCDream', sans-serif;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px transparent inset;
	-webkit-text-fill-color: #FFFFFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

a, a:link, a:hover, a:focus, a:visited {
	color: black;
	text-decoration: none;
	outline: 0;
}

#container {
    background-color: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.img-login {
	width: 100%;
    height: 100%;
    position: absolute;
}

.layout-login {
    position: absolute;
    display: grid;
    width: 100%;
    height: 100%;
}

.login {
    height: 30%;
    min-height: 240px;
    width: 20%;
    min-width: 380px;
    background-color: transparent;
    align-self: center;
    justify-self: end;
    margin-right: 10%;
    display: flex;
    flex-direction: column;
}

.login h1 {
    margin: 3%;
    text-align: center;
    font-size: 38px;
	font-family: 'Orbitron', sans-serif;

	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(135deg, #fff, #f4f5f6, #aecfff91, #f4f5f6, #fff);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite running;
}

.login img {
	width: 140px;
}

.layout-id,
.layout-pwd {
	width: 100%;
    height: 22%;
}

.input-id,
.input-pwd {
	width: 100%;
	padding: 20px 10px 10px;
	background-color: transparent !important;
	border: none;
	border-bottom: 1px solid #999;
	outline: none;
	font-size: 1.0rem;
	color: #FFFFFF;
}

.input-id:focus + label,
.input-id:valid + label,
.input-pwd:focus + label,
.input-pwd:valid + label {
	bottom: 50px;
	font-size: 0.7rem;
	color: #38b812;
}

.layout-id label,
.layout-pwd label {
	position: relative;
	bottom: 32px;
	font-family: 'Orbitron', sans-serif;
	font-size: 1.0rem;
	color: #fff;
	transition: all .5s ease;
	font-weight: bold;
}

.layout-button-login {
	padding: 15px 0 15px;
}

.layout-button-login button {
	width: 100%;
	height: 50px;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 25px;
	cursor: pointer;
	color: #fff;
	background: transparent;
	animation: gradient 10s ease infinite;
	background: linear-gradient(-45deg, #1572f991, #114ea791, #518ce391, transparent);
	background-size: 400% 400%;
	transition-property: border;
	transition-duration: 0.3s;
	border: 2px solid transparent;
}


.layout-button-login button:hover {
	transition-property: border;
	transition-duration: 0.6s;
	border: 2px solid #3769b3;
}


@keyframes gradient {
	0% {
		background-position: 1% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 1% 50%;
	}
}

.agent {
    position: absolute;
    width: 20%;
    min-height: 150px;
    min-width: 380px;
    height: 18%;
    bottom: 60px;
    left: 7%;
    margin-bottom: 15px;
}

.install-title {
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}

.install-comment li {
	color: #fff;
    padding: 3px;

}

.install-comment li span {
	font-family: 'SCDream', sans-serif;
}

.install-comment ul {
	padding: 0px;
}

.install-program a:hover i,
.install-program a:hover span {
	color: #007bff;
}

.install-program a span {
	color: #fff;
}

.install-program a i {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 5px;
}

@media all and (max-width: 845px) and (max-height: 720px) {
	.agent {
	    min-height: 0;
	    height: fit-content;
	    position: static;
	    margin-left: 10%;
	}

	.install-program a:hover i, .install-program a:hover span {
	    color: #007bff;
	}

	.install-title, .install-comment {
		display: none;
	}
}

*, ::after, ::before { margin:0 ; padding:0; box-sizing: content-box; }

.jqx-window {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: "SCDream";
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: normal;
}

.access-comment {
	position: absolute;
    color: #ffffff;
    font-size: 12px;
    right: 30px;
    bottom: 10px;
}

.access-comment>p{
	margin-bottom: 5px;
	text-align: right;
}