.div-form-signin {
  display: block;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5rem;
}
.form-signin {
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.logo {
  border-radius: 10px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#result-match {
  padding: 30px;
  border-radius: 10px;
  line-height: 2em;
}

.btn {
  background-color: #434779 !important;
}
.left-side-menu {
  position: fixed;
  height: 95vh !important;
}

.left-side-menu li a{
  color: #434779 !important;
}

.alert-danger{
  background-color: #f9e6e6 !important;
}
.text-primary{
  color: #434779 !important;
}
.test-succes{
  color: #e0f5ef !important;
}
.container-fluid {
  max-width: 100% !important;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none !important;
    -webkit-appearance: none !important;
}

body{
  background-color: #dde0ff !important;
}
.card,
canvas {
  background-color: white !important;
}

.g-main{
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-rows: 1fr;
}
.g-main-content{
  margin-top: 4.5rem!important;
}

.g-main-content > div{
  margin: auto;
  margin-bottom: 30px;
  width: 80%;
  max-width: 80%;
}
p{
  word-wrap: break-word
}

.log-success,
.log-error{
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 70%;
  max-width: 70%;
  color: white;
  font-weight: bolder;
}
.log-success{
  background-color: #06a839;
}

.log-error{
  background-color: #cf3434;
}