@import "./init.min.css";

.index{}
.index .panel{display: flex; align-items: center; justify-content: center; flex-direction: column;}

.error{width: 100%; padding: 30px 10px; background: #FFF;}
.error .name{font-size: 16px; text-align: center; font-weight: bolder; margin-bottom: 15px;}
.error img{max-width: 100%; display:block; margin:0 auto; margin-bottom:20px;}
.error p{text-align: center; font-family: 'DIN'; line-height:23px; margin-bottom: 5px; letter-spacing:1px; font-size:15px; color: rgba(0, 0, 0, .50)}
.error .btn{display: block; width:100px; height:auto; line-height:40px; background:#555; color:#FFF; border-radius:8px; letter-spacing:1px; text-align:center; margin:20px auto 10px auto;}
