
:focus { outline: none; }

::-webkit-input-placeholder { color: #444141; }

::-moz-placeholder { color: #444141; }

:-moz-placeholder { color: #444141; }

:-ms-input-placeholder { color: #444141; }

/* width */
::-webkit-scrollbar { width: 5px; }

/* Track */
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #161515; }

/* Handle */
::-webkit-scrollbar-thumb { background: #393636; }

.container { max-width: 1200px; width: 100%; margin: 0 auto; position: relative; height: 100%; }

.flex { display: flex; flex-wrap: wrap; }

.flex-c { display: flex; align-items: center; flex-wrap: wrap; }

.flex-s { display: flex; justify-content: space-between; flex-wrap: wrap; }

.flex-s-c { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

.flex-c-c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }

.bright:hover { filter: brightness(120%); }

.content {max-width: 540px;width: 100%;color: #000;margin: 0 auto;margin-bottom: 50px;}

.logo { margin-bottom: 28px; text-align: center; }

.what-name { text-align: center; text-transform: uppercase; font-size: 30px; font-weight: bold; margin-bottom: 35px; }

.login-text { font-weight: bold; line-height: 20px; margin-bottom: 30px; padding: 0px 20px; text-align:center;}

.ewm-text {font-weight: bold;height: 20px;line-height: 14px;padding: 28px 0px;text-align:center;font-size: 23px;color: #18ef17;}

.lanj838-modal-block { border: 25px solid #40c4c8; border-image: url(/assets/990/images/modal-border.png) 25 round round; }

.modal-block-large { border-image: url(/assets/990/images/modal-border-large.png) 25 round round; }

.lanj838-modal { background: url(/assets/990/images/login-modal-bg.jpg) center no-repeat; background-size: cover; min-height: 430px; padding: 45px; }

.modal-large { background: url(/assets/990/images/login-modal-bg-large.jpg) center no-repeat; }

.formGroup { margin-bottom: 25px; }

.formGroup-button { text-align: center; padding: 25px 0px 30px 0px; }

.formGroup-back { text-align: center; }

.back-link { display: inline-block; color: #ff9e21; font-size: 24px; text-transform: uppercase; font-weight: bold; position: relative; }
.back-link:before { content: ""; position: absolute; background: url(/assets/990/images/icon-back.png) no-repeat; width: 6px; height: 9px; left: -17px; top: 50%; margin-top: -4.5px; }

.steps { padding: 45px 0px; }

.step { display: inline-block; width: 5px; height: 5px; background-color: #534a37; margin: 4px; }
.step.active { background-color: #ffb725; width: 8px; height: 8px; }

.or { position: relative; text-align: center; margin-bottom: 45px; }
.or span { position: relative; color: #ff9e21; font-size: 16px; font-weight: bold; background: #0d0c11; z-index: 2; padding: 5px; display: inline-block; }
.or:before { content: ""; position: absolute; background-color: #2d2412; height: 1px; width: 50%; top: 50%; left: 20px; }
.or:after { content: ""; position: absolute; background-color: #2d2412; height: 1px; width: 50%; top: 50%; right: 20px; }

.soc-login a { display: inline-block; width: 44px; height: 44px; margin: 0px 15px; }
.soc-login a:hover { transform: scale(1.1); }

.qq { background: url(/assets/990/images/qq.png) no-repeat; }

.fb { background: url(/assets/990/images/icon-facebook.png) no-repeat; }

.apple { background: url(/assets/990/images/icon-apple.png) no-repeat; }

.google { background: url(/assets/990/images/icon-google.png) no-repeat; }

.soc-login { margin-bottom: 35px; }

.bottom-text { text-align: center; font-size: 16px; font-weight: bold; }
.bottom-text p { margin-bottom: 5px; }
.bottom-text a { color: #ff9e21; }
.bottom-text a:hover { color: #fed49d; }

.footer { background: url(/assets/990/images/footer-bg.jpg) center no-repeat; background-size: cover; padding: 130px 0px 100px 0px; }

.footer-menu { margin-bottom: 80px; }
.footer-menu li { padding: 10px 35px; }
.footer-menu li a { color: #ff9e21; font-size: 24px; font-weight: bold; text-transform: uppercase; }
.footer-menu li a:hover { color: #fff; }
.footer-menu li.active a { color: #fff; }

.footer-text { text-align: center; font-size: 18px; font-family: "msjh"; }

.formGroup-text_scroll {background: #000000;
background: #000000;
    border: 1px solid #8b3c02;
    color: #fff;
    padding: 10px 10px;
    /* height: 200px; */
    position: relative;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    overflow-y: auto;
    line-height: 18px;}
.formGroup-text_scroll p:last-child { margin-bottom: 0px; }

.container-check { display: block; position: relative; padding-left: 35px; cursor: pointer; user-select: none; font-size: 13px; color: #fff; }

.container-check input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

.checkmark { position: absolute; top: -8px; left: 0; height: 25px; width: 25px; background-color: #000; border: 1px solid #2c2929; border-radius: 6px; }

.container-check input:checked ~ .checkmark { background-color: #000; }

.checkmark:after { content: ""; position: absolute; display: none; }

.container-check input:checked ~ .checkmark:after { display: block; }

.container-check .checkmark:after { left: -3px;
    top: -5px;
    width: 43px;
    height: 36px; background: url(/assets/990/images/icon-check.png) no-repeat; }

.formGroup-text { margin-bottom: 25px; }

.formGroup-check_block { margin-bottom: 20px; }

@media (max-width: 400px) { 
	.modal { padding: 45px 15px; } 
	.logo img { max-width: 90%; }
}

.acc-list {
	display:block;
	margin:0;
	padding:0;
}
.acc-list li {
	display:block;
	margin: 2px 2px;
	width:100%;
	height:70px;
	color:#ebdeb8;
	cursor:pointer;
	border-bottom:1px solid #4d4d4d;
}
.acc-list li:hover {
	border-bottom:1px solid #ff9e1c;	
}
.acc-list li span {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	margin-top:48px;
	margin-right:2px;
	min-width:81px;
}
.acc-list li .acc{
	text-align:left;
	width:120px;
}
.acc-list li .right {
	float:right;
	border-radius:2px;
	text-align:center;
	padding: 0 6px;
}
.acc-list li .change {
	background-color:#FF5722;
}
/*# sourceMappingURL=login.css.map */
