﻿body {
    background: #161616;
    color: #FFBF00;
    font-family: 'Ubuntu Mono', sans-serif;
    text-transform: uppercase;
}

.override {
    text-transform: none !important;
}

.box {
    width: 94%;
    max-width: 550px;
    /*height: auto;*/
    margin: 0 auto;
    /*margin-top: 100px;*/
    background: #0c4c7c; /*#888;*/
    border-radius: 7px;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.9);
}
/*https://www.codingfusion.com/Post/Styling-asp-net-login-control-with-custom-css-and*/

.content {
    width: 85%;
    height: 75%;
    position:;
    margin: 0 auto;
    padding: 30px 0px;
    background:;
    text-align: center;
}

    .content h1 {
        font-size: 24px;
        font-weight: 400;
        color: #FFBF00;
        letter-spacing: 0.125em;
        text-align: center;
    }

.field {
    width: 96%;
    margin: 10px auto;
    padding: 10px;
    background: #2c2c2c;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #FFBF00;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #5A5A5A;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #5A5A5A;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #5A5A5A;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5A5A5A;
}



.btn {
    width: 60%;
    margin: 7px auto;
    padding: 7px;
    background: #161616;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #FFBF00;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}

    .btn:hover {
        background: #FFBF00;
        color: #333;
    }

    .btn:active {
        background: #FACC2E;
        color: #333;
    }