html{
  height: 100%;
}
body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,
  sans-serif;
  min-height: 100%;
  min-width: 320px;
  margin:0;
  padding:0;
  position:relative;
}
.welcome-container{
  box-sizing:border-box;
  min-height:640px;
  padding:58px 80px 100px 80px;
  width:100%;
}
.welcome-container .app-logo{
  height:32px;
}
.welcome-container .content{
  background:url(../media/backgroundImage.svg) no-repeat right bottom;
  height:27vw;
  width:100%;
  background-size: 60% auto;
  padding-top: 58px;
}

.welcome-container .content-info{
  font-family:PingFang SC;
  font-weight:400;
  height:100%;
  min-height:554px;
  width:42vw;
  padding-top: 5px;
}
.welcome-container .content-info h2{
  background-color:#aedadf;
  border-radius:8px;
  font-family:PingFang SC;
  font-size:36px;
  font-weight:400;
  height:68px;
  line-height:68px;
  text-align:center;
  width:406px;
  margin: 0px;
}
.welcome-container .content-info p{
  font-family:PingFang SC;
  font-size:14px;
  font-weight:400;
  line-height:24px
}
.welcome-container .content-info .content-blank{
  height: 0px;
  margin: 0;
}
.welcome-container .content-info .content-more-info{
  margin-top: 24px;
  margin-bottom: 17px;
}
.welcome-container .content-info .link-button{
  background:#fe5000;
  color:#fff;
  cursor:pointer;
  font-size:14px;
  height:32px;
  line-height:32px;
  text-align:center;
  width:92px;
  border-radius: 4px;
}

a,a:link,a:visited,a:hover,a:active{
  text-decoration: none;
  color:inherit;
}
.seismic-footer{
  background:#cfd4da;
  box-sizing:border-box;
  height:98px;
  padding:16px 0;
  text-align:center;
  width:100%;
  position:absolute;
  bottom: 0;
}
.seismic-footer p{
  font-family:ITF Devanagari;
  font-size:14px;
  line-height:22px;
  margin:0
}
@media (max-width:1439px) and (min-width:1280px) {
  .welcome-container{
    padding:58px 48px 100px 48px;
  }
  .welcome-container .content{
    padding-top:0;
    height:33vw;
  }
  .welcome-container .content-info h2{
    margin-bottom: 17px;
  }
  .welcome-container .content-info .content-blank{
    height: 61px;
    margin: 0;
  }
}

@media (max-width:1279px) and (min-width:1024px) {
  body{
    min-height: 1366px;
    height: 100%;
  }
  .welcome-container{
    padding:58px 48px 100px 48px;
  }
  .welcome-container .content {
    height:1146px;
    width:100%;
    background-size: 100% auto;
    padding-top:0;
  }
  .welcome-container .content-info {
    width: 100%;
  }
  .welcome-container .content-info h2{
    margin-bottom: 17px;
  }
  .welcome-container .content-info .content-blank {
    height: 75px;
    margin: 0;
  }
}
@media (max-width:1023px) and (min-width:768px) {
  body{
    min-height: 1194px;
    height: 100%;
  }
  .welcome-container{
    padding:58px 48px 100px 48px;
  }
  .welcome-container .content {
    height:950px;
    width:100%;
    background-size: 100% auto;
    padding-top:0;
  }
  .welcome-container .content-info {
    width: 100%;
  }
  .welcome-container .content-info h2{
    margin-bottom: 17px;
  }
  .welcome-container .content-info .content-blank {
    height: 75px;
    margin: 0;
  }
}
@media (max-width:767px) {
  body{
    min-height: 826px;
    height: 100%;
  }
  .welcome-container .app-logo{
    height:25px;
  }
  .welcome-container{
    padding:30px 16px 100px 16px;
  }
  .welcome-container .content {
    height:650px;
    width:100%;
    background-size: 100% auto;
    padding-top:0;
  }
  .welcome-container .content-info {
    width: 100%;
  }
  .welcome-container .content-info h2{
    font-size:22px;
    margin-bottom: 17px;
    width: 100%;
    height: 60px;
    text-align: center;
  }
  .welcome-container .content-info .content-blank {
    height: 30px;
    margin: 0;
  }
  .seismic-footer p{
    font-size:11px;
  }
}
