﻿@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/ibm/IBMPlexSans-Regular.ttf') format('truetype');
    /* Add additional font weights and styles if needed */
}

@font-face {
    font-family: 'Font Awesome';
    src: url('../fonts/fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
    /* Add additional font weights and styles if needed */
}

* {
    font-family: 'IBM Plex Sans', sans-serif !important;
}

html, body {
    height: 100%;
    overflow: hidden;
}

form.aspNetForm {
    height: 100%;
    position: relative
}

.login {
    padding: 0px;
    margin: 0px
}

a {
    color: #008ad8 !important;
    text-decoration: none !important;
}

a:hover {
    color: #74d2e7 !important;
    cursor: pointer;
    text-decoration: none !important;
}

.signIn {
    /*background-image: url(https://cdn.nexternal.com/shared/ordermgmt/images/beer2.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-size: 16px;
    height: calc(100vh - 0px);
    line-height: 1.4;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.signIn .logoContainer {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px;
    padding: 73px 0 0;
    position: relative
}

.signIn .logo {
    /*height: 55px;*/
    left: 37px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    width: 234px
}

    .signIn .content {
        background: rgba(0,40,85,.9);
        -webkit-transition: all,.3s,ease-in-out;
        -moz-transition: all,.3s,ease-in-out;
        -o-transition: all,.3s,ease-in-out;
        transition: all .3s ease-in-out;
        height: 100%;
        margin: 0 0 0 40px;
        position: relative;
        top: 0;
        width: 400px;
        z-index: 100;
        overflow-y: auto;
    }

.signIn .copyright {
    color: #ffffff8a;
    position: absolute;
    bottom: 3px;
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.signIn .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border: 2px solid #2d3f38;
}

.signIn .content::-webkit-scrollbar {
    width: 10px;
    background-color: #81232300;
}

.signIn .content::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #2d3f38;
}

.signIn .content.hover {
    opacity: 0
}

.signIn .contentWrapper {
    -webkit-transition: all,.3s,ease-in-out;
    -moz-transition: all,.3s,ease-in-out;
    -o-transition: all,.3s,ease-in-out;
    transition: all .3s ease-in-out;
    height: auto;
    left: 50%;
    margin-left: -151px;
    position: absolute;
    width: 302px;
    top: 10%
}

.signIn .displayInfo {
    color: #fff;
    font-size: 10pt;
    text-align: center;
}

.signIn .footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.signIn .footer:hover .fade {
    opacity: .85
}

.signIn .bottomNav {
    -webkit-transition: all,.15s,ease-in-out;
    -moz-transition: all,.15s,ease-in-out;
    -o-transition: all,.15s,ease-in-out;
    transition: all .15s ease-in-out;
    bottom: 20px;
    color: rgba(255,255,255,.65);
    padding: 30px 0 0;
    position: absolute;
    right: 20px;
    text-align: right;
    z-index: 100;
}

.signIn .inputs {
    margin: 0 auto 10px;
    width: 300px
}

.signIn .signInInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background: #fff;
    border: 4px solid #fff;
    color: #404040;
    font-size: 15px;
    height: 50px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 0 50px;
    width: 100%
}

.signIn .signInInput:focus {
    background: #fff;
    border: 4px solid #008ad8 !important;
    outline: 0
}

.signIn .signInInput:hover + label {
    color: #ddd
}

.signIn .signInInput:focus + label {
    color: #008ad8 !important;
}

.signIn .signInInput:-webkit-autofill {
    border-color: rgba(0,0,0,.05)
}

.signIn .signInInput:-webkit-autofill + label {
    color: rgba(0,0,0,.15)
}

.signIn .signInInput:-webkit-autofill:focus {
    border-color: #008ad8 !important;
}

.signIn .signInInput:-webkit-autofill:focus + label {
    color: #008ad8 !important;
}

.signIn .submit .btn {
    padding: 13px 16px;
    width: 100%;
}

.signIn input:focus::-webkit-input-placeholder {
    color: #fff
}

.signIn input:focus:-moz-placeholder {
    color: #fff
}

.signIn input:focus::-moz-placeholder {
    color: #fff
}

.signIn .inputContainer {
    position: relative
}

.signIn .errorMsgContainer {
    background-color: #ffffff2e;
    border-radius: 0.5rem;
    padding: 5px 10px;
}

.signIn .version {
    color: #ffffff8a;
    position: absolute;
    right: 10px;
    bottom: 2px;
    font-size: 0.7rem;
}

    .signIn .bingCredits {
        display: block;
        text-align: left;
        font-size: small;
        position: absolute;
        bottom: 10px;
        right: 15px;
        color: #ffffffbd;
        background: rgba(0,40,85,.9);
        padding: 8px;
        max-width: 250px;
    }

.signIn .bingCredits .bingBoldCopyright {
    display: block;
    text-align: left;
    font-size: x-large;
    opacity: 1;
    background-color: transparent;
    margin-bottom: 5px;
}

.signIn .bingCredits .bingCopyright {
    display: block;
    text-align: left;
    font-size: small;
    opacity: 1;
    background-color: transparent;
    margin-bottom: 20px;
}

@media only screen and (min-width:1500px) {
    .signIn .content {
        margin: 0 0 0 8.5%;
        width: 440px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .signIn {
        min-width: 768px !important;
        width: 768px !important
    }
}

.form-control-icons {
    color: #888;
    font-size: 1.4em;
    position: absolute;
    left: 13px;
    top: 8px;
    font-style: normal;
}

.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
    font-family: "Font Awesome 6 Pro" !important;
}

.fa-user:before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
}

.fa-key:before {
    content: "\f084";
    font-family: "Font Awesome 6 Pro";
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-primary {
    color: #fff !important;
    background-color: #008ad8 !important;
    border-color: #008ad8 !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff  !important;
    background-color: #74d2e7 !important;
    border-color: #051c2c !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff !important;
    background-color: #00627e !important;
    border-color: #051c2c !important;
}

.btn-success {
    color: #fff !important;
    background-color: #12759f !important;
    border-color: #12759f !important;
}

.btn-success:focus {
    color: #fff !important;
    background-color: #0b95bc !important;
    border-color: #0b95bc !important;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #0b95bc !important;
    border-color: #0b95bc !important;
}

.divCaptcha {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: aliceblue;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 10px;
}

a#RadCaptcha1_CaptchaAudioCode {
    font-size: 12px;
}

@media only screen and (max-width:768px) {
    .signIn {
        background: #0c2931 !important;
        background: -webkit-linear-gradient(-45deg deg, #0c2931 0, #0c2931 100%) !important;
        background: -moz-linear-gradient(-45deg deg, #0c2931 0, #0c2931 100%) !important;
        background: -ms-linear-gradient(-45deg deg, #0c2931 0, #0c2931 100%) !important;
        background: -o-linear-gradient(-45deg deg, #0c2931 0, #0c2931 100%) !important;
        background: linear-gradient(135deg, #0c2931 0, #0c2931 100%) !important;
        min-width: 300px !important
    }

    .signIn .content {
        background: 0 0 !important;
        margin: 0 0;
        width: 100%;
        float: none
    }

    .signIn .footer {
        display: none
    }
}
