﻿.confirm-email-block-container {
  height: calc(var(--vh) - 140px);
  background: #c8e7fa;
  border-radius: 30px;
  padding: 15px 25px 0 25px;
}

.confirm-email-block-header {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: #333;
  text-align: left;
  margin: 0;
  padding: 15px;
}


.confirm-email-block-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: #333;
  margin: 0;
  padding: 0 15px 0 15px;
}
