/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2") format("woff2"),
url("./fonts/bootstrap-icons.woff") format("woff");
}

.fa::before,
[class^="fa-"]::before,
[class*=" fa-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  font-size: 20px;
  font-weight: bold !important;
  margin-right: 6px;
  margin-bottom: -6px;
  color: gray;
}

.fa-keycloak::before { content: "\f1be";}
/*
.fa-keycloak::before { content: "\f600"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
*/

.material-half-bg {
  background-color: #E7E2D8;
}
.material-half-bg .cover {
  background-color: #296095;
}
.login-content .login-box {
	border: 1px solid #337;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 	0px 0px 15px 3px rgba(0,0,0,0.5);
	box-shadow: 		0px 0px 15px 3px rgba(0,0,0,0.5);	
}

.login-content .login-box .local-login-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.login-content .login-box .local-login-form {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.login-content .login-box.local-login .login-form {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.login-content .login-box.flipped .forget-form {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.login-content .login-box.local-login {
  min-height: 500px;
  min-height: 400px;
}

.login-content .login-box.local-login .local-login-form {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

@media (max-width: 351px) {
  .login-content .login-box .local-login-form {
    width: 100%;
  }
}



.login-content .logo h1 {
	/* font-family: "Niconne"; */
	font-family: Arial, Helvetica, sans-serif;
  font-size: xx-large;
	color: white;
}

.login-content .login-box {
  min-height: 440px;
  min-height: 300px;
}



.btn-primary {
  --bs-btn-color: #FFF;
  --bs-btn-bg: #4980B5;
  --bs-btn-border-color: #0073A6;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #296095;
  --bs-btn-hover-border-color: #094075;
  --bs-btn-focus-shadow-rgb: 38, 116, 128;
}

.form-control:focus {
  border-color: #094075;
}

.form-check-input:checked {
  background-color: #296095;
  border-color: #296095;
}

a {
  color: #0073A6;
  color: #aaa;
  font-size: large;
  text-decoration: none;
}
a:hover {
  color: #094075;
}
a i{
  color: #777;
  color: #094075;
}

/* KeyCloak button */
.btn.btn-social.btn-keycloak {
  color: black;
  border: 1px solid gray;
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 48px;
  width: 270px;
  background-color: #bfb;
  font-size: large;
}

.message{
	background-color: green;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 3px;
}

.message.error{
	background-color: red;
	color: white;
}

.message.success{
	background-color: green;
	color: white;
}

.message.warning{
	background-color: yellow;
	color: black;
}
