@charset "utf-8";
.widget-login-info {
    overflow: hidden;
    margin-bottom: 16px;
    background-color: #fcfcfc;
    border: 1px solid #dcdcdc;
    min-height: 236px;
}

.widget-login-info fieldset {
    padding: 20px;
    border-bottom: 1px dotted #dcdcdc;
}

.widget-login-info input[type=text],
.widget-login-info input[type=password] {
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 35px;
    padding: 5px;
    margin-bottom: 10px;
}

.widget-login-info input[type=submit],
.widget-login-info .btn-logout {
    width: 100%;
    height: 38px;
    border: 1px solid #959595;
    font-size: 15px;
    color: #444;
    background: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
}

.widget-login-info .btn-logout {
    line-height: 35px;
}

.widget-login-info .id-saved {
    margin: -4px 0 10px 2px;
    font-size: 12px;
    color: #444;
}

.widget-login-info .id-saved input[type=checkbox] {
    margin-top: 2px;
}

.widget-login-info .links a {
    width: 49%;
    font-size: 12px;
    color: #444;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 12px 0 11px;
    position: relative;
}

.widget-login-info .links a:first-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 13px;
}

.widget-login-info .member-info {
    padding: 20px 20px 10px;
}

.widget-login-info .member-info h4 {
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: bold;
}

.widget-login-info .member-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 115px;
}

.widget-login-info .member-info ul li {
    padding-left: 10px;
    position: relative;
    color: #444;
    margin-bottom: 5px;
}

.widget-login-info .member-info ul li a {
    color: #444;
    text-decoration: none;
}

.widget-login-info .member-info ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: #444;
    position: absolute;
    left: 0;
    top: 9px;
}