body .web-ver-notice-box{bottom:10px;left:10px;position:fixed;transform:translateY(120%);transition:all .3s;z-index:99999}body .web-ver-notice-box .web-ver-notice-wrapper{background:#dee2e6;border:1px solid #adb5bd;border-radius:4px;box-shadow:0 0 2px rgba(173,181,189,.2);padding:5px;position:relative}body .web-ver-notice-box .web-ver-notice-wrapper .web-ver-notice-content{font-size:12px;padding:0 5px}body .web-ver-notice-box .web-ver-notice-wrapper .web-ver-notice-content .btn{background:#212529;color:#fff;font-size:11px;padding:2px 5px}body .web-ver-notice-box .web-ver-notice-wrapper .web-ver-notice-close{background:#868e96;border-radius:50%;color:#fff;cursor:pointer;font-size:10px;height:15px;position:absolute;right:-5px;text-align:center;top:-5px;width:15px}body .web-ver-notice-box .web-ver-notice-wrapper .web-ver-notice-close .icon{font-size:11px;transform:scale(.7)}body .web-ver-notice-box.show{transform:translateY(0)}html{font-size:1rem}.content-center{align-items:center;background:#d2d6de;display:flex;justify-content:center;min-height:100vh;padding:60px;transition:all .5s}@media only screen and (max-width:767px){.content-center{padding:30px}}.content-center .card-box{max-width:400px;width:100%}.content-center .single-box{width:100%}.content-center .single-box .box-header{font-size:35px;font-weight:300;margin-bottom:10px;text-align:center}.content-center .single-box .box-body{background:#fff;border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,.4);box-sizing:border-box;margin:0 auto;max-width:500px;min-width:400px;padding:30px;transition:all .5s;width:100%}@media only screen and (max-width:767px){.content-center .single-box .box-body{max-width:none;min-width:auto}}.content-center .single-box .box-footer{background:initial;border:0;margin-top:30px}form .input-group .error_msg{color:red;margin-top:5px;width:100%}