@charset "UTF-8";
html, body {
	width: 100%; height: 100%;
}
/*  로그인 */
.login_wrap {
	padding: 50px 60px;
	max-width: 790px;
	margin: 10% auto 20% auto;
	padding: 80px 90px;
	border: 1px solid #cccccc;
}

.login_wrap .headerLog {
	position: relative;
	padding: 17px 15px 16px 20px;
	background: none;
	color: #333;
	font-weight: bold;
}

.login_wrap .headerLog .modal__title {
	display: block;
	margin: 0 0 10px;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	line-height: 1.1;
}

.login_wrap .headerLog .modal__title b {
	display: inline-block;
	position: relative;
	width: 103px;
	height: 24px;
	margin: 4px 10px 0 0;
	background: url(../images/login_logo.png);
	font-size: 0;
	vertical-align: top;
}

.login_wrap .headerLog p {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
}

.login_wrap .content {
	position: relative;
	padding: 20px;
	overflow-y: auto
}

.login_wrap .form-horizontal.bucket-form {
	border: 0;
}

.login_wrap .form-horizontal.bucket-form .form-group {
	position: relative;
	height: 55px;
	margin-bottom: 8px;
	padding: 10px 0 0 90px;
	background: #f3f3f3;
	border-radius: 5px;
	border: 0;
}

.login_wrap .form-horizontal.bucket-form .form-group label {
	left: 15px;
	top: 50%;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	transform: translateY(-50%);
	visibility: visible !important;
}

.login_wrap .form-horizontal.bucket-form .form-group .form-control {
	background: none;
	border: 0;
	width : 600px;
	height : 40px;
	font-size : 30px;
}

.login_wrap .txt-tip {
	margin-top: 10px;
}

.login_wrap .footerLog {
	padding: 0;
	background: none;
	border: 0;
	text-align: center;
}

.login_wrap .footerLog .btn.btn-default {
	border-right: 1px solid #d8d8d8
}

.login_wrap .footerLog .btn {
	margin: 0 1px;
	width: 10%;
	height: auto;
	padding: 15px 10px;
	font-weight: bold;
}

.btn-primary, .btn-primary:link, .btn-primary:visited {
	border-color: #fbcb00;
	background-color: #fbcb00;
	color: #333;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus,
	.btn-primary:hover, .open .dropdown-toggle.btn-primary {
	border-color: #fbcb00;
	background-color: #fbcb00;
	color: #333
}
