﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: url('../Fonts/Roboto/Roboto-Regular.ttf') format('ttf'), url('../Fonts/Roboto/Roboto-Regular.woff') format('woff');
  /* old browsers */
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/Roboto/Roboto-Medium.ttf') format('ttf'), url('../Fonts/Roboto/Roboto-Medium.woff') format('woff');
  /* old browsers */
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/Roboto/Roboto-Bold.ttf') format('woff');
}
.login-page {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: url("/Content/Images/background.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 600px;
}
.login-body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 18px;
}
.login-body * {
  font-family: Roboto-Medium, Roboto, Tahoma, sans-serif;
  font-size: 1em;
}
.login-body > * {
  height: fit-content;
  background-color: white;
  border-radius: 20px;
  padding-inline: 30px;
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#login-block {
  padding-block-start: 15px !important;
  padding-inline: 0px !important;
}
#app-full-logo {
  width: 400px;
}
#login-block form {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 85%;
}
.field-container-column {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-block: 10px;
}
.field-container-column label {
  padding-block: 5px;
}
#username {
  border-radius: 5px;
  border: 1px #c4c4c4 solid;
  height: 35px;
  background-color: #f7f7f7;
  padding: 3px;
  padding-inline: 6px;
}
.field-container-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.field-container-row span {
  margin-inline: 5px;
}
#login-btn {
  font-size: 1.3em;
  background-color: rgba(72, 172, 53, 0.92);
  color: white;
  width: 100%;
  padding-block: 15px;
  border: 0;
  border-radius: 4px;
  margin-block-end: 15px;
  font-family: Roboto-Bold, Tahoma, sans-serif !important;
  font-weight: 600;
}
#login-btn:hover {
  filter: brightness(85%);
  cursor: pointer;
}
#remember-me-label {
  color: #3F3F3F;
}
#forgotten-password {
  font-size: 0.8em;
  color: #3F3F3F;
}
#login-infos {
  width: 35%;
  color: #3F3F3F;
}
#login-infos * {
  color: #3F3F3F;
}
.separated-title {
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.19);
  padding-block-end: 5px;
  margin-block-end: 15px;
  font-family: Roboto-Bold, Tahoma, sans-serif !important;
  font-weight: 600;
}
#news {
  width: 100%;
}
#critique {
  width: 100%;
  color: red;
}
.error-msg {
  color: #EC0000;
  margin-block-start: 10px;
  margin-block-end: 10px;
  text-align: center;
}
.eye-input {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 3px;
  width: auto;
  height: 35px;
}
.eye-input input {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
}
.field-container-column input {
  border: none;
  background: none;
  outline: none;
}
.fa-eye-slash {
  width: 25px;
  margin-inline: 1px;
}
.fa-eye {
  width: 24px;
  margin-inline: 2px;
}
.fa-eye:hover {
  cursor: pointer;
}
.fa-eye-slash:hover {
  cursor: pointer;
}
#version {
  text-align: end;
}
#version span {
  color: white !important;
  font-family: Roboto-Bold, Tahoma, sans-serif !important;
  font-weight: 600;
  padding-inline: 5px;
  border-radius: 5px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.full-height {
  min-height: 100%;
}
#reset-pwd {
  display: flex;
  width: fit-content;
  padding: 20px;
}
#reset-pwd button {
  align-self: center;
  min-width: 90px;
}
#content {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
}
#description {
  max-width: 500px;
  font-size: 14px;
}