/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 3 janv. 2014, 11:22:43
    Author     : dogierdenis
*/
body,
.body-sf {
  background-color: white !important;
  font-family: Ubuntu, 'Source Sans Pro', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.42857143;
  color: #000000 !important;
  min-height: 100vh;
}
#logo {
  text-align: center;
  background-image: url('/gestion/images/logo-gradient.png') !important;
  background-repeat: no-repeat;
  background-position: center calc(50% + 40px);
}
#icon-login-type {
  padding: 5px 15px 0px 0px;
}
.login-container {
  position: relative;
  width: 500px;
  margin: 0px auto 200px auto;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 6px 10px 2px rgba(10, 31, 94, 0.12);
}
.login-container-mfa:not(.securityCheck) {
  position: relative;
}
.login-container::before,
.login-container-mfa:not(.securityCheck)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  max-width: 1200px;
  height: 1024px;
  transform: translate(-50%, -50%);
  background-color: #0768f4;
  background-image: url('/gestion/images/mask-gradient.png');
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
/* Hack pour éviter une ligne de bordure colorée sur Chrome */
.login-container::after,
.login-container-mfa:not(.securityCheck)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  max-width: 1206px;
  height: 1030px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  z-index: -2;
}
@media (min-width: 1212px) {
  .login-container::after,
  .login-container-mfa:not(.securityCheck)::after {
    border-left: 6px solid white;
    border-right: 6px solid white;
  }
}
.base-text .pwb-glyphs-supportrequest {
  padding-right: 5px;
  vertical-align: middle;
}
.base-text span {
  vertical-align: middle;
}
#base-type {
  padding-left: 28%;
}
.login-container .login-message {
  padding: 5px 15px;
  font-size: 80%;
}
.login-header-new {
  padding: 35px 15px 0px 15px;
  font-size: 15px;
  line-height: 3rem;
  text-align: center;
}
.login-header-new-error {
  padding: 0px 15px;
  font-size: 15px;
  line-height: 2rem;
  text-align: center;
}
.login-header-new-password-change {
  padding: 0px 15px;
  font-size: 15px;
  line-height: 3rem;
  text-align: center;
}
.login-header-new-ldap {
  padding: 35px 15px 0px 15px;
  font-size: 15px;
  text-align: center;
}
.login-header-new .title,
.login-header-new-ldap .title,
.login-header-new-mfa .title {
  font-size: 25px;
  padding-top: 15px;
  font-weight: 600;
  text-align: center;
}
.login-header-new-password-change .title {
  font-size: 25px;
  padding-top: 15px;
  font-weight: 600;
  margin-top: 0px;
}
.login-header-new-error .title {
  font-size: 25px;
  padding-top: 15px;
  font-weight: 600;
  background-color: transparent;
  color: #0f172a !important;
}
.login-content {
  padding: 20px 50px 50px 50px;
}
.login-content,
.login-content label {
  font-size: 15px;
  text-align: left;
}
select,
#pass,
#form_util {
  width: 100%;
  margin: 0px;
}
#pass {
  padding: 6px;
}
.password {
  margin-top: 20px;
}
label {
  font-weight: normal;
}
#pass {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
.input-group {
  width: 100%;
}
.login-btn {
  text-align: center;
  margin-top: 20px;
}
.login-btn .pwb-btn {
  font-size: 18px;
}
.important1 {
  text-align: center;
  font-weight: 600;
}
#imgLogoProweb {
  margin: 80px 0px 40px 0px;
  vertical-align: middle;
  width: 100%;
  max-width: 228px;
}
.eye-icon {
  background-color: transparent;
  border-left: none;
}
.login-container a {
  text-decoration: none;
  cursor: pointer;
}
.login-container a:link,
.login-container a:visited,
.login-container a:active {
  color: #0018a4;
}
.login-container a:hover,
.login-container a:focus {
  text-decoration: underline;
  color: #0018a4;
}
.login-container .login-header-new-error a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
