@charset "utf-8";

.lost-wrap { padding:30px; background:#f8f8f8; font-family:"NotoSans", sans-serif; font-weight:400; height:100vh; }
.lost-wrap .panel-head .h4 { font-weight:600; margin-bottom:20px; }
.lost-wrap .panel-body { background:#fff; padding:20px 30px; }
.lost-wrap .panel-body input { border:1px solid #ddd; height:45px; line-height:45px; padding:10px; width:100%; margin:10px 0; }

.lost-wrap .panel-body input:-ms-input-placeholder { color:#ccc; }
.lost-wrap .panel-body input::-ms-input-placeholder { color: #ccc; }
.lost-wrap .panel-body input::-webkit-input-placeholder { color: #ccc; } 
.lost-wrap .panel-body input::-moz-placeholder { color: #ccc; }

.lost-wrap .panel-foot .no-auto { margin:20px 0; }
.lost-wrap .panel-foot button { border-radius:99px; width:25%; padding:10px; }