﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bg-gradient-decorate {
    background-image: url(../Content/images/loginbg.jpg);
    background-size: cover;
}

.bg-login-image-lockkey {
    background: url(../Content/images/6933553_preview.png);
    background-position: center;
    background-size: cover;
}

footer {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.img-logo {
    box-shadow: 1px 1px 27px;
    background: white;
    border-radius: 7px;
    width: 38px;
    padding: 5px;
}

h2 {
    font-size: 15px !important;
    background: linear-gradient(45deg, #456bdb, transparent);
    color: white;
    padding: 9px;
}

.align-right {
    float: right;
}

.align-left {
    float: left;
}

.tab-content {
    margin-top: 20px;
    margin-bottom: 50px;
}

.outer-panel-header {
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #8383b8;
}

.disabled {
    pointer-events: none;
}

.no-border {
    border: none;
    max-width: 100px;
}

.header {
    padding: 14px 0px;
    font-weight: bold;
    border-bottom: solid 1px;
    margin-bottom: 10px;
}

.img-profile-small {
    width: 100px;
}
