<style>

body{
    margin:0;    padding: 0;

}

.bg{
    width: 100%;
    height:100%;
    position:fixed;
  
}

.popupbox{
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
  
    min-height:300px;
    vertical-align: middle;
    width: 40%;
    position: absolute;
    border-radius: 6px;
   top: 20%;
   left: 30%;
 
}

 .popupclosebtn{
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    top: -5%;
    right: -2%;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
font-family:roboto;
} 

.tag p{
    font-size:14px;
}

p{
    font-size:18px;
    padding-top:21px;
    padding-right:31px;
    padding-left:31px;
    text-align: center;
    font-family: roboto;
    
}

.Continuebtn{
    /* margin-left:4%; */
 
}

button{
    background-color:green;
   margin-left:44%;
   border-radius:4px;
   border:0px;
   color:white;
   padding:8px;
   width:100px;

}

.wrong{
padding-top:1px;

}

@media only screen and (max-width: 600px) {
    .popupbox {left: 5%;
        width: 89%;
       }
       button {
        background-color: green;
        margin-left: 37%;
        border-radius: 4px;
        border: 0px;
        color: white;
        padding: 8px;
    }
  }

@media only screen and (min-width: 667px) {
    .popupbox {left: 14%;
        width: 60%;}
        button {
            background-color: green;
            margin-left: 37%;
            border-radius: 4px;
            border: 0px;
            color: white;
            padding: 8px;
        }
  }

@media only screen and (min-width: 768px) {
    .popupbox {left: 16%;
        width: 66%;;}
        button {
            background-color: green;
            margin-left: 39%;
            border-radius: 4px;
            border: 0px;
            color: white;
            padding: 8px;
        }
  } 

@media only screen and (min-width: 992px) {
    .popupbox {left: 24%;
        width: 40%;}
        button {
            background-color: green;
            margin-left: 39%;
            border-radius: 4px;
            border: 0px;
            color: white;
            padding: 8px;
        }
  } 

  
@media only screen and (min-width: 1024px) {
    .popupbox {left: 30%;
        width:40%;
    }
    button {
        background-color: green;
        margin-left: 39%;
        border-radius: 4px;
        border: 0px;
        color: white;
        padding: 8px;
    }
  }



@media only screen and (min-width: 1200px) {
    .popupbox {
        left: 23%;
        width: 54%;
    }
        button {
            background-color: green;
            margin-left: 44%;
            border-radius: 4px;
            border: 0px;
            color: white;
            padding: 8px;
        }
  }

</style>