
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
.login-wrapper {
  display: inline-table;
  font-family: "Open Sans", sans-serif;
  background: #98caec;
  background-image: url("https://insgqab2clogin.blob.core.windows.net/root/image/bg-login.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-position: bottom center;
  background-color: #dcdcdc;
}

.login-center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.logo-size {
  width: 25vw;
  min-width: 85%;
}
.section-font {
  font-weight: 200;
}
.login-header{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
    line-height: .1em;
    margin: 40px 0 60px;
}
.iotc-login-header{
    width: 100%;
    text-align: center;
    /* border-bottom: 2px solid #fff; */
    line-height: .1em;
    margin: 40px 0 60px;
}

