/* ========================================================
*
* Melon - Flat & Responsive Admin Template
*
* ========================================================
*
* File: login.css
* Description: Login template styling
* Version: 1.0
*
* ======================================================== */

@font-face {
  font-family: 'montserratsemibold';
  src: url('montserrat-semibold-webfont.woff2') format('woff2'),
  url('montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('font/montserratalternates-light-webfont.woff2') format('woff2'),
  url('font/montserratalternates-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratsemibold';
  src: url('font/montserratalternates-semibold-webfont.woff2') format('woff2'),
  url('font/montserratalternates-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titillium';
  src: url('font/titillium-web-v6-latin-regular.woff2') format('woff2'),
  url('font/titillium-web-v6-latin-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titilliumB';
  src: url('font/titillium-web-v6-latin-regular.woff2') format('woff2'),
  url('font/titillium-web-v6-latin-regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.login {
  background-color: #f9f9f9;
  padding-top: 60px;
  /* Helper */

}

body{
  background: url('../img/bg_login.png');
  background-repeat: no-repeat;
  background-size: cover;
  color:white;
  
  font-weight: normal;
}


.form-vertical .form-group {
     padding-left: 0; 
     padding-right: 0;
}

body
.login .single-sign-on,
.login .footer {
  margin: 0 auto;
  text-align: center;
  margin-left: 60%;
  margin-top: 10%;
}
body .logo {
  margin-left: 50px;
  padding: 10px;
  font-size: 23px;
  margin-top: 60px;
  display: none;
}

body .login-us {
    position: fixed;
    right: -110px;
    top: 0;
    height: auto;
    min-height: 100%;
    padding: 25px 105px 0 25px;
    color: #76838f;
    width: 820px;
    z-index: 99;
    display: flex;
    align-items: center;
}

body .box .content {
    background: #fff;
    width: 100%;
    padding: 25px;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}
body .box form {
  padding: 0;
  margin: 0;
}
body .box .form-title {
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
}

body .box .form-group {
    text-decoration: none;
    font-size: 14px;
    color: #76838f;
    -webkit-font-smoothing: antialiased;
    
    font-weight: lighter;
}


body .box .form-actions {
  background: none;
  border-top: none;
  padding: 10px 0;
  margin: 0;
}

body .title{
    text-align: left;
    
    color: #333;
    font-size: 28px;
    font-weight: 600;
}
body .sous-title{
  text-align: center;
  margin: 5px 0px 40px 0px;
 
}

#username{
  border-radius: 0px;
  text-align: left;
  
  font-weight: lighter;

  box-sizing: border-box;
  height: auto;
  border: 1px solid #e4eaec;
 
  background-color: #fff;
  color: #76838f;
  padding: 10px!important;
}
#password{
  border-radius: 0px;
  text-align: left;
  
  font-weight: lighter;

  box-sizing: border-box;
  height: auto;
  border: 1px solid #e4eaec;
 
  background-color: #fff;
  color: #76838f;
  padding: 10px!important;


}
.submit{
    color: #fff;
    text-align: center;
    
    font-weight: lighter;
    border-color: #1b3b6c;
    background-color: #1b3b6c;
    display: block;
    width: 100%;
    border-radius: .215rem;
    font-size: 16px!important;
    margin-top: 25px;
    padding: 8px 12px;
    height: auto!important;
    line-height: 1.428571429;
    -webkit-font-smoothing: antialiased;
}

.input-icon i{
  color: #ffd60a;
  font-size: 20px;
}

#remember_me{
  margin-right: 10px;
}

input::-webkit-input-placeholder {
  color: white;
}

body.box .input-icon input {
  border-left: 2px solid #4d7496;
}
body .box .has-error .input-icon input {
  border-left-color: #b94a48;
}
body .box .has-success .input-icon input {
  border-left-color: #468847;
}
body .box .checkbox {
  margin-top: 7px;
}
body .box .inner-box {
  background-color: #f9f9f9;
  border-top: 1px solid #c0c0c0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
body .box .inner-box .content {
  padding: 12px 30px;
  text-align: center;
}
body .box .inner-box a {
  color: #555555;
  font-size: 12px;
  font-weight: 600;
}
body .box .inner-box a:hover {
  text-decoration: none;
  color: #4d7496;
}
body .box .inner-box .close {
  font-size: 12px;
  margin-top: -3px;
  margin-right: -20px;
}
body .box .inner-box .close.hide-default {
  display: none;
}
body .box .inner-box form {
  margin-top: 10px;
  margin-bottom: 10px;
}
body .box .inner-box a + form {
  margin-top: 20px;
}
body .box .inner-box .form-group {
  margin-bottom: 10px;
}
body .box .inner-box .forgot-password-done {
  padding: 10px 0;
}
body .box .inner-box .forgot-password-done .success-icon,
body .box .inner-box .forgot-password-done .danger-icon {
  display: block;
  font-size: 30px;
  padding: 15px;
  padding-top: 0;
}
body .box .inner-box .forgot-password-done .success-icon {
  color: #94b86e;
}
body .box .inner-box .forgot-password-done .danger-icon {
  color: #e25856;
}
body .box .inner-box .forgot-password-done span {
  font-weight: 600;
}
body .single-sign-on {
  width: 350px;
  padding: 15px 0;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
body .single-sign-on:hover {
  opacity: 1;
}
body .single-sign-on span {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #888888;
}

body .single-sign-on .btn i {
  padding-right: 5px;
}
body .footer {
  width: 350px;
  padding-top: 30px;
}
body .footer a {
  font-size: 13px;
  color: #6f6f6f;
}
body .footer a:hover {
  text-decoration: none;
  color: #4d7496;
}
body .spacing-top {
  padding-top: 7px !important;
}
