/*body {*/
/*  text-align: center;*/
/*  padding: 40px 0;*/
/*  background: #EBF0F5;*/
/*}*/
em {
  color: #d80e0e;
  font-size: 80px;
  line-height: 80px;
  margin-left:10px;
}

.container1 {
  display: flex;
  height: 80%;
}
.left-side1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-side1, .right-side1 {
  flex: 1 0 0;
}
.right-side1 {
  width: 60px;
  height: 60px;
  justify-content: center;
}

.card {
  background: white;
  padding: 60px;
  border-radius: 50px;
  display: inline-block;
  text-align:center;
  align-items : center;
  width :90%;
}
.h1-error {
  color: black;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
}
.p-error {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size:20px;
  margin: 0;
}
.outer-card {
  text-align: center;
  align-items: center;
}
