body .container-member {
    padding: 15px 50px 15px 50px;
}
body .container-white {
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}
.member-modal .box-form {
    max-width: 380px;
    margin: 0 auto;
}
.member-modal .box-form .bf-heading {
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
    line-height: 30px;
}
.member-modal input.form-control {
    border-color: #e5e5e5;
    box-shadow: none;
    font-size: 14px;
}
.member-modal .form-control {
    margin-bottom: 15px;
}
.btn-member.btn-sex.selected {
    border: 1px solid #000000;
    color: #000000;
}
.btn-member.btn-sex {
    border: 1px solid #e5e5e5;
    color: #888888;
    font-weight: normal;
    text-transform: none;
}
.btn-member:hover {
    text-decoration: none;
    opacity: 0.9;
}
.btn-member.btn-sex.selected span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
.btn-member.btn-sex.selected span:after {
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background: url(../images/account/sprinter.png) left -205px no-repeat;
}
.member-modal .note {
    text-align: center;
    color: #888888 !important;
}
.member-modal .note a.important {
    color: #000000;
}
.btn-member.btn-login {
    background: #0052a0;
    width: 100%;
    border: none;
    cursor: pointer;
}
.btn-member {
    display: block;
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-radius: 3px;
    color: #ffffff;
}
.member-modal .hr {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    text-align: center;
    height: 10px;
    margin-top: 20px;
}
.member-modal .hr span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 15px;
    background: #fff;
}
.btn-member.btn-facebook {
    background: #21538d;
}
.btn-member.btn-google-plus {
    background: #da4b42;
}
.member-modal .note a {
    color: #bbbbbb;
}
.btn-member.btn-register {
    border: 1px solid #000000;
    color: #000000;
}
.member-container .box-template .box-heading {
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.member-container .member-task li {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
}
.member-container .member-task li.selected a {
    color: #333333 !important;
}
.member-container .member-task li a {
    color: #999999;
    display: block;
    padding-left: 30px;
    position: relative;
}
.member-container .member-task li a:after {
    opacity: 0.3;
    position: absolute;
    left: 1px;
    top: 1px;
    display: block;
    content: "";
    width: 16px;
    height: 17px;
    background: url(../images/account/sprinter.png) no-repeat;
}
.member-container .member-task li.selected a:after {
    opacity: 0.8;
}
.member-container .member-task li:nth-child(1) a:after {
    background-position: -170px top;
}
.member-container .member-task li:nth-child(2) a:after {
    background-position: -187px top;
}
.member-container .member-task li:nth-child(3) a:after {
    background-position: -204px top;
}
.member-container .member-task li:nth-child(4) a:after {
    background-position: -221px top;
}
.member-container .bound-input {
    margin-bottom: 12px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.member-container input.form-control {
    box-shadow: none;
    font-size: 14px;
}
.btn-member.btn-update {
    background: #e51535;
}
.table thead th{
    border-top: none;
}
label.col-sm-12.col-lg-4 {
    font-size: 14px;
}
.box-heading .order_code{
    background: #e51535;
    color: #fff;
    border: 1px solid #333;
    padding: 5px;
}
.member-container .ducnh1{
    white-space: nowrap;
}