/**
* 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:#aad9d8;

}

/************* 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;
  border-radius:38px;
}

#background .submit {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}

#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: bold;
  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:9em;
  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: -2em;
  left: 0.75em;
}

.titre {
	display:none;
}
.information {
  float: right;
  margin-top: 30px;
  font-size: 14px;
  padding-right:1em;
  font-weight:300;
  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: 400;
	color:#447b99;
	text-align: left;
}

#formLogin .submit {
	background:#e9f1f6 url(../imgDesign/login-enter.png) bottom right no-repeat;
	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: #083555;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	bottom:-4px;
	left: 0;
	right: 0;
	text-align:center;
	border-radius:0 0 38px 38px;
}
#formLogin .submit:hover {
     background-color:#083555;
}
#formLogin .submit:hover span span{
     color:#FFF;
}

#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;
}

.cadre > p:last-child {
	position:absolute;
	bottom:6em;
	display:block;
	margin:2em 0;
}
.forgottenPwd a,
.changePwd  a ,
.passwordRules a {
  font-size: 12px;
  color:#e43847;
  font-weight: normal;
}

.rememberPwd {

}

.passwordRules {

}
 

#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: #083555;
}

#copyright {
	color:#083555;
	text-align:center;
	position:absolute;
	bottom:-5em;
	right:0;
	left:0;
	padding:1em 0;
}

#copyright 	a{
	color:#083555;
}
#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;
}

#termsOfServiceAcceptance a.submit {
	background-color: #FFF;
}
