body {
}

#signup_box
{
    display:none;
}
.bg-popup
{
   position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    overflow-y:auto;
    background: rgba(0, 0, 0, 0.6);  
    display:none; 
    
}
/*SignUp New*/
.wrapperdeal {
    width: 98%;
    max-width: 600px;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 50px;
    background-image: url(../images/bg-ser-home.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    z-index: 99999;
}
#close_signup
{
    text-align:right;
    padding:10px;
    cursor:pointer;
    font-weight: 600;
    color: #000000;
}
#back_signupdeal
{
    width:100%;
    height:auto;
    margin-bottom:20px;
    display:none;  
}
#box_signup
{
    width:600px;
    overflow:auto; 
    height:600px;       
    margin:auto;
    padding:10px 30px 30px 30px;    
}
#banner_signup
{
    max-width:600px;
    width:100%;
    margin:0px auto;
    text-align:center;
    margin-bottom:30px;
    margin-top:30px;
}
#banner_signup img
{
    width:100%;
}
#bg_banner
{
    width:100%;
    height:auto;
    border-bottom:1px solid #888;
    padding-bottom:20px;    
}
#title_signup
{
    text-align:center;
    font-size:20pt;
    font-weight:bold;    
    color:#000000;
    text-transform:uppercase;
    line-height:30px;
}
#box_restrictions
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:30px;
    margin-top:10px;
    color:#000000;
}
#restrictions
{
    color:#000000;    
}
#box_expired
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:30px;
    margin-top:10px;
    color:#000;
}
#expired
{
    color:#000;    
}
#box_serial
{
    width:100%;
    height:auto;
    text-align:left;   
    line-height:30px;
    font-size:12pt;
    color:#000000;
    font-weight:700;
    margin-top:10px;
}
#serial
{
    color:#000000;
    font-weight:700;
}
#box_serial b
{
     color:#000000;
     font-weight:800;
}
.signdeal {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    color: #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    background: #fff;
    background-size: cover;
    border-radius: 5px!important;
    border: 0 solid #fff0;
    background: #fff;
}
#bSubmitS{
    width: 100%;
    max-width: 100px;

    background: linear-gradient(
        118deg,
        #667a86 0%,
        #748995 12%,
        #8ea0aa 24%,
        #748995 34%,
        #95a7b1 44%,
        #d7dfe3 52%,
        #748995 60%,
        #8ea0aa 70%,
        #748995 82%,
        #e5eaed 90%,
        #8ea0aa 100%
    );

    background-size: 260% 100%;

    border: 1px solid rgba(255,255,255,.18);

    position: relative;
    overflow: hidden;
    isolation: isolate;

    color: #fff;

    text-align: center;
    cursor: pointer;

    margin: 10px auto 0;

    line-height: 45px;

    text-transform: uppercase;

    font-size: 12pt;

    border-radius: 50px;

    box-shadow:
        0 10px 25px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.15);

    animation:
        cta-shimmer-soft 10s linear infinite,
        cta-breathe 4.5s ease-in-out infinite;

    transition:
        all .3s ease;
}

#bSubmitS:hover{

    background: linear-gradient(
        135deg,
        #7f929d 0%,
        #95a6af 100%
    );

    color: #ffffff;

    border-color: rgba(255,255,255,.30);

    transform: translateY(-2px);

    box-shadow:
        0 15px 30px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.25);
}
#formsigndeal
{
    margin-top:0px;
}
.formrowtopdeal
{
	color:#000;
    margin-bottom:5px;
    text-align:left;    
}
.formrowdeal
{
	margin-bottom: 10px;
}
.txtboxsigndeal
{
    width: 99%;
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 50px;
    padding-left: 20px;
}
.buttonrowdeal
{
	text-align: center;
}
#loadspinner
{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    padding-top:250px;
    left:0px;
    overflow:hidden;
    display:none;
    z-index:999999999999999999;
    background:rgba(0,0,0,0.5);
}
#img_loader
{
    width:28px;
    height:28px;
    margin:0px auto;
}
#img_loader img
{
    width:28px;
    height:28px;
}
.row_title_top
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:20px;
    margin-top:10px;
    color:#000000;
}
#row_title
{
    margin-bottom:20px;
    color:#000000;
    font-weight:600;
}
/*SignUp New*/





@media screen and (max-width: 600px) 
{
    /*SignUp New*/
    #information
    {
        width:96%;    
    }
    #box_signup
    {
        width:100%;    
    }
    #banner_signup
    {
        width:96%;    
    }
    #banner_signup_deal
    {
        width:96%;    
    }
    /*SignUp New*/
    
}
@media only screen and (max-width: 320px)
{
    .wrapperdeal {
        top: 51%;
    }
}