﻿/* 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;
}

a.navbar-logo {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-ext {
    color: #252525;
    border-color: #cfcfcf;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}


.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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f0f2f5;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.app-content {
    margin-top: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.panelbox {
    min-height: 320px;
    padding: 27px !important;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    border-radius: 4px;
    background: #fff;
    color: rgba(0,0,0,.87);
}

.btnaccount {
    width: 70%;
}

.navbar-logo {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.lightbtn {
    background-color: #ededed;
    border: 1px solid #ededed;
    color: #252525;
}

.in-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


.btn-google {
    background: url(https://account.dimdata.com/images/google.png) no-repeat left 5px top 3px;
    background-size: 26px 26px;
}

.btn-microsoft {
    background: url(https://account.dimdata.com/images/microsoft.png) no-repeat left 5px top 3px;
    background-size: 24px 24px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .btn-google {
        background: url(https://account.dimdata.com/images/google.png) no-repeat left 15px top 4px;
        background-size: 30px 30px;
    }

    .btn-microsoft {
        background: url(https://account.dimdata.com/images/microsoft.png) no-repeat left 15px top 4px;
        background-size: 28px 28px;
    }
}

.td-right {
    text-align: right;
}
