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


.center-in{
  width: 60%;
  margin-left: 20%;
}


.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: 3%;
  font-size: 0.8em;
}

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

.input-text {
  width: 90%;
  border: 1px solid #a9a9aa;
  padding: 0.5em;
  border-radius: 0.2em;
  margin: 0 1%;
}

.orange-btn {
  width: 50%;
  min-height: 3em;
  margin-top: 5%;
  margin-left: -5%;
  font-size: 0.9em;
}

.btn-blue{
  background-color: #264E87;
  width: 50%;
  min-height: 3em;
  margin-top: 5%;
  margin-left: -5%;
  font-size: 0.9em;
  color: #fff;
}

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

.out-box {
  display:flex;
  margin-left: 5%;
  font-size: 0.8em;
}

.out-box div{
  width: 24%;
  margin-bottom: -5%;
}


.bt {
  margin-top: 0.2em;
  font-size: 1.8em;
  font-weight: bold;
  cursor: pointer;
}

.plus {
    color: #0b4d9b;
}

.minus {
  color: #b61826;
}

.error {
    border: 1px solid #bb1437;
}
.tipografy {
  font-size: 1.1em;
}

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