/* input[type="password"] {
  color: transparent;
} */

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

@font-face {
	font-family: D2Coding-Reqular;
	src: url('../fonts/D2Coding/D2Coding-Ver1.3.2-20180524.ttf');
}

/* font-face */ /* http://fortawesome.github.io/Font-Awesome/3.2.1/ */ /* http://fortawesome.github.io/Font-Awesome/cheatsheet/ */
@font-face {
	font-family: "FontAwesome";
	src: url("fonts/fontawesome-webfont.eot");
	src: url("fonts/fontawesome-webfont.eot?#iefix") format("eot"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
	font-weight: normal;
	font-style: normal;
}
	/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
/* ¹®¼­ ÀüÃ¼ Àû¿ë Style */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'D2Coding-Reqular', Poppins-Regular !important;
	font-size: 14px !important;
}

/* body, html Àû¿ë Style */
body {
/*	background-image: url('../images/bg02.jpg');
	background-repeat: no-repeat;
	background-clip: border-box;
	background-size: cover; 
	background-position: center center;
*/
	background: linear-gradient(135deg, #71b7e6, #9b59b6);
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
	width: 100%;
	margin: auto;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	line-height: 3.5;
	/*background: #ebeeef;*/
}

.wrap-login100 {
	width: 670px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: mymove;
	-webkit-animation-duration: 1s;
	-moz-animation-name: mymove;
	-moz-animation-duration: 1s;
	-o-animation-name: mymove;
	-o-animation-duration: 1s;
	animation-name: mymove;
	animation-duration: 1s;
}

@-webkit-keyframes mymove {
	from {
		width: 100px;
	}

	to {
		width: 670px;
	}
}



.login100-form-title {
	width: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.login100-form-title-caption {
	padding: 160px 15px 10px 15px;
	vertical-align: bottom;
	font-family: 'Malgun Gothic';
	font-weight: bold;
	font-size: 18px;
	color: lightyellow;
	line-height: 1.2;
	text-align: center;
}


/*==================================================================
[ Form ]*/
/*style="margin:20px auto 20px; align-items: center; padding: 10px initial;"*/
.login100-form {
	/*width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 43px 88px 93px 190px;*/
	margin: 20px auto 20px;
	align-items: center;
	padding: 10px;
}

/*[ Input ]*/
.wrap-input100 {
	border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
	/*font-family: Malgun Gothic;*/
	font-size: 15px;
	color: #808080;
	line-height: 2.5;
	text-align: right;
	position: absolute;
	top: 5px;
	left: -105px;
	width: 80px;
}

div.input-container {
	/*margin: 10px;*/
}

div.input-label {
	padding-left: 10px;
	float: left;
	width: 25%;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	color: darkslateblue;
}

div.input-textbox {
	padding-left: 20px;
	float: left;
	width: 70%;
}

div.input-checkbox {
	padding-left: 27%;
	float: left;
	width: 100%;
	font-size: 15px;
}

.crearfix::after {
    content: '';
    display:block;
    clear:both;
}

div.container-button {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.loginBtn {
	border: 1px;
	border-radius: 3px;
	border-style: solid;
	font-size: 14px;
	width: 100%;
}



/*---------------------------------------------*/
/*.dxTextBox .dxeBase, .control_container .dxeEditArea {
	font-size: 12pt;
	font-weight: bold;
	width: 100%; 
	color: #333333;
	margin-left: 100px;
	display: inline;
	float: none;
	border-left-style: none;
	border-right-style: none;
	vertical-align: middle;
}*/

/*------------------------------------------------------------------
[ Responsive ]*/
@media screen and (max-width: 1024px) {
    .hidden {
		display: none;
	}
}

@media (max-width: 675px) {
/*	.login100-form {
		padding: 20px 15px 57px 15px;
	}
*/
/*	div.container-button {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding-right: 5%;
		margin-bottom: 40px;
	}*/
}

/*@media (max-width: 480px) {*/
/*	.label-input100 {
		text-align: left;
		position: unset;
		top: unset;
		left: unset;
		width: 100%;
		padding: 0 5px;
	}*/
	/*.input-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

}*/


    /*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
	pointer-events: none;
	font-family: Poppins-Medium;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}



