
@font-face {
    font-family: Lato;
    src: url(../../fonts/lato-regular.eot?#iefix) format('embedded-opentype'),
    url(../../fonts/lato-regular.woff) format('woff'),
    url(../../fonts/Lato-regular.ttf) format('ttf'),
    url(../../fonts/lato-regular.woff2)  format('truetype');
}
@font-face {
    font-family: Lato-bold;
    src: url(../../fonts/lato-bold.eot?#iefix) format('embedded-opentype'),
    url(../../fonts/lato-bold.woff) format('woff'),
    url(../../fonts/Lato-bold.ttf) format('ttf'),
    url(../../fonts/lato-bold.woff2)  format('truetype');
}


*{
    font-family: Lato;
    font-size:15px;
}

.login{
    background: url("../../../img/admin/login/background.png") no-repeat center fixed;
    background-size: auto auto;
    margin:0;
    padding:0;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
}
.login_content{
    padding:15px;
    color:rgba(255,255,255,0.9);
}

input.form-control{
    border-radius:2px !important;
    padding-top:8px !important;
    padding-bottom:8px !important;
    margin-bottom:15px;
}

label{
    font-weight:normal;
}

a{
    color:white;
}
a:hover{
    color:white;
}


.userAction{
    color:rgba(0,0,0,0.8);
}
.labelRegister{
    text-align:left;
    width:100%;
}


a.hiddenanchor {
    display: none
}
.login_wrapper {
    right: 0;
    margin: 5% auto 0;
    max-width: 350px;
    position: relative
}
.cropper .docs-cropped .modal-body>canvas,
.cropper .docs-cropped .modal-body>img,
.cropper .img-container>img,
.cropper .img-preview>img {
    max-width: 100%
}
.login_form,
.registration_form,
.password_form {
    position: absolute;
    top: 0;
    width: 100%
}
.registration_form,.password_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}
.login_form {
    z-index: 22
}
#signin:target~.login_wrapper .login_form,
#signup:target~.login_wrapper .registration_form,
#lostpassword:target~.login_wrapper .password_form
{
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}
#signin:target~.login_wrapper .registration_form,
#signup:target~.login_wrapper .login_form,
#lostpassword:target~.login_wrapper .login_form
{
    animation-name: fadeOutLeft
}


.animate {
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}
.login_box {
    padding: 20px;
    margin: auto
}
.alignleft {
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px
}
.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    min-width: 280px
}

.login_content h1 {
    font: 400 25px Helvetica, Arial, sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px
}
.login_content h1:after,
.login_content h1:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%
}
.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0, #fff 100%);
    right: 0
}
.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0, #fff 100%);
    left: 0
}
.login_content form {
    margin: 20px 0;
    position: relative
}
#username {
    background-position: 10px 10px!important
}
#password {
    background-position: 10px -53px!important
}
.login_content form div a {
    font-size: 12px;
    margin: 10px 15px 0 0
}
.reset_pass {
    margin-top: 10px!important
}
.login_content div .reset_pass {
    margin-top: 13px!important;
    margin-right: 39px;
    float: right
}

.button {
    background: #f7f9fa;
    background: linear-gradient(top, #f7f9fa 0, #f0f0f0 100%);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0
}
#content form .submit,


.alert-success {
    color: #fff;
    background-color: rgba(38, 185, 154, .88);
    border-color: rgba(38, 185, 154, .88)
}
.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, .88);
    border-color: rgba(52, 152, 219, .88)
}
.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, .88);
    border-color: rgba(243, 156, 18, .88)
}
.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, .88);
    border-color: rgba(231, 76, 60, .88)
}

.submit{
    width:100%;
    border:0px;
    border-radius:3px;
    color:white;
    background-color:#469F8B;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:5px;
    transition:0.5s;
}
.submit:hover{
    background-color: #418d7a;
    color:white;
}
.to_lostpass{
    text-decoration:underline;

}
#lost-password-container{
    margin-top:25px;
    margin-bottom:20px;
}
#lost-password:hover,#lost-password:active,#lost-password:focus{
    color:white !important;
    background-color:#469F8B !important;
}

.to_register_in{
    background-color:white;
    color:#333333;
    border-radius:4px;
    padding: 5px 10px;
    font-size:13px;
    text-align:center;
    cursor:pointer;
    width:170px;
    margin: auto;
}
.to_register_in:hover{
    color:#333333;
    text-decoration:none;
}
.title-option{
    font-family:Lato-bold;
    margin-bottom:10px;
}

.logo{
    margin-bottom:50px;
}
.clearfix{
    margin-bottom:15px;
}

.to_base_url{
    color:white;
    text-decoration:underline;
    font-size:12px;
}

#retrieve-password,#to-login{
    width: 100%;
    border: 0px;
    border-radius: 3px;
    color: white;
    background-color: #469F8B;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 5px;
    transition: 0.5s;
}