/*@screen-xs-min: 320px;
@screen-sm-min: 768px;
@screen-xs-max: (@screen-sm-min - 1);
@screen-md-min: 992px;
@screen-sm-max: (@screen-md-min - 1);*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Roboto');*/
/* poppins-regular - devanagari_latin_latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('google-fonts/poppins-v6-devanagari_latin_latin-ext-regular.eot');
  src: local('Poppins Regular'), local('Poppins-Regular'), url('google-fonts/poppins-v6-devanagari_latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-regular.svg#Poppins') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* poppins-500 - devanagari_latin_latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('google-fonts/poppins-v6-devanagari_latin_latin-ext-500.eot');
  src: local('Poppins Medium'), local('Poppins-Medium'), url('google-fonts/poppins-v6-devanagari_latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-500.woff') format('woff'), /* Modern Browsers */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-500.svg#Poppins') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* poppins-600 - devanagari_latin_latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('google-fonts/poppins-v6-devanagari_latin_latin-ext-600.eot');
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('google-fonts/poppins-v6-devanagari_latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('google-fonts/poppins-v6-devanagari_latin_latin-ext-600.svg#Poppins') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('google-fonts/roboto-v18-latin_latin-ext-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('google-fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('google-fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('google-fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */ url('google-fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('google-fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.animer {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.animer-delay {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.border-radius-no {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.border-radius-small {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.border-radius-medium {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.border-radius-big {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -ms-border-radius: 300px;
  -o-border-radius: 300px;
  border-radius: 300px;
}
/* Form */
.form {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  /* top: 50%;
   transform: translateY(-50%); */
  background: #e4002b;
  /*background: -moz-linear-gradient(45deg, @TS-red-grad-color 0%, @TS-red-grad2-color 100%);
  background: -webkit-linear-gradient(45deg, @TS-red-grad-color 0%, @TS-red-grad2-color 100%);
  background: linear-gradient(45deg, @TS-red-grad-color 0%, @TS-red-grad2-color 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@TS-red-grad-color', endColorstr='@TS-red-grad2-color', GradientType=1);*/
  top: 50%;
  transform: translateY(20%);
}
.form .form-group {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 36px !important;
}
.form label {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: left;
  margin-bottom: 3px;
}
.form input {
  outline: 0;
  background-color: #ffffff !important;
  width: 100%;
  border: 1px solid #dee2e6;
  margin: 0;
  padding: 10px 12px;
  box-sizing: border-box;
  font-size: 1.165em;
  color: #232324;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.form input:active,
.form input:focus {
  background-color: #f5f5f5 !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.form input[type="password"] {
  font-size: 1.143em;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset;
}
.form button {
  position: relative;
  outline: 0;
  background: #232324;
  border: 0;
  padding: 12px 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #FFFFFF !important;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form button:hover {
  padding: 12px 35px 12px 45px;
  background: #232324 !important;
}
.form button::before {
  width: 20px;
  height: 20px;
  position: absolute;
  content: '\e92f';
  display: inline-block;
  text-align: center;
  line-height: 27px;
  top: 12px;
  left: 15px;
  transform: rotate(-90deg);
  opacity: 0;
  font-family: 'icomoon';
  color: #ffffff;
  font-weight: normal;
}
.form button:hover::before {
  opacity: 1;
  left: 20px;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #EF3B3A;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}
/* END Form */
/* Demo Purposes */
html {
  height: 100%;
}
body {
  background: url("../ressources/images/template/image-login.jpg") no-repeat right top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  height: 100%;
  display: block;
  background-size: cover;
  background-position-x: 0;
}
/*body {
    content:"";
    position:absolute;
    top:0;
    right: 0px;
    display:block;
    background:url("../ressources/images/template/image-login.jpg") no-repeat right top;
    background-size:cover;
    width:50%;
    height:100%;  
}*/
.row {
  height: 100%;
  margin: 0;
}
/*.row > div {
    background: @TS-red-grad-color;
    background: -moz-linear-gradient(45deg, @TS-red-grad-color 0%, @TS-red-grad2-color 100%);
    background: -webkit-linear-gradient(45deg, @TS-red-grad-color 0%,@TS-red-grad2-color 100%);
    background: linear-gradient(45deg, @TS-red-grad-color 0%,@TS-red-grad2-color 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@TS-red-grad-color', endColorstr='@TS-red-grad2-color',GradientType=1 );
    height:100%;
}*/
#logo {
  position: relative;
  margin-bottom: 50px;
}
#logo::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  background: #b10021;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
}
#etablissement {
  color: #ffffff;
  font-size: 1.4em;
}
#remember {
  text-align: center;
  margin: 35px 0 40px;
}
#remember label {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
}
.validationMessage {
  color: #ffffff;
  font-weight: bold;
}
#partenaires {
  position: absolute;
  display: flex;
  bottom: 0;
  background-color: #FFF;
  width: 100%;
  height: 65px;
}
