.taseav-age-verify{
  width:100%;
  height:100%;
  position:fixed;
  background-image: url("/wp-content/uploads/2018/07/MG_8638.jpg");
  top:0;
  left:0;
  z-index:9999;
}

@media only screen and (max-width: 600px) {
  
  .taseav-age-verify{
    background-image: url("/wp-content/plugins/easy-age-verifier/lib/assets/img/mobile.jpg");
    }
  }



.taseav-age-verify form {

  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 631px;
  width: 90%;
  background-image: url("/wp-content/plugins/easy-age-verifier/lib/assets/img/bg_entry.png");
  padding-top:5%;
  padding-left: 3%;
  padding-right: 3%;
  width: 631px;
  height: 367px;
}
@media only screen and (max-width: 600px) {
  
  .taseav-age-verify form{
    background-image: none;

    
    }
  }


.taseav-age-verify input{
  width:calc(100% - 24px);
  padding:10px;
  border-radius:5px;
}

.taseav-age-verify div{
  margin-bottom:20px;
  max-width:100%;
  float:left;
}

.taseav-age-verify .taseav-month{
  width:24%;
}

.taseav-age-verify .taseav-day{
  width:24%;
}

.taseav-age-verify .taseav-year{
  width:50%;
}

.taseav-age-verify div:nth-of-type(2){
  margin-left:1%;
  margin-right:1%;
}

.taseav-age-verify input[type="submit"]{
  clear:both;
  width:100%;
}

.taseav-age-verify input[name="overAge"],
.taseav-age-verify input[name="underAge"]{
  width:100px;
  height: 100px;
  background-image: url("/wp-content/plugins/easy-age-verifier/lib/assets/img/bott.png")!important;; 
  background-repeat: no-repeat;
  margin-left: 135px !important;
  color:#5b6d1f;
  font-size: 34px;
}


.taseav-age-verify input[name="overAge"]{
  margin-right:-19.5%;
}
@media only screen and (max-width: 600px) {
  
  .taseav-age-verify input[name="overAge"]{
    

    margin-right:-1.5%;
    }
  }
.taseav-age-verify input[name="underAge"]{
  margin-left:2.5%;
}

.taseav-age-verify{
  color:white;
}

.taseav-age-verify label{
  color:white;
}

.taseav-age-verify h2 {
	font-size: 25px;
	text-align: center;
	color: white;
	line-height: 40px;
	width: 300px;
  margin-left: 20%;
  text-shadow: 1px 1px 2px black, 0 0 25px #5b6d1f, 0 0 5px #5b6d1f;
}

@media only screen and (max-width: 600px) {
  
.taseav-age-verify h2{
  margin-left: 25%;
  }
}