@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);

body{
    font-family: "Roboto", sans-serif;
    background: linear-gradient( rgb(255 255 255 / 94%) 100%, rgba(0, 0, 0, 0.5)100%),url(https://ik.imagekit.io/iubat/IUBAT/bg_iubat_AcuhOvClf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    }

      label{
          font-size: 12px;
      }
      .mydiv{
          background: #ffffff;
      }