.navbar .nav-item {
    cursor: pointer;
  }
  .btn.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .btn-primary {
    color: #fff;
    background-color: #243d90;
    border-color: #243d90;
  }
  .navbar .container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    height: unset !important;
    margin-bottom: unset !important;
  }
  .navbar{
    padding: 0rem;
  }
  .navbar .nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    font-family: "Verdana", Sans-serif;
  }
  .loginbutton {
    float: right;
    padding: 11px 30px !important;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px 6px 6px 6px;
    color: white;

  }
  .signupbutton {
    float: right;
    margin:5px;
    padding: 11px 30px !important;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px 6px 6px 6px;
    color: #064ca1;
    background-color: #FFFFFF;
    border: 1px solid #064ca1;
  }
  .signupbutton-mobile {
    /* width:90%; */
    /* margin-left: 5%; */
    margin-top: 2px;
    color: #064ca1;
    background-color: #FFFFFF;
    border: 1px solid #064ca1;
  }
  .nav-scroll .navbar-brand img {
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  logo-brand {
    width: auto;
    display: unset !important;
    height: 60px;
  }
  .app_login_title{
    margin-bottom: unset !important;
    color: #faac35 !important;
    font-size: small;
    background-color:#243d90 !important;
    display: none;
  }
  .main-page-title-name {
    background-position: 0;
    opacity: 1;
    transform: translate(0);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .banner-app_login_title{
    padding:15%;
  }
  @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 100%;
    }
  }
  @media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
      max-width: 100%;
    }
  }
  @media (min-width: 768px) {
    .container, .container-md, .container-sm {
      max-width: 100%;
    }
  }
  @media (min-width: 576px) {
    .container, .container-sm {
      max-width: 100%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 100%x;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 100%;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 100%;
    }
  }
  @media (min-width: 576px) {
    .container {
      max-width: 100%;
    }
  }
  @media (max-width: 991px) {
    .loginbutton {
       display: none;
    }
    .signupbutton {
       display: none;
    }
}
@media (min-width: 992px) {
    .loginbutton {
       display: unset;
    }
    .signupbutton {
       display: unset;
    }
}
@media (max-width: 991px) {
    .loginbutton-mobile {
       display: unset;
    }
    .signupbutton-mobile {
       display: unset;
    }
}
@media (min-width: 992px) {
    .loginbutton-mobile {
       display: none;
    }
    .signupbutton-mobile {
       display: none;
    }
}
.logo-brand {
    width: 150px;
    display: inline-block;
    height: 60px;
}
.forgotform{
  display:none;
}

.errorMsg{
  display:none;
}
.navbar{
  position: sticky !important;
  top:0 !important;
}

.navbar .active{ 
  font-size: 20px;
  font-weight: 900;
}
.container-height {
  height: 80px !important;
  margin-bottom: -12px !important;
  line-height: 20px !important;
}
.text-size{
  font-size: 1rem !important;
}
.overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255,255,255,0.8) url("{{ asset('assets/img/Preloader_11.gif') }}") center no-repeat;
}
.navbar-ul{
  margin: auto;
}
.bsk-abtn{
  width:100%;
  height:50px;
}
.pbsk{
  text-align: center;
  margin-top:10px
}
.btnforgot{
  cursor: pointer;
}