@font-face {
    font-family: 'Allane';
    font-style: italic;
    font-weight: 300;
    src: local('Allane Headline Light'), local('Allane_Headline_Light'), url(/css/fonts/Allane_Headline_Light.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'AllaneRegular';
    font-style: normal;
    font-weight: 400;
    src: local('Allane'), local('Allane_Text_Regular'), url(/css/fonts/Allane_Text_Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'AllaneMedium';
    font-style: normal;
    font-weight: 500;
    src: local('Allane Headline Medium'), local('Allane_Headline_Mediumum'), url(/css/fonts/Allane_Headline_Medium.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'AllaneBold';
    font-style: normal;
    font-weight: 700;
    src: local('Allane Text Bold'), local('Allane_Text_Bold'), url(/css/fonts/Allane_Text_Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    width: 100%;
    height: 100%;
    background-color:transparent;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, .popover-title, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Allane", Fallback, sans-serif !important;
}

.btn-primary {
    color: #fff;
    background-color: #1a103f;
    border-color: #1a103f;
}

.filter-btn-hide {
    height: 40px;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
    color: #fff;
    background-color: #1a103f;
    border-color: #1a103f;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1a103f;
    border-color: #1a103f;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #1a103f;
    border-color: #1a103f;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #1a103f;
    border-color: #1a103f;
}

.btn-primary .badge {
    color: #1a103f;
    background-color: #fff
}

.navbar, .navbar-inverse, .navbar-default {
    background: #1a103f;
    color: #1a103f;
}

.content-boxed {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.allane-leasing-logo {
    padding: 8px;
}

.logo-width-responsive {
    background-image: url('../images/allane/Allaneoutput.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 286px;
    height: 37.5px;
    margin: 6px 0px 0px 8px;
}

.block-header {
    text-align: left;
    width: 100%;
    padding: 18px 8px;
    cursor: default;
}

.login-text {
    color: #1a103f;
    float: left;
    padding: 20px 0px;
}

.floating-left {
    float: left;
}

.floating-right {
    float: right;
}

.modal-title {
    font-weight: 600;
    font-family: 'Allane' !important;
    margin: 0;
    line-height: 1.42857143;
    color: #1a103f;
}

.block-content {
    padding: 0 10px;
}

.guest-login-panel {
    height:5px
}

.form-actions {
    display: flex;
}

.form-material {
    width: 50%;
    text-align: left;
    position: relative;
    z-index: 10;
    margin: 10px 0 20px;
    display: flex;
    float: left;
}

.control-label {
    padding-top: 0 !important;
    margin-top: -3px;
}

.form-material > .form-control {
    box-shadow: none !important;
    transition: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -webkit-transition: none !important;
}

.login-cancel-panel-buttons {
    justify-content: space-between;
    position: relative;
    text-align: right;
}

.login-button {
    flex-grow: 4;
    width: 100%;
    padding: 12px;
    font-size: 17px;
    font-style: inherit;
}

.forget-container > a > span {
    color: black;
    text-decoration: underline;
    font-size: 13px;
}

.content-background-picture {
    position: absolute;
    margin-top: 51px;
    height: calc(100% - 124px);
    width: 100%;
    overflow-y: auto;
    background-image: url(../images/allane/background.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 50%;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
}

.main-container {
    width: 100%;
    display: flex;
}

.login-panel {
    min-width: 350px;
    max-width: 600px;
    margin: 10px;
    position: relative;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    z-index: 2;
}

.remember-me-check-box {
    padding-top: 0 !important;
}

.remember-container {
    text-align: left;
}
.mandatory-label{
    color: #1a103f;
    font-weight:300;
    height: 0px;
    top:0px;
}
.remember-container span {
    color: #544d6e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.forget-container {
    text-align: right;
}

.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: calc(100vh - 102px);
  width: 100%;
}

input[type="text"].form-control, input[type="password"].form-control {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid #1a103f;
    height: 40px;
    text-indent: 3px;
}

hr {
    border: 0!important;
    border-top: 1px solid #fff!important;
}

footer#page-footer {
    position: absolute;
    height: 77px;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -5px 20px rgb(0 0 0 / 50%);
    webkit-box-shadow: 0 -5px 20px rgba(0,0,0,.5);
    overflow-x: hidden;
    z-index: 1;
    background-color: #1a103f;
    color: #fff;
    position: fixed;
}

a.font-w400.font-s12.white {
    color: white;
    font-size: 13px !important;
    font-weight: 400 !important;
    font-family: 'Allane';
}

@media (min-width: 850px) {
    .login-panel {
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.content-boxed-info{
    margin: 4px 0px 4px 0px;
    color: white;
    min-height: 14px;
    padding: 7px 0px 6px 0;
    font-family: 'AllaneBold';
    font-size: 15px;
}

.trademark{
    font-size: 13px;
    font-family: 'AllaneRegular';
    font-weight: 400;
    position: relative;
    top: 8px;
    padding-left: 10px;
}
.footer-hr{
    margin: 0px;
}

@media screen and (max-width: 500px) {
    body {
        font-size: 12px;
    }
    .mandatory-label{
        font-size: 12px;
    }
    .form-material{
        width: 100% !important;
    }
}

.form-material>label, .form-material.floating>.form-control:focus+label, .form-material.floating.open>label{
left:auto;
}

.container-fluid{
    min-height:73px;
}