#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#011738;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:20% !important;
  width:40%;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius:21px 21px 21px 21px;
  text-align: center;
  box-shadow:0px 0px 25px #000;
}
#boxes #dialog {
  height:auto;
  padding:2rem 2rem 1rem 2rem;
 backdrop-filter: blur(11px);
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15px;
}
.form-control3 {
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid #5f8db270;
    border-radius: 5px;
    transition: all 0.3s 
ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#5f8db270 !important;
    opacity: 1; /* Firefox */
}
input[type=password]:focus {
  border: 1px solid #44acff;
  padding-left: 7px;
  outline:none;
}
.quesend {
    padding: 0.5rem 4rem;
    font-size: 19px;
    color: #fff;
    border: none;
    transition: all 0.3s 
ease-in-out;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
  padding:10px 20px 30px 20px;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
  text-align:center;
}
#popupfoot a{
	text-decoration: none;
	color:#000;
	opacity:0.9;
}
.agree:hover{
	color:#000;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.window h2 {
	margin:0;
	padding:15px 0 25px 0;
	color:#fff;
	font-size: 35px;
	}
#lorem p {
	font-size:19px;
	color:#fff;
	}	
	
.bbbbbb {
	margin-bottom:35px;
	}	
	
	
@media only screen and (max-width:767px) 
{
	#boxes #dialog {
  width:90%; 
  height:auto;
  padding:0px;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
}
	
	
	
	
	
	
	