/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/shared/css/paf-loader.css ***!
  \*********************************************************************************/
.paf-loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin:auto;
  margin-bottom:50vh;
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:fixed;
  z-index: 100;
  animation: paf-spin 2s linear infinite;
}

@keyframes paf-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-div {
  display:table;
  background:rgb(193,193,193,0.8);
  position:fixed;
  top:0px;
  left:0px;
  padding:30px;
  width:100%;
  height:100vh;
  z-index:10000
}

.loading-div-cell {
  height:50vh;
}

.loading-div-row {
  display:table-row;
  vertical-align:top;
  text-align:center;
  height:50vh;
}
.loading-div-row span {
  font-size: 16pt;
}
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/shared/css/login.css ***!
  \****************************************************************************/

.login-wrapper {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
}
.background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.6;
    height: 100vh;
    z-index: 1;
}
.login-button {
	width:100%;
}
.login-container {
	position: relative;
	border-radius: 10px;
	text-align: left;  
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px 20px;
	min-width: 600px;
	justify-content: space-between;
}
.login-form-container {
	min-width: 400px;
}
.top-left-logo {
	opacity: 1;
	position: absolute;
	width: 100%;
	bottom: 90%;
	z-index: 10;
	cursor: pointer;
}
.bottom-left-logo {
	opacity: 1;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 10;
	cursor: pointer;
}
.bottom-right-logo {
	opacity: 1;
	position: absolute;
	width: 100%;
	bottom: 10px;
	cursor: pointer;
	z-index: 10;
}
.top-right-contacts {
	position: relative;
	top: 10px;
	z-index: 10;
}
.login-link {
	color: blue;
}


/*# sourceMappingURL=index-84b693934c65c76b8ec8.min.css.map*/