#lbox-w {
    padding: 0 15px;
}
#lbox {
    min-height: 300px;
    max-width: 500px;
    padding: 20px 30px;
    margin: 1 auto;
}
#lbox h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: center;
}
#lbox label {
    display: block;
    margin-bottom: 10px;
}
#lbox span {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
}
#lbox input[type=text],
#lbox input[type=password] {
    width: 100%;
    color: #444;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    -webkit-font-smoothing: antialiased;
    transition: border-color linear .15s,box-shadow linear .1s;
}
#lbox button {
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
    margin-top: 15px;
    color: #fff;
    background: #1373b4;
    border: .0625em solid #366eb7;
    cursor: pointer;
}
#lbox button:focus {
    outline: none;
}
