﻿body {
    background-color: rgb(248, 248, 248);
}

.login-div {
    margin: 0 auto;
    width: 500px;
    border-radius: 0px;
    z-index: 10000;
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: calc(50% - 250px);
    padding: 20px 30px;
    overflow: auto;
}

.tooltip {
    z-index: 10001;
}

.tooltip-inner > ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.tooltip-inner > ul > li {
    padding-bottom: 0.25rem;
}

.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.69) !important;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.69) !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.69) !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: rgba(0, 0, 0, 0.69) !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: rgba(0, 0, 0, 0.69) !important;
}

.login-div input:focus {
    border-color: rgba(0, 0, 0, 0.23);
    box-shadow: none;
}

.loginheader {
    font-size: 2em;
    letter-spacing: -2px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.loginheader img {
    height: 50px;
    margin-left: 10px;
}