﻿body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

#loginwrapper {
    border: solid 1px #2b4271;
    border-radius: 7px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #3B5998;
    z-index: 100;
    height: 250px;
    margin-top: -200px;
    width: 600px;
    margin-left: -300px;
    color: white;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
}

#login {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    height: 400px;
    margin-top: -130px;
    width: 600px;
    margin-left: -150px;
}

#logo {
    background: silver;
    text-align: center;
    font-size: 22pt;
    padding: 10px 0px 10px 0px;
    margin-top: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #3b5998;
    font-weight: bold;
    border-bottom: 3pt solid #848484;
}

.button {
    padding: 10px 30px 10px 30px;
    border: none;
    border-bottom: 3pt solid #848484;
    background: silver;
    color: black;
    border-radius: 3px;
}

    .button:hover {
        background: #a6a6a6;
        cursor: pointer;
    }

input[type=text] {
    width: 180px;
    border: none;
    padding: 10px;
    background: #b6b7bc;
    border-radius: 3px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

input[type=password] {
    width: 180px;
    border: none;
    padding: 10px;
    background: #b6b7bc;
    border-radius: 3px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
