html, body {
  _min-height: 100%;
  _height: 100%;
  padding: 0;
}

#all {
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.all-container {
  max-width: 360px;
  width: 100%;
  padding: 15px;
}
.section-outer {
  margin: 0 auto;
}

.section-inner {
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 30px 40px 0 40px;
  margin-top: 20px;
  border-radius: 10px;
}

.section-inner fieldset {
  
}

.section-inner h2 {
  margin-top: 0;
  text-align:center;
}

footer {
  text-align: center;
  padding: 20px 0;
}

.none {
  display: none;
}

.buttons .btn.special-btn {
  position: relative;
  padding-left: 70px;
}
.special-btn:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: " ";
  background: transparent url(../images/enter.svg);
  background-size: auto;
  background-size: 40px 40px;
  position: absolute;
  left: 25px;
  top: 4px;
}

.success_message {
  color: #2E7D32;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.success_message:before {
  content: " ";
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  background: transparent url(../images/ok.svg);
  background-size: 40px 40px;
  margin-bottom: 10px;
}
.error_message {
  color: #C62828;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.error_message:before {
  content: " ";
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  background: transparent url(../images/error.svg);
  background-size: 40px 40px;
  margin-bottom: 10px;
}
.error_info {
  text-align: center;
  padding-bottom: 20px;
}


.section-inner .btn {
  padding: 14px 50px;
}

.buttons {
  text-align: center;
}

.buttons-footer {
  text-align: center;
}

.buttons .btn {
  margin-top: 10px;
}

.copyrights {
  font-size: 14px;
}