.wel_ul li{
  font-size: 14px !important;
  margin-bottom:20px;
}
.wel_ul li::marker{
  background-color: #ccc !important;
}
.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
body {
    font-family: "Ubuntu", sans-serif !important;
    background-image: url(../images/background-grey.png);
    background-position: bottom;
}
.cont {
    background-color: rgb(0 0 0 / 27%);
}
.input-fld {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px !important;
}
.create {
    text-decoration: none;
}
.mail {
    overflow: hidden;
    text-align: center;
}
.mail h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}
.mail h2:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 291%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.mail h2:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 291%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.googlr {
    width: 5%;
}
.btn-g {
    background: unset !important;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}
.pad {
    padding-left: 10% !important;
}
