.whatsapp-full-wrapper{
    max-width:500px;
    margin: 0 auto;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 30px;

}
.text-center{
    text-align: center
}
h1,h2,img{
    text-align: center;
    font-weight: normal !important;
    margin: 5px;
}
.middle-div {

    margin-top: 30px;
}
.section {
    width: 100%;
    height: 100%;
    position: relative;

}
html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Oswald;
    height: 100%;
    font-weight: normal !important;
    color: #333;
    font-size: 15px;

}
.button-subscribe{
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color:#339900;
    color: #fff;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    float: right;
    width: 100%;
    font-family: Oswald;
    margin-top: 20px;
}
.button-verify{
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color:#eba21a;
    color: #f0e9c8;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    font-family: Oswald;
    margin: 10px 0px 20px 0;
    float: right;
     font-weight: normal !important;
     width: 97%;
     margin-left: 3%;

}
.button-subscribe:hover{
    background-color: #55b128
}
input[type="text"]  {

    width: 100%;
    margin: 10px 0px 20px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #333;
}
input[type="email"]{

    width: 100%;
    margin: 10px 0px 20px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #333;
}

.clear{
    clear: both
}
@media only screen and (max-width:768px) {
    body{background-color:#f1f1f1}
/*    .section{overflow: scroll !important}*/
    .middle-div{margin: 0}
    .whatsapp-full-wrapper{padding: 10px;}
    .verify, .e-mail{width: 100% !important; margin: 0}
    .button-verify{margin-left: 0; width: 100%}
    input[type="email"]{
        margin-bottom: 0px;
    }
}

.pull-left{
    float: left
}
.text-right{
    text-align: right
}
.pull-right{
    float: right
}
.e-mail{
   width: 75%
}
.verify{
   width: 25%
}
.invalid-opt{
    width: 50%;
    color: red
}
.valid-opt{
    width: 50%;
    color: #55b128
}
.resend-opt{
    width: 50%;
  
}
