﻿html, body {
    background: #808080;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}
#verpwd{
    height: 38px;
}
.card {
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}
.card-header {
    padding: .75rem 0.25rem !important;
}
.card-header img {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.card-body h3 {
    color: white;
    text-align: center;
    margin-top: -10px;
    font-size: 1.3em;
    font-family: monospace;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100%;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
    font-size: 0.8em;
}

.links a {
    margin-left: 4px;
}
.links:hover {
    color: silver !important;
}
