@charset "utf-8";
/*!
Design and Published by : Nae sunghan, 01090319599, naenext@nextculture.kr
Last modify : 20180719

 * 1.login
 * 2.vendor on, off
 * 3.vendor animate
*/

/* ------- login ------- */
.login {
	overflow: hidden;
	height: 100%;
	background-color: #393b46;
	background: url(../images/bg.jpg) center center no-repeat;
	background-size: cover;
}
.login_wrapper {
	height: 100%;
	right: 0px;
	margin: 0px auto;
	max-width: 500px;
	position: relative;
	display: table;
	z-index: 1;
}
.login_form {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.login_form {
	z-index: 22
}
.login_box {
	padding: 20px;
	margin: auto
}
.login_content {
	margin: 0 auto;
	padding: 138px 55px 45px 55px;
	position: relative;
	background-color: #FFF;
	border-radius: 5px;
	min-width: 570px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.login_content a, .login_content .btn-default:hover {
	text-decoration: none
}
.login_content a:hover {
	text-decoration: underline
}
.login_header {
	background: linear-gradient(60deg, #ee7606, #fa5312);
	border-radius: 5px;
	position: absolute;
	width: 100%;
	margin: -138px 0 0 -90px;
	padding: 25px 0 35px 40px;
	z-index: 10;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2), 0px 13px 24px -11px rgba(238,118,6,0.5);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(238, 118, 6, 0.5);
}
.login_header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 87px;
	height: 30px;
	background: url(../images/logo_login.png) center center no-repeat;
}
.login_header_bg {
	position: absolute;
	width: 100%;
	margin: -188px 0 0 -55px;
	border-radius: 10px;
	background-color: #3d4155;
	z-index: 5;
}
.login_header_lbg {
	background-color: #3d4155;
	width: 75%;
	height: 100px;
	float: left;
	border-top-left-radius: 5px;
}
.login_header_rbg {
	background-color: #2c2f42;
	width: 25%;
	height: 100px;
	float: right;
	border-top-right-radius: 5px;
}
.login_content .form-group.input {
	min-height: 60px;
}
.login_content input[type="text"], .login_content input[type="email"], .login_content input[type="password"] {
	border: 1px solid #c8c8c8;
	color: #777;
	margin: 0 0 5px;
	width: 100%
}
.login_content input[type="text"]:focus, .login_content input[type="email"]:focus, .login_content input[type="password"]:focus {
	background-color: #fff;
	border: 1px solid #ee7606;
	outline: none
}
.login_form .submit {
	background-color: #ee7606;
	border-radius: 100px;
	padding: 15px 130px;
	margin-top: 20px;
	color: #FFF;
	font-size: 14px;
	box-shadow: 0px 15px 25px -11px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 15px 25px -11px rgba(0,0,0,0.2);
}
.login_form .submit:hover {
	background-color: #fa5312;
}
.login_footer {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	font-size: 11px;
	color: #fff;
	text-align: center;
	z-index: 0
}
.login_footer span {
	color: #ee7606;
}
#username {
	background-position: 10px 10px !important
}
#password {
	background-position: 10px -53px !important
}
.login_content form div a {
	font-size: 12px;
	margin: 10px 15px 0 0
}
.reset_pass {
	margin-top: 10px !important
}
.login_content div .reset_pass {
	margin-top: 13px !important;
	margin-right: 39px;
	float: right
}
.login_content .autologin label {
	margin-top: 7px;
}
.login_content .login-selection {
	margin-top: 15px;
}
@media (max-width: 768px) {
.login_wrapper {
	max-width: 100%;
}
.login_content {
	padding: 185px 45px 40px 45px;
	min-width: 100%;
	border-radius: 0;
}
.login_form {
	width: 100%;
	display: table-cell;
	vertical-align: top;
}
.login_header {
	margin: -125px 0 0 -45px;
	padding: 20px 0 30px 40px;
	border-radius: 0;
}
.login_header_bg {
	margin: -185px 0 0 -45px;
	border-radius: 0;
}
.login_footer {
	bottom: 10px;
}
.login_form .submit {
	padding: 15px;
	width: 80%;
}
}
/* ------- vendor on, off ------- */
.switchery {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	vertical-align: middle;
	width: 32px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: content-box;
	background-clip: content-box
}
.switchery>small {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	height: 20px;
	position: absolute;
	top: 0;
	width: 20px
}
.switchery-small {
	border-radius: 20px;
	height: 20px;
	width: 33px
}
.switchery-small>small {
	height: 20px;
	width: 20px
}
.switchery-large {
	border-radius: 40px;
	height: 40px;
	width: 66px
}
.switchery-large>small {
	height: 40px;
	width: 40px
}
.js-switch_label {
	margin-left: 5px;
}
/* ------- vendor animate ------- */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.smoothly {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
