#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background:#000;
  display:none;
  opacity:0.8 !important;
}  
#boxes .window {
  border-radius: 15px;
    display: none;
    height: 200px;
    position: absolute;
    text-align: center;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999;
}
#boxes #dialog {
   width:100%; 
  height:auto;
  font-family: "Ubuntu",sans-serif;
  font-size: 15pt;
  
}
.signin input{width:100%; max-width:100% !important;}
.signin .btn{float:right !important;}
.close_popup{top:-10px; z-index:999999; right:-5px; position:absolute;}
.popup-logo{margin-bottom:15px;}
.popup{ position:absolute; z-index:99999; text-align:center;}
.sing-up-wrp .btn{background:#ff4b60; color:#fff; border:none; border-radius:0; float:right; width:90px; height:45px; font-size:14px; text-transform:uppercase; font-weight:300; font-family: "Ubuntu",sans-serif;}
.two-grid1{float:left; width:48.8% !important;}
.two-grid2{float:right !important; width:48.8% !important;}
.sing-up-wrp .btn:hover{background:#ee3226; transition: all 0.5s ease;}
.sing-up-wrp input{height:45px; margin-bottom:10px; width:100%; float:left; border-radius:0;}
.sing-up-wrp .row a{margin-left:15px; color:#ff4b60;}
.fb-sign{background:url(../images/fb.png) no-repeat; width:24px; height:24px; float:left;}
.gplus-sign{background:url(../images/gplus.png) no-repeat; width:24px; height:24px; float:left;}
.new-user{width:50%; float:left; padding-left:15px;}
.social-sign{float:right; max-width:100px;}
.social-sign a{margin-left:5px !important;}
.last-row{margin-top:10px;}
.maintext{
	text-align: center;
  font-family: "Ubuntu",sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Ubuntu",sans-serif;
	font-size: 12pt;
   text-align: left;
   color:#dbdbdb;
}
#popupfoot{
	font-family: "Ubuntu",sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}