@charset "utf-8";

.basic-outlogin label {
    line-height: 12px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.basic-outlogin .profile .photo {
    margin-right: 12px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.basic-outlogin .profile .photo:hover {
    transform: scale(1.1);
}

.basic-outlogin .profile .photo img {
    border: 0;
    border-radius: 50%;
}

.basic-outlogin .profile h3 {
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    background: linear-gradient(45deg, #2196F3, #E91E63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.basic-outlogin .login-line {
    border-top: 2px solid #eee;
    margin: 8px 0px 10px;
    padding-top: 8px;
    background: linear-gradient(to right, transparent, #eee, transparent);
}

.basic-outlogin .form-group {
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.text-muted .btn {
    position: relative;
    background: linear-gradient(135deg, #f5f5f5, #ffffff);
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 5px;
    font-family: "NEXON Lv2 Gothic", sans-serif;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

.text-muted .btn li {
    height: 35px;
    line-height: 35px;
    float: left;
    width: 33%;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid rgba(205,205,205,0.5);
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.02));
}

.text-muted .btn li:hover {
    background: linear-gradient(135deg, #f0f0f0, #ffffff);
    transform: translateY(-2px);
}

.text-muted .btn li.none {
    border-right: none;
}

.text-muted .btn li a {
    display: block;
    color: #747379;
    text-decoration: none;
    transition: color 0.3s ease;
}

.text-muted .btn li a:hover {
    color: #2196F3;
}

i.light-circle, img.light-circle, .fix-icon.light-circle i, .fix-icon.light-circle img {
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.btn li div span {
    display: block;
    margin-top: 6px;
    font-weight: normal;
    font-family: "NEXON Lv2 Gothic", sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}