html {
   
}

body {
    text-align: center;
    
    background: url("../images/lootboxbg.jpg") no-repeat center center fixed;
    background-size: cover;
    font-family: 'Play', sans-serif;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.refral
{
        background: #efefef;
    background: -moz-linear-gradient(top, #868f99 0%, #efefef 80px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868f99), color-stop(80px,#efefef));
    background: -webkit-linear-gradient(top, #868f99 0%,#efefef 80px);
    background: -o-linear-gradient(top, #868f99 0%,#efefef 80px);
    background: -ms-linear-gradient(top, #868f99 0%,#efefef 80px);
    background: linear-gradient(to bottom, #ffffff7a 0%,#efefef 80px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868f99', endColorstr='#efefef',GradientType=0 );
    border-radius: 10px;
    margin: 20px auto;
    opacity: .9;
    width: 48%;
    min-height: 100px;
}

.refral a
{
    text-align: center;
    font-weight: bold;
    color: #883eae;
    top: 38%;
    font-size: 18px;
    position: relative;
}

.form-option {
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
}

.input-form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: black;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.input-form::-moz-placeholder {
    color: #999;
    opacity: 55;
}

.input-command {
    border-radius: 0px;
    font-size: 18px;
    height: 48px;
    line-height: 1.33;
    padding: 10px 10px;
}

select.input-command {
    height: 46px;
    line-height: 46px;
}

.wrapper {
    padding: 0;
    margin: -136px auto 0;
}

.wrapper img {
    width: 60%;
}

.lootbox {
    background: url("../images/gem.png") no-repeat scroll 10px center white;
   background-size: 6%;
    background-position: 5px 8px;
    padding-left: 40px !important;
}

.buttonstyle {
       border-radius: 1px;
    background-color: #8735b1;
    border: none;
    color: white;
    margin-top: 0px;
    padding: 10px 33px;
    display: inline-block;
    font-size: 29px;
    /* height: 72px !important; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#progressbarouter {

}

#fillup
{
    width: 91%;
    margin: 15px 3%;
}


#verifycontent h1
{
    font-size: 1.9em;
    padding: 6% 0;
}
#progressbarcontainer {
    display: none;
        border-radius: 6px;
    position: relative;
    margin-top: 3%;
    border: 3px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#progressbar {
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: #af4ee0;
    color: #fff;
}

#progressbarlabel {
    line-height: 44px;
    text-align: center;
    color: black;
    font-weight: bold;
     color: #fff;
}

#main-tool{
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #868f99 0%, #efefef 80px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868f99), color-stop(80px,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #868f99 0%,#efefef 80px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #868f99 0%,#efefef 80px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #868f99 0%,#efefef 80px); /* IE10+ */
    background: linear-gradient(to bottom,  #868f99 0%,#efefef 80px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868f99', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
    padding: 5%;
    opacity: 0.9;
}

#shield{
    margin-bottom: 5px;
}

#verifybg {
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.3);
}

#verify {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    color: white;
    position: relative;
    background-color: #e2408bf0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

#verifycontent p
{
 padding: 0 10%; 
 font-size: 20px;
}

#verifycontent {
       margin-left: auto;
    margin-right: auto;
    width: 100%;
    vertical-align: middle;
    margin-top: 50%;
}

#main-tool h1
{
    padding: 25% 0 3% 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 37px;
    color: #422a56;
}

#main-tool p
{
    padding-top:3%;
}

.adjustment
{
    margin-top: 9%;
}

.lbl
{
    margin-left:2%;
}

.buttonstyle:hover {
    border-radius: 1px;
    cursor: pointer;
    background-color: #000;
}





    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    	.adjustment {
    max-width: 100%;
    float: left;
    display: block;
    flex: 100%;
    margin-top: 9%;
}
.refral
{
    width: 96%;
}

.lootbox {
    background-size: 10%;

}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.lootbox {
    background-size: 6%;

}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    	.lootbox {
    background-size: 10%;

}

.form-option {
    margin-left: 8px;
    margin-right: 18px;
    margin-bottom: 15px;
}

#main-tool h1 {
    padding: 50% 0 3% 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: #422a56;
}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    	.form-option {
    margin-left: 8px;
    margin-right: 18px;
    margin-bottom: 15px;
}

    	.lootbox {
    background-size: 10%;

}
#main-tool h1 {
    padding: 50% 0 3% 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: #422a56;
}

select.input-command {
    height: 46px;
    line-height: 46px;
    width: 108%;
    margin-left: -3%;
}

.refral {
  
    width: 91%;
}

    }






@media screen and (min-width: 1200px) {
        #mobileverify {
            display: none;
        }

        #desktopverify {
            display: block;
        }

        #verify {
            width: 30%;
            min-height: 310px;
        }
}

@media screen and (max-width: 1199px) {
        #mobileverify {
            display: block;
        }

        #desktopverify {
            display: none;
        }

        #verify {
            width: 90%;
        }
}


