/*Write your custom css in this file.*/


.form-signin {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-signin .bg-white {
  background: transparent !important;
  border: none !important;
}


.form-signin .bg-white .card-header {
  background-color: transparent !important;
  color: inherit;
  font-weight: bold;
  border-color: #f1f1f5;
  padding: 12px 16px;
  border: none !important;
}

.form-signin .card-body.p30.rounded-bottom {
  padding-top: 0 !important;
}

.form-signin .card {
  box-shadow: none !important;
}


/* EVENTUALLY REM FROM SCRIPTS */

.bwhide {
  display: none !important;
}

#topbar-search-btn {
  display: none !important;
}

#quick-add-button {
  display: none !important;
}

#topbar-language-dropdown {
  display: none !important;
}