body {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  body.boxed {
    margin-bottom: 0;
  }
  body.boxed .Wrap,
  body.boxed #wrap,
  body.boxed .Footer,
  body.boxed #top .navbar.navbar-fixed-top {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  body.boxed .Footer,
  body.boxed #footer {
    position: relative;
  }
}
body.error .logo h1 {
  color: rgb(243,112,56);
  font-size: 100px;
  text-shadow: 0 1px 0 rgb(243,112,56), 0 2px 0 rgb(243,112,56), 0 3px 0 rgb(243,112,56), 0 4px 0 rgb(243,112,56), 0 5px 0 rgb(243,112,56), 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  body.error .logo h1 {
    font-size: 60px;
  }
}
.orange {
  color: rgb(243,112,56);
}
.divfather {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divchild {
  width: auto;
}