


html { height: 100%;}
body{ min-height: 100%;}
.bg-img { background: url(../images/bg-img.png) no-repeat center 105px; background-size: cover; height: 100%; }
.custom-bg-light { background-color: #fff !important;}
.custom-bg-light.navbar-expand .navbar-nav .nav-link {color: #BE5050;} 
.logo {width: 470px; margin: auto;}
.logo img {width: 100%;}

.cust-head {color: #BE5050; font-family: 'Montserrat', sans-serif; font-size: 18px; padding-top: 10px; text-align: center; padding-bottom: 10px; border-top: #ECECEC solid 1px; border-bottom: #ECECEC solid 1px;
   }
.cust-mt-5 { margin-top: 25px;}
p {color: #333333; font-size: 14px; font-family: 'Montserrat', sans-serif; line-height: 22px;}



  @media screen and (max-width: 767px) {
    .mx-auto-none {
        margin-right: auto !important;
        margin-left: auto !important;
      }
    .logowrap {
        padding-top: 10px !important;
    }
    .bg-img {
        background-size: contain;
        background-position: bottom center;
    }
  }

  @media screen and (max-width: 500px) {
    .logo {
        width: 290px;
        margin: auto;
    }
    .textarea {
        padding: 15px;
        border-radius: 20px;
        background-color: rgba(255,255,255,0.5);
    }
    html { height: unset;}
  }