*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.wrapper{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #DAEEE3;
  display: flex;
}
.wrapper_facility{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #DAEEE3;
  display: flex;
}
.wrapper_workplace{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #ECF4FF;
  display: flex;
}
.wrapper_fleet{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #FFE2BA;
  display: flex;
}
.lhs, .rhs{
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lhs{
  padding: 40px 80px;
  width: 100%;
}
.lhs__title{
  width: 376px;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  color: rgba(0, 0, 0, 0.8);
  margin: 50px 0;
}
.rhs{
  width: 100%;
  max-width: 430px;
  background-color: #ffffff;
}
.module-logo{
  width: 104px;
}
.qr-wrap{
  width: 469px;
  height: 469px;
  background-color: #ffffff;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 36px 0 rgba(0,0,0,0.10);
}
.qr-wrap img{
  width: 100%;
}
.instructions{
  width: 100%;
}
.instructions p{
  display: inline-block;
  width: 500px;
  font-size: 30px;
  color: rgba(0,0,0,0.80);
  margin-bottom: 40px;
}
.instructions-list div{
  font-size: 18px;
  color: #3A3A3A;
  line-height: 16px;
  margin-bottom: 10px;
}
.rhs__header{
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.06);
  width: 100%;
  height: 182px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.client-logo{
  height: 51px;
  margin-bottom: 20px;
}
.btn-auth{
  box-shadow: 0 2px 11px 0 rgba(0,0,0,0.14), 0 10px 16px -8px rgba(0,0,0,0.31);
  width: 280px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0 10px;
}
.btn-auth img{
  width: 16px;
}
.btn-green{
  background: #3EA46C;
}
.btn-blue{
  background: #1A79F9;
}
.rhs__footer{
  font-size: 14px;
  color: rgba(0,0,0,0.80);
  width: 280px;
  margin: 0 auto;
  height: 120px;
}
.name-tag{
  margin-top: 10px;
}
.rhs__form{
  width: 280px;
  margin: 0 auto;
}
.rhs__form__title{
  font-size: 20px;
  color: rgba(0,0,0,0.80);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.rhs__form__inputs{
  margin-bottom: 60px;
  width: 100%;
}
.rhs__form__inputs input{
  background: #F8F8F8;
  border: 1px solid #C8D1E8;
  padding: 12px;
  margin: 5px 0;
  width: 100%;
  border-radius: 5px;
}
.action-link{
  cursor: pointer;
  font-size: 12px;
  color: #1A79F9;
  text-transform: uppercase;
  margin-top: 20px;
}
.action-link span{
  cursor: default;
  font-size: 12px;
  color: black;
  text-transform: none;
}
.action-link img{
  margin: 0 0 0 1rem;
  width: 16px;
}

.action-link.disabled {
  color: #c8d1e8;
  pointer-events: none;
}

.lhs__step{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lhs__step__l{
  width: 52px;
  height: 80px;
}
.step__not{
  width: 14px;
  height: 14px;
  background-color: #000000;
  border-radius: 50%;
  margin-bottom: 6px;
  margin-top: 6px;
}
.step__line{
  height: calc(100% - 26px);
  border-left: 1px dashed #000000;
  margin-left: 6px;
  margin-bottom: 6px;
}
.lhs__step__r{
  width: 100%;
  margin-bottom: 2px;
}
.step__count{
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.step__desc{
  font-size: 18px;
  line-height: 27px;
  color: #3A3A3A;
  font-weight: normal;
}
.steps_btn{
  border: 0;
  background: #000000;
  color: #ffffff;
  border-radius: 5px;
  width: 154px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
}
.steps_btn img{
  height: 15px;
}
.pgqr{
  height: 287px;
  margin-top: 10px;
}

.form{
  margin-top: 2rem;
}
#resetFrm{
  display: none;
}

.footer_wrap {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.footer_wrap span {
  font-size: 9px;
  color: #999999;
}

.footer_wrap span a {
  font-weight: bold;
  color: blue;
}
