
    @import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

      body {
      /* background-color: #f5f5f5; */
      font-family: sans-serif;
      padding: 1.5rem;
      font-family: "Funnel Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
      background-image:url('assets/img/bg.png'); 

      }

    .login-container {
      max-width: 380px;
      margin: 45px auto;
      /* background: #fff; */
      border-radius: 15px;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
      padding: 10px;
      text-align: center;
    }

    .logo-section {
      /* background: #ffcc00; */
      color: #000;
      padding: 15px;
      border-radius: 10px;
      margin-bottom: 20px;
      text-align: center;


    }

    .btn-login {
      /* background-color: #ffcc00; */
      color: #000;
      font-weight: 600;
      width: 100%;
      border-radius: 10px;
      padding: 10px;
      border: none;
    }
    /* .btn-login:hover {
      background-color: #e6b800;
    } */

    .logo-section .login-title{
      color: #EC4E1D; 
      font-weight: bold;
      margin-bottom: 1.5rem;
      font-size: 30px;
    }

    .logo-section .login-subtitle{
      font-weight: 500;
      font-size: 20px;

    }

    .form-control{
      padding: 10px;
      border: 2px solid #F28968;
      background-color: #FEF8F6; 
    }

    .form-label{
      font-weight: bold;
    }

    .bottom-link{
      color: #EC4E1D; 
      font-weight: bold;
      text-decoration: none;
    }

        .primary-btn {
  background-color: #EC4E1D;
  border-radius: 10px;
  box-shadow: #F9CBBD 0 8px 13px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.primary-btn:hover {
  box-shadow: #FCE2D9 0 16px 32px;
  transform: scale(1.01) ;
}

