@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Frutiger LT Std";
  src: url("../fonts/subset-FrutigerLTStd-Bold.woff2") format("woff2"),
    url("../fonts/subset-FrutigerLTStd-Bold.woff") format("woff"),
    url("../fonts/subset-FrutigerLTStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DB Helvethaica X Reg";
  src: url("../fonts/subset-DBHelvethaicaX-Bd.woff2") format("woff2"),
    url("../fonts/subset-DBHelvethaicaX-Bd.woff") format("woff"),
    url("../fonts/subset-DBHelvethaicaX-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DB Helvethaica X Reg";
  src: url("../fonts/subset-DBHelvethaicaX-Reg.woff2") format("woff2"),
    url("../fonts/subset-DBHelvethaicaX-Reg.woff") format("woff"),
    url("../fonts/subset-DBHelvethaicaX-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
body {
  font-family: "Prompt", "DB Helvethaica X Reg", Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
body {
  background-color: #282828;
}
.mainReg {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  max-width: 500px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.dLogo {
  text-align: right;
  margin-bottom: 1rem;
}
.imgLogo {
  width: 60%;
  margin-right: 1rem;
}
.dBanner {
  margin-bottom: 1rem;
}
.imgBanner {
  width: 100%;
  max-width: 100%;
}
.containerFrm {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.col-form-label {
  color: #0079c1;
  font-weight: 500;
}
.form-control {
  border-radius: 0;
  border: 1px solid #6fb3dc;
}
.boxBtn {
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.btnNext {
  box-shadow: none;
}
.btnNext img {
  width: 100px;
}
.dStep2 {
  background-color: #687379;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
}
.dStep2 p {
  color: #ffffff;
  font-size: 14px;
}
.dStep2 .btnNext {
  background-color: #0079c1;
  border-radius: 5px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.dStep2 .custom-control-label {
  color: #ffffff;
  font-size: 18px;
}
.txtQ {
  color: #0079c1;
  font-weight: 500;
}
.txtQ span {
  font-size: 12px;
}
.dStep3 p {
  margin-bottom: 0.5rem;
}
.dStep3 {
  display: none;
}
.dStep3 .custom-control-label {
  color: #687379;
}
.dStep3 .custom-control-label::before {
  border-radius: 50%;
  border-color: #6fb3dc;
}
.dRowInput {
  color: #687379;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
.inputInline {
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
  height: 26px;
}
.btnReg {
  background-color: #0079c1;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
}
.dStep4 {
  display: none;
}
.col-form-label span {
  font-size: 10px;
  line-height: 10px;
}
.btn.form-control {
  box-shadow: none;
  margin: 0 0;
  margin-top: 1.25rem;
  padding: 0.375rem 0.75rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  min-height: 38px;
  height: auto;
  text-transform: none;
  font-size: 12px;
}
.btn.form-control span {
  text-transform: none;
  font-size: 12px;
  color: #0079c1;
}
.col-form-label.ex {
  line-height: 1;
}
.dStep1 .custom-control-label {
  color: #687379;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainReg {
    width: 100%;
    max-width: 100%;
  }
  .imgLogo {
    width: 35%;
  }
}
