.big-wrap {
  background-color: #eff0f4;
  height: 100%;
  position: absolute;
  width: 100%; }

.header {
  color: white;
  background-color: #5fc0cd;
  height: 45px;
  margin-bottom: 8px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.2%; }

.middle-top,
.middle-bottom {
  background-color: #ffffff;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.middle img {
  height: 22px;
  width: 14px;
  margin: 21px; }

input {
  border: 0;
  background-color: rgba(1, 1, 1, 0); }

input:focus {
  outline: none; }

.footer-top {
  margin-top: 29px;
  height: 50px;
  color: white;
  background-color: #5fc0cd;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer-bottom {
  color: #5fc0cd;
  padding-right: 4.2%;
  font-size: 16px; }

.footer span {
  float: right; }

/*# sourceMappingURL=task11.css.map */
