﻿/* CUSTOM STYLES */

.buttonNHCI {
    background: #002b54;
    color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

    .buttonNHCI:hover {
        background: #5ecbed;
        color: #fff;
    }

.buttonNHCI-reverse {
    background: #5ecbed;
    color: #fff;
    border-color: #5ecbed;
}

    .buttonNHCI-reverse:hover {
        background: #002b54;
        color: #fff;
        border-color: #002b54;
    }

.login-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('images/bg-building.jpg') top left no-repeat;
    background-size: cover;
}

.loginPanel {
    max-width: 400px;
    background-color: rgba(255,255,255,0.93);
}

.requestPanel {
    background-color: rgba(255,255,255,0.93);
}

.specialLeftCenter {
    text-align: left;
}

.specialRightCenter {
    text-align: right;
}

.material-icons {
    padding: 7px 7px;
    margin-left: 4px;
}

.buttonfingerprint {
    /*background: #002b54;
          color: #fff;*/
    background: transparent;
    color: #002b54;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

    .buttonfingerprint:hover {
        /*background: #508b3e;
              color: #fff;*/
        background: transparent;
        color: #5ecbed;
    }

.slogan-container {
    width: 320px;
    text-align: center;
    margin-bottom: 10px;
}

img .slogan {
    margin: 0 auto;
    display: block;
}

@@media (max-width: 420px) {
    .slogan-container {
        width: 200px;
        margin-bottom: 15px;
    }
}

.dark a {
    color: #fff !important;
}

    .dark a:hover {
        color: #5ecbed !important;
    }

.center {
    text-align: center !important;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bottommargin-sm {
    margin-bottom: 30px !important;
}
