.features-bg-img{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/bg-tab.jpg);
}
.icon-green{
	font-size: 30px;
    color: #48c6ea;
}
.size-pic-intro{
	width: 45%;
}
.register{
    background-color: #ffffff87;
    border-radius: 20px;
    width: 75%;
    margin: 0 auto;
    padding: 3%;
    margin-top: 2%;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-control{
    font-size: 14px;
    line-height: 0.5;
}
.intro-register{
  height: 8%;
}
.label-text{
  text-align: right;
  font-size: 14px;
}
.head-regis{
    text-align: center;
    margin-bottom: 3%;
    font-weight: 600;
}
.intro-head-regis{
  /*height: 145vh !important;*/
}
.form-login-khaminx{
    width: 30%;
    background-color: #ffffffb3;
    padding: 2%;
    border-radius: 20px;
    margin: 0 auto;
}
h2.head-privacy{
  color: #666666 !important;
  font-size: 40px !important;
  text-align: center !important;
}
.text-privacy{
    font-size: 22px;
    font-weight: 600;
    color: #666666;
    padding-bottom: 1%;
}
.con-privacy{
    text-indent: 50px;
    font-size: 16px !important;
    padding-bottom: 3% !important;
    color: #666666 !important;
}
.intro-head-privacy {
    height: 270vh !important;
}
.intro-privacy {
    height: 10%;
}
.text-price{
    color: #0e768e !important;
    font-weight: 600;
}
label{
    font-size: 14px;
}
.btn-regis-page{
    width: 20% !important;
    border-radius: 20px !important;
    margin-top: 2%;
}
@media (max-width: 768px) {
  .label-text{
    text-align: left;
  }
  .size-pic-intro{
	width: 100%;
  }
  #intro .product-screens {
    height: 40%;
  }
  #intro p {
    font-size: 14px;
  }
  .intro-head-regis{
    height: 175vh !important;
  }
  .form-login-khaminx {
    width: 80%;
    background-color: #ffffffb3;
    padding: 5%;
    border-radius: 20px;
    margin: 0 auto;
}
.intro-head-privacy {
    height: 335vh !important;
}
.intro-privacy {
    height: 3%;
}
h2.head-privacy {
    font-size: 22px !important;
  }
.text-privacy {
    font-size: 16px;
  }  
}