#mask{position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none;}
#boxes .window{position:fixed;left:0;top:15% !important;width:480px;height:200px;display:none;z-index:9999;padding:20px;text-align:center;}
#boxes #dialog{width:480px;height:auto;padding:20px;background-color:#ffffff;}
#boxes #dialog img{margin-bottom:20px;}

.maintext{text-align:center;text-decoration:none;}
.sign_pop{display:table;width:100%;}
.signup_title{font-size:24px;text-align:center;line-height:30px;margin:0;font-weight:bold;color:#041938; font-family: 'Conv_Diavlo',Sans-Serif;}
.signup_subtitle{font-size:14px;margin-top: 20px;margin-bottom: 20px;line-height: 28px; font-weight:bold}
.fields_box{width:100%; display:table}
.onload_fied_one{width:50%; float:left; padding-right:2%;}
.onload_textbox{width: 100%;height: 35px;background-color: #a4e1aa;border: 0;padding: 4px;font-size: 13px;}
.onload_fied_two{width:50%; float:left; padding-left:2%}
.onload_fied_three{width:100%; float:none; clear:both}
.sign_pop ::placeholder {color:rgba(4,39,8,1); opacity: 1;}
.sign_pop :-ms-input-placeholder {color:#3b546b opacity: 1;}
.sign_pop ::-ms-input-placeholder {color:#3b546b opacity: 1;}
.close_agree{position: absolute;top: -25px;right: -25px;z-index: 99999;background: #1EA62B;width: 22px;height: 22px;padding: 0;
border-radius: 50%; padding-top:6px;}
.sign_pop .close{opacity:1}
.close_agree img{width:10px; margin-bottom:0 !important; vertical-align:top}
.sign_up_submit{border:0;width:100%;background:rgba(4, 25, 56, 0.68);color:#fff;text-transform:uppercase;font-size:15px; padding:10px 0; font-weight:bold}
#popupfoot a{text-decoration:none;}


@media only screen and (max-width:480px){
#boxes #dialog {width: 90%; padding: 4%;left: 5% !important;top: 25px !important;}
.sign_pop{display:block}
.close_agree{top:5px;right:5px;}
.onload_fied_one { width: 100%;  float: none;  padding-right: 0;}
.onload_fied_two {width: 100%; float: none; padding-left: 0;}
}