﻿/* LOGIN PAGE ONLY */
body {
    text-align: center;
    background: url('/Images/Picture1.jpg') no-repeat center center fixed;
    background-size: cover;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.Absolute-Center.is-Responsive {
    width: 50%;
    height: 50%;
    min-width: 200px;
    max-width: 400px;
}

.dropdown-menu li > a:hover {
    text-decoration: underline;
    background-color: #337ab7;
    color: #ffffff;
}

.spaces {
    margin-right: 2px;
}

a:focus {
    outline: none;
    -webkit-appearance: none;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.login-title {
    border-top: 1px solid #7f726e;
    border-bottom: 1px solid #7f726e;
    margin-top: 150px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #7f726e;
    font-size: 80px;
    display: block;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #7f726e;
    font-size: 40px;
    display: block;
}

.dropdown-menu {
    background-color: white;
}

.dropdown-menu li > a {
    background-color: white;
    color: black;
}

.dropdown-menu li > a:hover {
    text-decoration: underline;
    background: #337ab7 !important;
    color: black;
}

#dropdownMenuSupport {
    width: 21em;
    padding: 10px;
}
/* End of Login */
