.wrap-user {
    width: 100%;
    max-width: 550px;
    margin: auto;
    border: 1px solid #a10011;
    border-radius: 5px;
}

.title-user {
    background-color: #a10011;
    padding: 12px 15px;
    border-radius: 5px 5px 0px 0px;
}

.title-user span {
    color: #fff;
}

.title-user a {
    color: #fff;
    font-size: 12px;
}

.form-user {
    padding: 20px 15px;
}

.input-user {
    margin-bottom: 0.75rem;
}

.input-user input {
    font-size: 14px;
}

.button-user {
    margin-bottom: 1rem;
}

.button-user input {
    font-size: 14px;
}

.checkbox-user,
.radio-user {
    cursor: pointer;
}

.checkbox-user input {
    top: calc(50% - 1.25rem / 2);
    height: auto;
}

.checkbox-user label {
    font-size: 14px;
    cursor: pointer;
}

.checkbox-user label::before,
.checkbox-user label::after {
    top: calc(50% - 1rem / 2);
}

.radio-user {
    margin-right: 1rem;
}

.radio-user:last-child {
    margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
    top: calc(50% - 1rem / 2);
}

.note-user {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 0.5rem;
}

.user-left {
    float: left;
    width: 250px;
}

.user-left h4 {
    background: #a10011;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
}

.user-left ul {
    border: 1px solid #ddd;
    padding: 0px;
}

.user-left ul li {
    list-style: none;
    padding: 10px 10px;
    border-bottom: 1px solid #f1f1f1;
    background: url(../images/page-last.png) no-repeat 10px 15px;
    padding-left: 25px;
}

.user-left ul li:last-child {
    border-bottom: none;
}

.user-left ul li a {
    color: #333;
    font-size: 15px;
}

.user-left ul li a:hover {
    color: #a10011;
}

.user-right {
    float: right;
    width: calc(100% - 270px);
}

.user-right .wrap-user {
    width: 100%;
    max-width: 100%;
}