@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html{
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    background-image: url("/images/client_apartmedia/bg-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -150px;
  }
  .cp-background {

    background-image: url("/images/client_apartmedia/cp-bg-img.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position-y: -70px; 
  }
  .portal-navbar {
      width: 100%;
    display: flex;
    justify-content: space-between;
    background: white;
    border: 0;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 6%);
    position: sticky;
    top: 0;
    z-index: 9;
    margin-bottom: 0;
    /* margin: 0 -28px; */
  }
  .portal-navbar .navbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .custom-container{
      height: calc(100vh - 147px);
  }
  .brand{
      width: 190px;
  }
  .row.blue{
      display: none;
  }
  .navbar-nav > li > a {
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .portal-navbar .brand img{
    width: 100%;
  }
  .footer {
    background: #125fa4;
    padding: 20px 0;
    color: white;
    font-size: 16px;
    margin-top: 9px;
    /* position: fixed;
    bottom: 0;
    width: 100%; */
  }

  .footer a {
    color: white;
  }
  .card {
    width: 30%;
    display: inline-block;
    padding: 35px 25px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-left: 120px;
    margin-top: 50px;
    background: #fff;
}
.custom-container .form-horizontal .form-group{
    margin: 0 0 15px;
}
#cookie-popup{
    top: unset !important;
    bottom: 0px !important;
}
@media screen and (max-width: 768px) {
    body{
        background-position-y: 0;
    }
    .navbar-right-inner {
      display: none;
    }
    .navbar-toggle {
      background: transparent;
      border: 0;
    }
    .navbar-toggle .icon-bar {
      /* color: white; */
      height: 4px;
      border-radius: 17px;
    }
    .custom-container{
        text-align: center;
    }
    .card{
        width: 90%;
        margin: 90px auto 0;
    }
  }
