﻿
body {
    background-color: #FFF;
}

header {
    display: none;
}

body > section.body,
body > footer {
    border-width: 0;
}

#pnlLoginForm {
    margin: 0 auto;
    width: 290px;
}

    h1 {
        font-family: 'Iceland', cursive;
    }

    #pnlLoginForm form input[type=text],
    #pnlLoginForm form input[type=password] {
        display: block;
        width: 275px;
    }

    #pnlLoginForm .align-left > a {
        float: right;
    }


.password-form .well p {
    background-image: linear-gradient(to bottom, #FFF, #F5F5F5);
    border: 1px solid #CCC;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.password-form .well input {
    width: 400px;
}

#pnlPasswordReset {
}

    /*#pnlPasswordReset ul input {
        display: inline-block;
        width: 325px;
    }


        #pnlPasswordReset form .inline-title {
            width: 70px;
        }

        #pnlPasswordReset ul > li:first-of-type {
            margin-bottom: 15px;
            padding: 5px;
            text-align: center;
        }

        #pnlPasswordReset ul > li:nth-child(3) {
            font-size: 14px;
            font-weight: bold;
            padding: 7px;
            text-align: center;
        }

        #pnlPasswordReset ul > li:last-of-type {
            margin-top: 10px;
            text-align: center;
        }*/
