.btnLoginRegister {
  background:  linear-gradient(90deg, rgb(121, 223, 182) 0%, rgb(107, 133, 157) 50%, rgb(58, 162, 191) 100%);
  color: #f9f9ff;
}
.btnLoginRegister:hover {
  background: rgb(237,89,137);
  background: linear-gradient(90deg, rgb(121, 223, 182) 0%, rgb(107, 133, 157) 50%, rgb(58, 162, 191) 100%);
  color: #e1e1e1;
}
.MainWrapper {
  min-height: 80vh;
background-repeat: no-repeat;
}

.pnl p {
  text-align: justify;
  font-size: 14px;
  color:#000;
}
.C-417 .pnl {
  padding: 33px;
    padding-top: 33px;
    padding-top: 40px;
    background: #ffffffc7;
    margin-top: 178px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    margin-right: auto;
    max-width: 450px;
    float: left;
    margin-bottom: 70px;
    position: relative;
}
.btnLogin , .btnCheckActivationCode{
    background: linear-gradient(90deg, rgb(121, 223, 182) 0%, rgb(107, 133, 157) 50%, rgb(58, 162, 191) 100%);
    color: #e1e1e1;
}
.C-1828 .pnl {
  margin-top: 77px;
  background: #ffffff9c;
  border-radius: 15px;
  height: 70px;
  width: 253px;
  margin-right: 1209px;
  padding-top: 20px;
}

.Half {
  float: right;
  width: 41%;
}
.CheckBoxLabel span {
  float: right;
  margin-top: 1px;
  margin-right: 11px;
  font-family: 'IS';
  font-weight: normal;
  font-size: 14px;
}
#RegisterFormModal {
    padding: 22px;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    top: 0;
    right: 0px;
    background: #373737ba;
    padding-top: 66px;
}
.RegisterHolder{
background: #fff;
    border-radius: 8px;
    width: 70%;
    margin-right: 15%;
    margin-top: 100px;
    padding: 10px 20px 10px 20px;
}
#RegisterFormModal p, #RegisterFormModal span {
    text-align:center;
line-height:1.7em;
}
.CheckBoxLabel {
padding-top: 9px;
}
.GenderRadio{
float: right;
    width: 18px;
    height: 18px;
}
.CheckBoxLabel span{
font-size: 16px !important;
}
#RegisterFinalStep-Header img{
display: block;
    float: right;
    width: 30px;
    cursor: pointer;
    transform: rotate(180deg);
    margin-top: 10px;
    margin-bottom: 20px;
}
.btnFinalRegister {
    display: block;
    float: right;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 13px;
    height: 47px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(121, 223, 182) 0%, rgb(107, 133, 157) 50%, rgb(58, 162, 191) 100%);
    color: #fff;
}
#RegisterStep-Header img {
  display: block;
  float: left;
  width: 30px;
  cursor: pointer;
position: absolute;
    top: 20px;
    right: 20px;
transform: rotate(180deg);
}
#FinalBtnRegisterBack{
    width: 350px;
    margin-right: calc(50% - 175px);
}