/**
* Copyright (C) 2000 - 2019 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a special exception to the terms and conditions of version 3.0 of
* the GPL, you may redistribute this Program in connection with Free/Libre
* Open Source Software ("FLOSS") applications as described in Silverpeas's
* FLOSS exception. You should have received a copy of the text describing
* the FLOSS exception, and it is also available here:
* "http://repository.silverpeas.com/legal/licensing"
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@import url("normalize.min.css");
@import url("stylesheet.css");

body {
	background:#FFF url(../imgDesign/fond-login.jpg) fixed no-repeat;

}

html,button,body, td, div, a , input, select, textarea, #myProfileFiche .statut, .textePetitBold{
	font-family:"CLAASNeueHelvetica45Light", "HelLight",Arial,sans-serif;
	font-size:14px;
	letter-spacing:0.05em;
}


/************* personnalisation des formulaires$ ********************/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-align: left;
}


#top {
  background-color: #5399d4;
  height: 35px;
  margin-bottom: 40px;
  color: #FFFFFF;
  line-height: 35px;
}

#top a {
  color: #FFFFFF;
}

.clear {
  clear: both;
}

.page,
#login-socialnetwork {
  margin: 0px auto;
  width: 386px;
  position: relative;
  z-index: 1;
}

.page {
  padding-top: 38px;
  margin-top: 84px;
}

#login-socialnetwork {
  text-align: left;
  padding-left: 351px;
  z-index: 3;
  margin-bottom: -120px;
  padding-bottom: 27px;
  background: transparent url("util/icons/external/deco-login-btn.png") 350px bottom no-repeat;
}

#login-socialnetwork a {
  display: block;
  clear: left;
  width: 164px;
  padding-left: 30px;
}

#background {
  background:#FFF;
}

#background .submit {
  color: #666666;
  text-decoration: none;
  font-weight: 500;
}

#background div.submit {
  position: absolute;
  top: 310px;
  width: 448px;
  text-align: center;
  padding: 5px
}

#backgroundBig {
  background: url(../imgDesign/fd-login.png)  top center no-repeat;
  min-height: 524px;
}

#backgroundBig .submit {
  color: #666666;
  text-decoration: none;
  font-weight: 500;
  position: static;
}

#backgroundBig div.submit {
  position: absolute;
  top: 410px;
  width: 448px;
  text-align: center;
  padding: 5px
}

.cadre {
  /*height:285px;*/
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom:5em;
  width: 386px;
}

.cadre > p {
	padding:1em 2em 0;
}
input {
  display: block;
  padding: 5px;
  width:315px;
  text-align: left;
}

select {
 
  padding: 5px;
  width: 315px;
  text-align: left;
  float: left;
}

select option {
  text-align: left;
}

#header {
  margin-bottom: 18px; 
}
#header .logo {
  position:absolute;
  top:0;
  
}

.titre {
	display:none;
}
.information {
  float: right;
  margin-top: 30px;
  font-size: 14px;
  padding-right:1em;
  text-transform:uppercase
}

.information span {
  background-color:#FFF;
  color: red;
}

p label {
  display: block;
  margin-bottom: 10px;
  /*padding-bottom:5px;*/
}

p label span {
	display: block;
	padding: 8px 0px 4px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #2a2a2a;
	text-align: left;
}

#formLogin .submit {
     background-color: rgb(179, 198, 24);
	 display:block;
	 width:100%;
	     border: 0;
    padding: 14px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    transition: 0.2s ease-in-out;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
	position: absolute;
	bottom:-4px;
	left: 0;
	right: 0;
	text-align:center
}
#formLogin .submit:hover {
     background-color:#778410;
}

#formLogin .submit span {
	text-align:center;
}
#formLogin .submit span span {
	font-size:16px;
}
#formLogin .submit span span:after {
	content:" >";
	display:inline;
	font-family:comic sans ms;
}

#formLogin .submitWithOneDomain {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.caractere {
  height: 44px;
}

.noDisplay {
  display: none;
}

.forgottenPwd {
	position:absolute;
	bottom:6em;
}
.forgottenPwd a {
  font-size: 12px;
  color:rgb(179, 198, 24);
  font-weight: normal;
  margin:2em 0;
  display:block;
}

.rememberPwd {
  font-size: 12px;
  color:#FFF;
  font-weight: normal;
}

.changePwd {
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
}

.passwordRules {
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
}

.passwordRules a {
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
}

#storePassword {
  background-color: transparent;
  border: 0px;
  display: inline;
  padding-bottom: 0px;
  width: 15px;
  text-align: left;
  vertical-align: middle;
  margin-left: 5px;
}

.questionSelection {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  width: 300px;
}

#question {
  width: 400px;
}

.fnfinformation {
  float: right;
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

.fnfinformation ul li {
  padding-left: 5px;
  margin-left: 25px;
  text-align: left;
}

a.submit, a.submitWithOneDomain{
	background-color:#2a2a2a;
	color:#FFF;
	display: inline-block;
	border-radius:8px;
	line-height: 31px;
	text-decoration: none;
	padding:0 1em;
	margin-top:1em;
}


a.submit span span, a.submitWithOneDomain span span {
  display: block;
  font-size: 12px;
  text-decoration: none !important;
  color:#FFF;
}

#copyright {
	color:#FFF;
	background-color:#656565;
	text-align:center;
	position:absolute;
	bottom:-2em;
	right:0;
	left:0;
}

#copyright 	a{
	color:#FFF;
}
#content-terms-of-service {
  clear: both;
  float: none;
  height: 271px;
  overflow: auto;
  text-align: left;
  padding-top: 1em;
}

#content-terms-of-service * {
  text-align: left;
}

#splash #top {
  background-color: #f48250;
  }

#splash a.submit,
#splash #no-more{
		display:inline-block;
		width:auto;
		margin:10px 10px 10px 0;
}