body{
  overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.logo{
    width:7%;
    height:7%;
}
.card-img-top{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.admin-image{
    width: 100px;
    object-fit: contain;
}
.bb {
    margin: 0;
    padding: 0;
    background-color: #17a2b8;
    height: 100vh;
  }
  #login .container #login-row #login-column #login-box {
    margin-top: 120px;
    max-width: 600px;
    height: 320px;
    border: 1px solid #9C9C9C;
    background-color: #EAEAEA;
  }
  #login .container #login-row #login-column #login-box #login-form {
    padding: 20px;
  }
  #login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px;
  }
  .none{
     text-decoration: none;
   }
.pic{
    width: 90%;
    /* height: 100%; */
    border-radius: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
    
}
.brand-link {
  color: #117522; /* Default color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s; /* Smooth transition */
}

.brand-link:hover {
  color: #ff6600; /* Change to your desired hover color */
}

/* Base styles */
.phone-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #28a745;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensure it's on top of other content */
}

/* Styles for phones (width less than 576px) */
@media (max-width: 576px) {
  .phone-icon {
    bottom: 10px; /* Adjust bottom position */
    right: 10px;  /* Adjust right position */
    padding: 8px; /* Adjust padding for smaller screens */
  }

  .phone-icon a {
    font-size: 16px; /* Adjust font size for smaller screens */
  }
}

/* Styles for tablets (width between 576px and 768px) */
@media (min-width: 576px) and (max-width: 768px) {
  .phone-icon {
    bottom: 15px; /* Adjust bottom position */
    right: 15px;  /* Adjust right position */
    padding: 10px; /* Maintain padding */
  }

  .phone-icon a {
    font-size: 17px; /* Adjust font size for tablets */
  }
}

/* Hover effect */
.phone-icon:hover {
  background-color: #218838;
}

.phone-icon a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.phone-icon a i {
  margin-right: 5px;
}


