@charset "UTF-8";
.wrapper {
	background-image: url('../../images/map.png');
	width: 100vw;
	height: 100vh;
	overflow: auto;
}

.company_icon {
	width: 180px;
	height: 110px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../../images/login_logo3.png');
}

.header {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 20%;
	font-size: 0.8rem;
	color: #003499;
	z-index: 100;
	flex-direction: column;
}

.footer {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	background: linear-gradient(46deg, #000945 0%, #002a79 54.49%, #004eb1 100%);
	z-index: 3;
}

.footer > div:first-child {
	width: 17%;
	float: left;
}

.footer > div:last-child {
	width: 83%;
	height: 76px;
	float: right;
}

.footer_left {
	display: flex;
	justify-content: center;
	padding: 10px;
	flex-direction: column;
	cursor: pointer;
}

.footer_left img {
	max-height: 60px;
}

.footer_right {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 10px;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.footer_right a {
	text-decoration: none;
	color: #007bff;
}

hr {
    margin: 0 !important;
    width: 100%;
    border: 0;
    border-top: 1px solid #ff922d;
  }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	overflow-x: hidden;
	font-weight: 400;
	color: #6b6b6b;
	font-size: 14px;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	text-decoration: none;
	outline: none;
}

*::-moz-selection {
	color: #fff;
	background-color: #424242;
}

*::selection {
	color: #fff;
	background-color: #424242;
}

@media (min-height: 660px) and (min-width: 1000px) {
	.footer {
		position: absolute;
		bottom: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		color: #fff;
		background: linear-gradient(46deg, #000945 0%, #002a79 54.49%, #004eb1 100%);
		z-index: 3;
	}
}

p {
	padding: 0px;
	margin: 0px;
}

.col {
	display: flex;
	justify-content: center;
}

.module_card {
	position: relative;
	display: flex;
	align-items: center;
	margin: 10px;
	padding: 10px;
	width: 190px;
	background: #fff;
	border-radius: 20px;
	/*z-index: 5;*/
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	flex-direction: column;
}

.module_card[data-enable=Y]:hover {
	width: 210px;
	cursor: pointer;
	.module_text {
		color: #ff922d;
	}
}

.module_card[data-enable=Y]:hover .module_login > img:nth-child(1) {
	display: none;
}

.module_card[data-enable=Y]:hover .module_login > img:nth-child(2) {
	display: block !important;
}

.module_text {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #000;
	font-style: normal;
	line-height: normal;
}

.module_help {
	display: flex;
	/*z-index: 20;*/
	align-self: end;
}

.module_help > img {
	width: 20px;
	height: 20px;
}

.module_help:hover > img:nth-child(1) {
	display: block !important;
}

.module_help:hover > img:nth-child(2) {
	display: none;
}

.module_img {
	width: 100px;
}

.module_login {
	display: flex;
	align-items: center;
	width: 100%;
	flex-direction: column;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	pointer-events: auto;
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	pointer-events: auto;
}

.modal-dialog {
	position: relative;
	width: max-content;
	background: #fff;
	border-radius: 7px;
	pointer-events: auto;
}

.video-modal-dialog {
	position: relative;
	width: max-content;
	background: #fff;
	border-radius: 7px;
	pointer-events: auto;
}

.modal-text {
	color: #808080;
}

.form-login__button {
	padding: 0;
	width: 100%;
	height: 35px;
	font-size: 1.2rem;
	color: #fff;
	background: #f69000;
	border: none;
	border-radius: 5px;
}

.form-login__button.reset {
	margin-bottom: 2px;
}

.form-login__button.skip {
	margin-top: 2px;
}

.form-login {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 40px;
	background-color: #fff;
	border-radius: 10px;
}

.form-login__item {
	padding: 10px 0px;
	display: flex;
	align-items: center;
}

.form-login__item input,
.form-login__identify input {
	display: block;
	padding: 0.5rem 1rem;
	width: 100%;
	font-size: 1rem;
	color: #616161;
	background: #f3f6fa;
	border: 1px solid #e0e6f2;
	border-radius: 0.25rem;
	box-sizing: border-box;
}

.form-login__label,
.form-login__identify input {
	color: #5a5a5a;
	width: 150px;
}

.form-login_password {
	padding: 10px 0px;
	color: #808080;
	font-size: 14px;
}

.form-login_password a {
	color: #f69000;
}

.form-login__identify {
	display: flex;
	align-items: center;
}

.code {
	display: flex;
	padding: 2px;
	cursor: pointer;
}