﻿

.Box1PageFirstGift
{
  
     border-radius: 7px;
     border: 0.5px solid black;
    background-color:White;
    height: 500px;
    width: 100%;
    float: right;
     margin-right:2%;
}

.mobSizeFont15
{
    font-size:12px;
}
.mobSizeFont14
{
    font-size:9px;
}
.mobSizeFont18
{
    font-size:14px;
}
.DivBox1PlusBlur
{
  
     border-radius: 7px;
     border: 0.5px solid black;
  
    height: 500px;
    width: 62%;
    float: right;
     margin-right:2%;
    filter: blur(9px);
    -webkit-filter: blur(9px);
   
}

.Box2PageFirstGift
{
     
  
     border-radius: 7px;
     border: 0.5px solid black;
  background-color:White;
    height: 500px;
    width: 100%;
    float: left;
     margin-right:2%;
}

.DivBox2PlusBlur
{
     
  
     border-radius: 7px;
     border: 0.5px solid black;
  
    height: 500px;
    width: 31%;
    float: left;
     margin-right:2%;
       filter: blur(9px);
    -webkit-filter: blur(9px);
   
}


.TitleFirstPage{
    max-width:100%;
    height:85px;
    
    margin:0 auto;
    min-height:30%;
     background-image: url('bkWebPQSS1.jpg'); 
      background-repeat: no-repeat;
      background-attachment: fixed;  
      background-size: cover;
    border:2px;
   
    
    margin-bottom:5px;
}

.FirstPageAllDiv {
    direction: rtl;
    background-color: white;
    width: 100%;
    
  
  
}



.headerFirstPage 
{
    
    direction: rtl;
    margin: 0 auto;
    height: 40px;
    width: 100%;
     background-color: Black;
    color:White;
    margin-bottom: 3px;
}

.divLogo
{
     height: 100%;
    width: 45%;
    margin-right:25%;
    
   
}


.Div_VerificationCode
{
    display:none;
    background-color:Bisque;
    border-radius: 7px;
    border: 0.5px solid black;
  
    height: 20%;
    width: 80%;
    float:right;
    
    margin-top:3%;
    margin-right:10%;
}

.RegistrationUser
{
     background-color:Beige;
    border-radius: 7px;
    border: 0.5px solid black;
  
    height: 50%;
    width: 80%;
    float:right;
    
    margin-top:10%;
    margin-right:10%;
      
}

.CenterTextBoxSignInUser
{
    margin-top:5%;
    margin-right:20%;
}

.BtnOkSignIn
{
     
    margin-top:10%;
     border-radius: 7px;
     border: 0.5px solid black;
     margin-right:30%;
      height:15%;
      width:40%;
  
}

.BtnCheckVerificationCode
{
     
    margin-top:5%;
     border-radius: 7px;
     border: 0.5px solid black;
     margin-right:30%;
      height:25%;
      width:40%;
  
}

.DivSignInAdmin
{
   
   
   background-color:Black;
    margin-top:5%;
    float:right;
    margin-right:10%;
      height:10%;
      width:80%;
}

.css_btnSignInAdmin
{
   
    background-color:Bisque;
    font-family:Tahoma;
    border-radius: 5px;
    border: 0.7px solid black;
    font-size:20px;
    
    height:100%;
      width:100%;
      
    
}

.cssBtnCloseLogin
{
    float:right;
}

.DivLoginUser 
{
    display:none;
  position: fixed; 
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:320px;
  height:200px;
  font-size:20px;
  color:Black;
  opacity: 0.9;
  background-color:Bisque;
  border-radius: 7px;
  border: 0.5px solid black;
}