
html,body { height: 100%; margin: 0; padding: 0;font-size:16px;font-family: 'Nanum Barun Gothic'; }
div{font-family: 'Nanum Barun Gothic';}
#container {min-height: 100%; position: relative;}
#container .row {padding-bottom: 55px;} 
.logoimg{width:7em;height:auto;}
.login-header{
	height:55px;
	line-height:22px;
	background-color:#278ce4;
	position: relative;
	margin-bottom:5%;
	padding-top:15px;
}
.login-main{
	position: fixed;
    top:55px;
	margin:0px;
	padding:0px;
	bottom: 0;
    left: 0;
	right: 0;
	text-align:center;

}
.logintext{
  text-align:center;
  width:100%;
  margin:5% 0 9% 0;
  padding:0px;
  font-size:1.4em;
  font-weight:bold;
}
.login-context{
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:1.3em;
}
.logingroup{
  width:90%;
  margin-left:5%;
  padding:0px;
  border-bottom:1px solid #ddd;
}
.login-checkbox{
  height:50px;
  width:90%;
  margin-left:5%;
  padding:0px;
  text-align:left;
  line-height:50px;
  font-size:12px;
  font-weight:bold;
  margin-bottom:7%;
}

.login_input{
   height:45px;
   font-size:12px;
   border:none;
   -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .0s, -webkit-box-shadow ease-in-out .0s;
       -o-transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s;
          transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s;
}
.login-chek{
  background-color:#ffffff;
  width:20px;
  height:20px;
}
.login-search{
  width:90%;
  height:50px;
  line-height:50px;
  margin-left:5%;
  padding:0px;
  background-color:#278ce4;
  color:#fff;
  
}

