﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.under-container {
    display: none;
    justify-content: center;
}

.leaselink-under-logo {
    max-height: 100%;
    height: 67px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.login-logo {
    max-width: 201px
}


.btn-leaselink, .btn-leaselink:focus:hover, .btn-leaselink:focus, .btn-leaselink:hover {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    outline: none;
}

.btn-leaselink-link, .btn-leaselink-link:focus:hover, .btn-leaselink-link:focus, .btn-leaselink-link:hover {
    color: #3498db;
    background-color: transparent;
    border-color: transparent;
    outline: none;
}


.login-page {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .login-page main {
        flex: 1 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: auto;
        padding: 24px 0;
    }

    .login-page footer {
        padding: 10px 0 20px 0;
        flex: 1 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        width: 700px;
        max-height: 116px;
    }

.linkedin-logo, .ebbon-automotive-logo {
    height: 60px;
}


.login-page .version-number {
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 600;
}

.login-page .main-logo {
    max-width: 268px;
    /* margin-bottom: 48px; */
    margin-right: 30px;
}


/* Form */

.custom-login-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.login-form {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 4px;
    width: 400px;
    height: 100%;
}

    .login-form .mb-3 label {
        color: #6a6c6f;
        font-weight: 700;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .login-form .mb-3 input {
        border: 1px solid #eaeaea;
    }

    .login-form button {
        display: block;
        width: 100%;
    }

        .login-form button:not(:last-child) {
            margin-bottom: 10px;
        }

/* Form: end */
/* News */


.login-page .news {
    margin: 30px 0 12px 0;
    width: 698px; /* logo + form */

    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 8px;
    border-color: #eaeaea;
}

    .login-page .news .news-item {
        margin: 16px 0px 16px 40px;
        position: relative;
    }

        .login-page .news .news-item::before {
            position: absolute;
            font-family: bootstrap-icons !important;
            left: -32px;
            top: -4px;
            font-size: 20px;
            /* transform: translateY(-50%); */
        }

        .login-page .news .news-item.news-info {
            color: #004b66;
        }

            .login-page .news .news-item.news-info::before {
                content: "\f430";
                color: #01afeeaa;
            }

        .login-page .news .news-item.news-warning {
            color: #664b00;
        }

            .login-page .news .news-item.news-warning::before {
                content: "\f33B";
                color: #eeaf01aa;
            }

        .login-page .news .news-item.news-danger {
            color: #660000;
        }

            .login-page .news .news-item.news-danger::before {
                content: "\f33B";
                color: #ee0101aa;
            }

        .login-page .news .news-item .news-link {
            color: #3498db;
        }

        .login-page .news .news-item .news-publish-info {
            color: #ccc;
            font-style: italic;
        }

/* News: end */

@media (max-width: 767px) {
    .custom-login-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .login-page .main-logo {
        max-width: 200px;
        margin-bottom: 48px;
        margin-right: 0px;
    }

    .login-page .news {
        margin: 12px 0 12px 0;
        width: 400px;
    }
}

.flex-form {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 4px;
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.margin-top {
    margin-top: auto;
}

.margin-top-bot {
    margin-top: auto;
    margin-bottom: auto;
}

.flex-form .mb-3 label {
    color: #6a6c6f;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.grey {
    color: #6a6c6f;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin-bottom: 10px;
    line-height: 20px;
}

.mb-3 input.form-control {
    height: 34px;
    font-size: 14px;
    line-height: 20px;
}

.btn-leaselink, .identityButton, .identityCancelButton {
    font-size: 14px;
    line-height: 20px;
}

.identityCancelButton {
    background-color: white;
    color: #6a6c6f;
    border-color: #eaeaea;
}

.flex-form .mb-3 {
    margin-bottom: 15px;
}

.identityCalendar::before {
    content: "\f1e7";
    font-family: bootstrap-icons !important;
    line-height: 20px;
    font-weight: 400;
    color: black;
    font-size: 17px;
}

.identityCalendar {
    background: #fafbfc;
    border-color: #eaeaea !important;
    margin-bottom: 0px !important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

a.identityLink:hover, a.identityLink:focus {
    color: #1f4e79;
    text-decoration: underline;
}

a.identityLink {
    color: #007bff;
    text-decoration: underline;
    background-color: transparent;
}
