/**
	login skin css
*/

/* .access{width: 400px; margin: 0 auto;}
.loginform li {display: block;margin: 0px; clear: both; margin: 15px;}
.loginform li>span {float: left;width: 25%;text-align: right;padding-right: 20px;margin-top: 5px;color: #000;font-weight: bold;} */

.access{
	width: 100%;
	background-color: #ffffff;
	border: none;
}

/* by.sh 20181127 이하 css 추가 */
.form-signin {
	width: 500px;
	min-height: 680px;
	border: 1px solid #337ab7;
	padding: 40px 0 40px 0;
	margin: 0 auto;
}
.table-body{
	width: 83%;
	margin: 0 auto;
}
.table-footer_{
	width: 83%;
	margin: 0 auto;
}
.form-signin > li{
	width: 100%;
}
.form-signin .checkbox {
	margin-bottom: 10px;
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	min-height: 58px;
	padding-left: 110px;
	width: 100%;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: 10px;
	background-color: #f7f7f7;
	background-image: url(../img/ID.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	background-color: #f7f7f7;
	background-image: url(../img/PASS.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
input:-webkit-autofill { 
	background-image: url(img/ID.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
} 
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, input:-webkit-autofill:active { 
	transition: background-color 5000s ease-in-out 0s;
  }

.main_logo{
	margin: 0 auto;
	margin-top:60px;
	margin-bottom:50px;
	width: 221px;
	height: 123px;
}
.form-signin button{
	min-height: 52px;
	margin-top: 30px;
	margin-bottom: 35px;
	display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
/* .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
} */
.checkbox input[type=checkbox]{
	position: absolute;
	/* margin: 4px 0 0; */
}
.loginform > li > label{
	min-height: 20px;
    margin-bottom: 0;
	font-weight: 500;
	line-height: 22px;
    color: #444444;
    cursor: pointer;
}
.loginform > li > label > input{
	margin-top: -1.8px;
}
.bottom_logo{
	width: 163px;
	margin: 0 auto;
	padding: 20px 0;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
