@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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');
    body {
      margin: 0;
      padding: 0;
      background-image: url('../images/background.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh;
      font-family:"Montserrat", Arial, sans-serif;
    }

.card{

  /*width: 550px;*/
  border:none;

}
.btr{

  border-top-right-radius: 5px !important;
}


.btl{

  border-top-left-radius: 5px !important;
}

.btn-dark {
    color: #fff;
    background-color: #172572;
    border-color: #172572;
}


.btn-dark:hover {
    color: #fff;
    background-color: #172572;
    border-color: #172572;
}


.nav-pills{

  display:table !important;
  width:100%;
}

.nav-pills .nav-link {
    border-radius: 0px;
        border-bottom: 1px solid #0d6efd40;

}

.nav-item{
      display: table-cell;
       background: #0d6efd2e;
}


.form{

  padding: 10px;
  /*height: 270px;*/
}

.form input{

  margin-bottom: 12px;
  border-radius: 3px;
}


.form input:focus{

  box-shadow: none;
}


.form button{

  margin-top: 20px;
}
.login-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
} 
.login-title .large-text {
  /* text-align: center!important;
  margin-bottom: 20px; */
  font-size: 24px;
  /* color: #ffffff; */
  font-weight: bold;
}

.login-title .small-text {
  /* text-align: center!important;
  margin-bottom: 20px;
  color: #ffffff; */
  font-size: 16px; 
  font-weight: normal;
}