@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web.regular.ttf');
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/titillium-web.bold.ttf');
}

body {
    overflow: hidden !important;
    font-family: 'Titillium Web';
    color: #4F5355;
}

.container {
    width: auto !important;
}

.container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.login-page {
    height: 100vh;
    overflow: hidden;
    background: #fff;
}

.login-area {
    text-align: center;
    height: 100%;
}

.logo-area-left {
    background-repeat: no-repeat;
    background-size: 101%;
    max-width: 100%;
    height: 100vh;
    background-color: #ffffff;
}

.span-icon {
    margin-top: 25px;
    position: absolute;
}

.logo-area-right {
    background-repeat: no-repeat;
    background-size: 109%;
    height: 100vh;
}

.column {
    flex: 50%;
    max-width: 100% !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
}

.img-eleve {
    margin-top: 25%;
    width: 25%;
}

.input-login {
    margin: 1em !important;
    width: 55% !important;
    height: 5vh !important;
    border: 0px !important;
    color: #4F5355 !important;
    border-bottom: 1px solid rgba(79, 83, 85, 0.3) !important;
}

.input-login::placeholder {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #4F5355 !important;
    position: relative !important;
}

.input-password {
    margin: 1em !important;
    width: 55% !important;
    height: 5vh !important;
    font-size: 14px !important;
    border: 0px !important;
    color: #4F5355 !important;
    border-bottom: 1px solid rgba(79, 83, 85, 0.3) !important;
}

.input-password::placeholder {
    font-weight: 900 !important;
    font-family: 'Titillium Web' !important;
    font-size: 14px !important;
    position: relative !important;
}

.login-button {
    margin-top: 2em !important;
    width: 40% !important;
    font-family: 'Titillium Web' !important;
    font-weight: 900 !important;
    font-size: 19px !important;
    color: #fafafb !important;
    font-size: 19px !important;
    height: 40px !important;
    line-height: 24px !important;
    padding: 0 8px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    border: none !important;
}

.login-button:disabled {
    background-color: #eceeee !important;
    border: 0.1px solid #b6bdbf !important;
    color: #b6bdbf !important;
    pointer-events: none !important;
}

.label-sales {
    font-family: 'Titillium Web';
    font-weight: 900;
    font-size: 24px;
    margin-left: 20px !important;
}

.eleve-lite {
    color: #00BB7E !important;
}

.eleve {
  color: #FF6A13  !important;
 }

.eleve-back {
    background-color: #FF6A13 !important;
}

.eleve-lite-back {
    background-color: #00BB7E !important;
}

.label-sales-type {
    font-family: 'Titillium Web';
    font-weight: 400;
    font-size: 24px;
    color: #4F5355;
    opacity: 0.6;
}

@media screen and (max-width: 1024px) {
    .logo-area-left {
        display: none !important;
    }
    .logo-area-right {
        padding-top: 5em;
        background-image: none;
    }
    .login-area {
        margin: 0;
    }

    .label-sales {
        font-family: 'Titillium Web';
        font-weight: 900;
        font-size: 24px;
        margin-left: 10px !important;
    }
}

.label-danger {
    display: none;
    text-align: center;
    color: red;
    transform: translateY(-10px);
    font-size: .8rem;
    position: inherit;
}

.set-new-pass {
    margin: 10px;
    text-align: center;
    height: 80%;
}

.shadow-box {
    box-shadow: 2px 0px 5px 0px rgba(100, 98, 98, 0.75);
    -webkit-box-shadow: 2px 0px 5px 0px rgba(100, 98, 98, 0.75);
    -moz-box-shadow: 2px 0px 5px 0px rgba(100, 98, 98, 0.75);
}

a.login-button{
  line-height:40px !important;
  text-decoration: none;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  outline: 0;
  margin: 0 6px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 1px 1px 0 rgba(17, 19, 19, 0.14), 0 1px 1px 0 rgba(17, 19, 19, 0.12), 0 1px 1px -2px rgba(17, 19, 19, 0.2);
}

.input-restorepassword {
    width: 100% !important;
}

.span-icon-restorepassword {
    position: relative;
    float: right;
    margin-right: 0px;
    margin-top: -46px;
}