/* 숫자 UP/DOWN 버튼 숨기기 */
input::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.limiter {
  width: 100%;
  margin: 0 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;
  background: #f5f7fb;
  
  position:absolute;
  top:0; left:0; bottom:0; right:0;

}

.wrap-login100 {
  width: 350px;
  background: #eee;
  overflow: hidden;
  position: relative;
}