﻿.login-form {
    border: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #FFF;
}

    .login-form h2 {
        text-align: center;
        margin-top: 0;
        padding: 15px 0;
        font-size: 18px;
        background: #E9E9E9;
        background: -moz-linear-gradient(top, #E9E9E9 0%, #D7D7D7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9E9E9), color-stop(100%,#D7D7D7));
        background: -webkit-linear-gradient(top, #E9E9E9 0%,#D7D7D7 100%);
        background: -o-linear-gradient(top, #E9E9E9 0%,#D7D7D7 100%);
        background: linear-gradient(top, #E9E9E9 0%,#D7D7D7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#D7D7D7',GradientType=0 );
        box-shadow: 0px 1px 0px 0px #EEE inset;
        text-shadow: 1px 1px 1px white;
    }