#LoginPanel {
    padding: 30px 20px;
    width: 550px;
    margin: 90px auto auto auto;
    background: rgba(0,0,0,0.5);
    border-radius: 12px;
    font-weight: 700;
}

    #LoginPanel .caption {
        width: 180px;
    }

    #LoginPanel .logo {
        text-align: center;
    }

    #LoginPanel .logo img {
        background-color: white;
        border-radius: 5px;
        box-sizing: border-box;
        max-height: 75px;
        padding: 10px;
    }

    #LoginPanel h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5em;
        margin: 16px 0 24px;
        color: #f5f27e;
        text-align: center;
        text-shadow: 0 1px 1px #333;
    }

    #LoginPanel .buttons {
        text-align: right;
        padding: 8px 0 4px 0;
        margin-right: 28px;
    }

    #LoginPanel .btn {
        padding: 8px 24px;
        font-weight: 700;
    }

    #LoginPanel .caption {
        color: #ececec;
        font-weight: 700;
        text-shadow: 0 1px 1px #333;
    }

    #LoginPanel .actions {
        padding-right: 28px;
    }

    #LoginPanel .actions a {
        color: #ececec;
        padding: 2px 2px 2px 2px;
        margin-top: 5px;
        display: block;
        float: right;
        clear: both;
        border-bottom: 1px dashed #999;
        text-shadow: 0 1px 1px #333;
    }

    #LoginPanel .actions a i {
        font-weight: 700;
        margin-right: 4px;
    }

    #LoginPanel .s-Form label.error {
        padding: 26px 0 0 22px;
    }

    #LoginPanel .s-Form label.error.checked {
        background-image: none;
    }

    #LoginPanel .s-Form .field {
        padding: 8px;
    }

    #LoginPanel .s-Form input {
        padding: 6px 10px;
        border: none;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    #LoginPanel .s-Form .caption {
        padding: 6px 10px;
        color: #fff;
    }

    #LoginPanel .s-PropertyGrid .categories {
        height: auto;
    }

    #LoginPanel .flex-layout .s-PropertyGrid {
        display: block;
    }
}
