﻿body {
}

/*SignUp New*/
.wrapperdeal
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top: 20px;   
}
#back_signupdeal
{
    width:100%;
    height:auto;
    margin-bottom:20px;
    display:none;  
}
#box_signup
{
    width:730px;
    height:auto;
    overflow:hidden;    
    margin:auto;
    padding:10px 40px 40px 40px;
}
#banner_signup
{
    width:650px;
    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:#a61e22;
    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:#000;
}
#restrictions
{
    color:#000;    
}
#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:#4099d3;
    margin-top:10px;
}
#serial
{
    color:#fff;   
}
#box_serial b
{
     color:#fff;   
}
.signdeal {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
    background: #fff;
}
#bSubmit {
    height: 54px;
    border: none;
    border: 1px solid transparent;
      border-radius: 999px; /* Bo tròn như viên thuốc */
      background-origin: border-box;
      background-clip: padding-box, border-box;
      background-image: 
        linear-gradient(30deg, #999, #a7a7a7, #515151, #999), /* màu nền xám */
        linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42); /* gradient viền vàng */
    color: #fff;
    padding: 0 30px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 45px;
    margin-top: 10px;
    border-radius: 30px;
}
    #bSubmit:hover {
        background: linear-gradient(45deg, #be8f42, #f3e7c2, #eac481, #be8f42);
        color: #5c5c5c;
    }
#formsigndeal
{
    margin-top:0px;
}
.formrowtopdeal
{
	color:#000;
    margin-bottom:5px;
    text-align:left;
}
.formrowdeal
{
	margin-bottom: 10px;
}
.txtboxsigndeal
{
    width: 99%;
    border: 1px solid #ccc;
    color: #525252;
    background-color: #f0f0f0;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 5px 15px;
}
}
.buttonrowdeal
{
	text-align: center;
}
#loadspinner
{
    width:100%;
    height:100%;
    position:fixed;
    top:30%;
    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:#000;
    font-family: ArgueDEMO;
}
#row_title
{
    margin-bottom:20px;    
}
/*SignUp New*/





@media screen and (max-width: 600px) 
{
    /*SignUp New*/
    #information
    {
        width:96%;    
    }
    #box_signup
    {
        width:100%;  
        padding:10px 10px 10px 10px;  
    }
   
    #banner_signup
    {
        width:96%;    
    }
    #banner_signup_deal
    {
        width:96%;    
    }
    /*SignUp New*/
}