/*
    Document   : style-2012-login
    Created on : 14 déc. 2012, 15:43:49
    Author     : yannick
    Description:
        Purpose of the stylesheet follows.
*/

header{
    width:100%;
    height:116px;
    margin-bottom:20px;
    background: url('../images/border-bottom-menu.jpg') repeat-x bottom left #1b1b1b;
    display:inline-block;

}

.container{
    max-width:1170px;
    margin:auto;
    width:100%;
}

header .container div {
    color: #B3B3B3;
    float: left;
    font-size: 16px;
    font-weight: lighter;
    margin: 52px 0 42px;
    padding-left: 50px;
    text-transform: uppercase;
}

header .logo {
    float: left;
    margin: 36px 20px;
}

body.login{
    background:#f2f2f2;
}

section.login{
    height:auto;
    max-width:1170px;
    min-width: 450px;
    background:#FFF;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin:auto;
    padding:20px;
    padding-bottom:10px;
}

.sticker-sms-resive{
    margin-right:0px;
    float:right;
    display: block;
    width:158px;
    height:119px;
    color:#333;
}

.sticker-sms-resive div{
    font-size: 20px;
    border-bottom:4px solid #e6e6e6;
    padding-bottom:3px;
    margin-bottom:3px;
}

.two-box{
    width:49%;
    float:left;
    z-index:1000;
}

section.login .box-auth{
    width:100%;
    margin-top:50px;

}

section.login h1{
    font-size:41px;
    margin-bottom:40px;
}

section.login .msg_erreur{
    color:red;
}

section.login table{
    width:100%;
}


section.login table label{
    font-size: 20px;
    color:#4e4e4e;
    text-transform: uppercase;
}

section.login table th{
    padding:20px 0 10px 0;
}

section.login label:after{
    vertical-align: top;
}

section.login label.required:after, section.login .mandatory:before{
    content:"* ";
    font-size: 13px;
    color:red;
}

section.login .mandatory{
    color:#808080;
    padding:20px;
}

section.login input, .field-help, section.login textarea{
    border:solid 1px #a6aaa9;
    width:65%;
    padding:10px;
}

section.login input, section.login textarea{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    -webkit-appearance: none;
}

section.login textarea{
    resize: vertical;
}


input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 20px #ffffff inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #BEBEBE;
}

.field-help{
    border-top:none;
    background: #f3f3f3;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius:0px 0px 8px 8px;
    color:#828282;
    display:none;

}

section.login input[type="submit"]{
    cursor:pointer;
    color:#FFF;
    font-size: 20px;
    text-transform: uppercase;
    background: url('../images/buton-valid.jpg') no-repeat bottom left #313131;
    width:202px;
    height:44px;
    border:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*margin-left:20px;*/
    font-family: verdana, helvetica,sans-serif;
}

.btn-contact {
  display: inline-block;
  margin-bottom: 0;
  color: white!important;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #DE2A46;
  background-image: -moz-linear-gradient(top,#E73551,#D01936);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#E73551),to(#D01936));
  background-image: -webkit-linear-gradient(top,#E73551,#D01936);
  background-image: -o-linear-gradient(top,#E73551,#D01936);
  background-image: linear-gradient(to bottom,#E73551,#D01936);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe73551',endColorstr='#ffd01936',GradientType=0);
  border-color: #D01936 #D01936 #8C1124;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2),0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2),0 1px 2px rgba(0, 0, 0, .05);
  border: 1px solid;
  border-color: #D01936 #D01936 #8C1124;
}
.btn-contact:hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
  color: white;
  background-color: #D01936;
}
/*.btn-contact:hover {
   border-top-color: #1c1b1c;
   background: #1c1b1c;
   color: #ccc;
   text-decoration: none;
   }
.btn-contact:active {
   border-top-color: #202121;
   background: #202121;
   }*/

/*.btn-contact{

}*/

#formContact{
        display:none;
}

section.login a{
        color:#E73551;
}

section.login input[type="submit"]:hover{
    background: url('../images/buton-valid.jpg') no-repeat bottom right #313131;
}

section.login input:focus{
    outline-style: none;
}

/*section.login .infos{
    background:#f2f2f2;
    color:#4E4E4E;
    display:inline-block;
    padding:10px;
    margin-top:10px;
    border:solid 2px #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height:110%;
}*/

.well {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin: 10px 0;
    min-height: 20px;
    padding: 19px;

}

.well li {
    line-height: 20px;
    font-size: 12px;
    list-style:disc;
    margin-left: 20px;
}

.animate-opacity{
    position:relative;
    animation:fadein 1s ease;
    -moz-animation:fadein 1s ease; /* Firefox */
    -webkit-animation:fadein 1s ease; /* Safari and Chrome */
    -o-animation:fadein 1s ease; /* Opera */
}

footer{
    text-align:right;
    position:fixed;

    bottom:0;
    width:100%;
    padding: 5px 30px;
    border-top:1px solid rgba(220,220,220,1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color:#999999;
    background:#1b1b1b;
}
footer a {
  color: inherit;
}

@keyframes fadein
{
    from {opacity:0;}
to {opacity:1;}
}

@-moz-keyframes fadein /* Firefox */
{
    from {opacity:0;}
to {opacity:1;}
}

@-webkit-keyframes fadein /* Safari and Chrome */
{
    from {opacity:0;}
to {opacity:1;}
}

@-o-keyframes fadein /* Opera */
{
    from {opacity:0;}
to {opacity:1;}
}

img{
    max-width:100%;
}