@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Open+Sans&family=Poppins&family=Roboto&display=swap');

body , html{
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: Poppins, Helvetica, "sans-serif";
  display:block;
}

body{
    background: url("../img/city.svg");
    background-size:cover;
    background-position: center;
}

#maincard{
    position: fixed;
    top: 50%;
    right: 50%;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 15px 4px rgba(0,0,0,.12)!important;
    height: 70%;
    width: 70%;
    transform: translate(50%,-50%);
    background-color: white;
}

#logodiv img{
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%,10%);
    position: relative;
}

#maininfodiv{
    top: 50%;
    left: 10%;
    transform: translate(0%,-20%);
    position: relative;
}

.mb-4 p{
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .mb-4 p img{
    height: 1.8rem;
    margin-right: 10px;
  }