body,html {
    background-image: url('../../img/signup/email.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    background-size: contain;
}

@media screen and (max-width:1024px) and (min-height:600px)
{
  body, html{
    background-size: 50% 100%;
  }
}

@media screen and (max-width:500px) and (min-height:300px)
{
  body, html{
    background-size: 50% 100%;
  }
}

.center-in{
  width: 48%;
}

.content-body{
    overflow: hidden;
}

.head-l {
  margin-left: 6%;
}


.v-wrap{
    height: 100%;
    white-space: nowrap;
}
.v-wrap:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    /* adjust for white space between pseudo element and next sibling */
    margin-right: -.25em;
    margin-top: -0%;
    /* stretch line height */
    height: 100%;
}
.v-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}


.margin {
  margin-left: 5%;
}

.span{
  margin-top: 10%;
}
.span1{
  margin-top: 2%;
}

.input-text {
  width: 100%;
  border: 1px solid #a9a9aa;
  padding: 2%;
  border-radius: 0.2em;
}

.center-in .alert {
  width: 80%;
}

@media (max-width: 1000px) {
  .content-body{
      overflow: auto;
  }
}
