.formTimer * {
  box-sizing: border-box;
  font-family: inherit;
}
.formTimer {
  max-width: 600px;
  background-color: #0a0a0a;
  border-radius: 25px;
  padding: 36px 22px;
  margin: 0 auto;
}
.formTitle {
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}
.form-img {
  width: 100%;
  border-radius: 25px;
  margin-top: 8px;
}
.formSub {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#timer {
  color: #0092ed;
  font-weight: 700;
  font-size: 43px;
  margin-top: 0;
}
.formTimer input {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.25px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 10px 12px;
  margin-bottom: 15px;
}
.formTimer button {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 10px;
  background: #0612b7;
  padding: 17.5px 0;
  cursor: pointer;
  margin-top: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formTimer button:hover {
  box-shadow: 0 0 10px #7ed321;
}
.custom__country-list-item__flag {
  transform: translateY(-60%);
}
