body {
	/*background: url(../img/login-bg.png) 0 0;
	background-size: cover;*/
	text-align: center;
	padding: 100px;
	position: relative;
	overflow: visible;

	background-color: #fff;
}

.modal.warning-modal, .modal.unsupported-modal {
	text-align: center; }
.modal.warning-modal .modal-dialog {
	margin-top: 100px; }
.modal-content {
	background-color: #001540;
	border: none;
	box-shadow: none;
	border-radius: 10px; }
.modal-header button {
	color: #fff;
	background: transparent;
	border: none;
	font-weight: 700; }
.modal h3, .modal h4 {
	color: #678ff7;
	margin-bottom: 45px; }
.modal section {
	color: #fff;
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: .5px; }
.modal section.en {
	color: #888; }
.modal-actions {
	position: relative;
	padding: 15px;
	background: #00194c;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; }
.modal-actions ul li {
	 display: inline-block;
	 margin-right: 15px;
	 list-style: none; }
.warning-footer {
	margin-top: 100px;
	text-align: left;
	color: #999;
	z-index: 1;
	bottom: 50px; }
.warning-footer.copyright {
	position: relative;
	left: 50%;
	bottom: 10px; }
.warning-footer.copyright>div {
	position: relative;
}
.warning-footer section {
	color: #fff;
	width: 70%;
	display: inline-block; }
.user-agents ul li {
	display: inline-block;
	margin-right: 20px;
	list-style: none; }
.user-agents .user-agent-image {
	width: 32px;
	height: 32px; }
body.is-mobile {

}
.login-container {
	text-align: center;
	/*background-color: #fff;*/
	opacity: 1;
	height: 100%;
	max-height: 370px;
	width: 100%;
	padding: 50px;
	border-radius: 3px;
	position: relative;
}
.login-container form {
	display: inline-block;
	width: 250px;
	}

.login-container form input[type="text"].form-control-chimp, .login-container form input[type="password"].form-control-chimp {
	background-color: #dddddd;
	border-color: #dddddd;
}

@media (max-height: 420px) {
	.login-container {
		padding-top: 20px; }
	.login-container form {
		padding-top: 88px; }
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0; }
.input-group {
	width: 100%; }
.terp-logo-container {
	position: absolute;
	z-index: 1;
	left: 50%; }
.terp-logo {
	width: 180px;
	position: relative;
	left: -50%; }
#site-warning {
	display: none;
	background-color: #eb6f57;
	padding: 16px 50px 15px 20px;
	color: #fff;
}
#site-warning p {
	line-height: 2rem; }
#site-warning strong {
	color: #000; }
#site-warning .close {
	position: absolute;
	right: 10px;
	top: 15px; }
.taecheon-logo {
	display: inline-block;
	height: 16px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../img/logo_tcnkorea.png');
	background-size: 105px 16px;
}
/*.taecheon-logo:hover {
	background-image: url('../img/taecheon-hover.png');
}*/
.login-footer {
	position: fixed;
	overflow: visible;
	bottom: 0;
	height: 20vh; /*130px*/
	width: 100%;
	left: 0;
}
section.warning-section {
	line-height: 2em;
	font-size: 2.3vmin;
	/*font-size: 1.5em; 1.2em*/
	color: #999;
}
