html {
  height: 100%;
}

body {
  min-height: 100%;
  padding: 64px;
  display: flex;
  justify-content: center;
  background-color: #f6f7f8;
  color: #111827;
  letter-spacing: .2px;
}

form p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.btn-primary {
  background-color: #1C64F2;
  border: 0;
  border-radius: 8px;
  transition: .3s background-color;
}

.btn-primary:not(.disabled):hover,
.btn-primary:not(.disabled):focus,
.btn-primary:not(.disabled):active {
  background-color: #4d85f5;
}

.my-exception > table,
.success-message {
  margin-top: 12px;
  margin-bottom: -12px;
}

.my-exception > table td,
.success-message {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.my-exception > table {
  width: 100%;
  color: #750000;
  background-color: white;
  border: 1px solid rgba(0,0,0,.1);
}

.my-exception > table td {
  text-align: center;
}

.success-message {
  color: #007500;
}
