@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

  body, html {
    height: 100%;
    margin: 0;
    font-family:  'Poppins', sans-serif;
    font-size: 16px;
    background: #f4feff;
    /* background: #57a3b7; */
  }

  .bg-index{
    /* background-image: url(background.png); */
    background-repeat: no-repeat;
    background-position: center left;
     /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
  }

  .card-reg {
    width: 100%;
    max-width: 600px;
  }

  .obesity {
    line-height: 1;
    margin-bottom: -5px !important;
  }

  .text-blue {
    color: #00909b;
  }

  .btn-main {
    background: #00909b;
    color: #fff;
    border-color: #00909b;
  }

  .btn-main:hover {
    background: #00909b;
    color: #fff;
    border-color: #00909b;
  }