﻿body {
    background-color: #f9f9f9;
}

.well-account {
    width: 360px;
    margin: 100px auto 30px;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #ddd;
    display: table;
}

    .well-account .well-header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .well-account .well-footer {
        border-top: 1px solid #ddd;
        margin-top: 30px;
        padding-top: 20px;
        text-align: center;
    }

/**/
.form-group label {
    padding-top: 5px;
}

.form-control.ltr {
    font-family: arial,sans-serif;
}
