.email-verification {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.email-verification .mail-page {
  width: 80%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px #ddd;
  border-radius: 10px;
}
.email-verification .mail-page .left {
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #a70000;
  color: #fff;
  position: relative;
}
.email-verification .mail-page .left img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.email-verification .mail-page .left h1 {
  font-weight: bold;
  font-size: 2em;
}
.email-verification .mail-page .left h1 span {
  font-weight: 500;
}
@media (max-width: 768px) {
  .email-verification .mail-page .left {
    height: 300px;
  }
}
.email-verification .mail-page .lefwt {
  padding: 20px;
  justify-content: center;
  flex-direction: column;
}
.email-verification .mail-page .lefwt h1 {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  margin: 20px 0;
}
.email-verification .mail-page .lefwt h1 span {
  font-weight: 500;
}
.email-verification .mail-page .lefwt h2 {
  margin: 20px 0;
  color: #a70000;
}
.email-verification .mail-page .lefwt p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
}
.email-verification .mail-page .lefwt .btn-submit {
  text-align: center;
  width: 100%;
  text-transform: none;
  margin: 20px auto;
}
.email-verification .copy-footer {
  margin: 20px 0;
}
.email-verification .copy-footer h1 {
  color: #a70000;
}/*# sourceMappingURL=verify.css.map */