.third-party-items {
    margin: -10px 0;
    padding: 0;
}

.third-party-item {
    margin: 0;
    padding: 0;
}

.third-party-item-icon {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    margin: 10px;
}

.third-party-item-btn {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fm-sns-title {
    margin: 22px 0px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
}

.fm-sns-title:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 50%;
    background-color: rgb(200, 200, 200);
}

.fm-sns-title:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 50%;
    background-color: rgb(200, 200, 200);
}

.fm-sns-title > label {
    white-space: nowrap;
    padding: 0px 20px;
    margin-bottom: 0;
    text-transform:uppercase;
}

.input-account > i.fa-envelope-o, .input-account .tel-code-dropdown {
    display:none;
}

.input-email, .input-telephone{
    position: relative;
}

.input-email input[type='text'] {
    padding-left: 22px;
}

.input-email i.fa-envelope-o {
    position: absolute;
    display:inline-block;
    left:6px;
    top:13px;
}

.input-telephone .tel-code-dropdown {
    display:block;
}

.input-telephone.tel-code-1 input[type='tel'], .input-telephone.tel-code-1 input[type='text'] {
    padding-left: 34px;
}

.input-telephone.tel-code-2 input[type='tel'], .input-telephone.tel-code-2 input[type='text'] {
    padding-left: 43px;
}

.input-telephone.tel-code-3 input[type='tel'], .input-telephone.tel-code-3 input[type='text'] {
    padding-left: 52px;
}

.input-telephone.tel-code-4 input[type='tel'], .input-telephone.tel-code-4 input[type='text'] {
    padding-left: 60px;
}

.tel-code-dropdown {
    position:absolute;
    left:6px;
    top:8px;
    z-index:999;
}

.tel-code-dropdown a.dropdown-toggle {
    text-decoration: none;
    color:inherit;
}

.tel-code-dropdown a.dropdown-toggle::after {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 2px;
    margin-left: 1px;
}

.tel-code-dropdown ul.j-menu {
    max-height:500px;
    overflow-y:auto;
}

.account-entrance-box {
    padding: 15px;
    -webkit-box-shadow:0 1px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow:0 1px 4px rgb(0 0 0 / 20%);
    box-shadow:0 1px 4px rgb(0 0 0 / 20%);
    -o-box-shadow:0 1px 4px rgb(0 0 0 / 20%);
    width: 400px;
    max-width: 100%;
}

#send-vcode-succ-tips > .otc-hint-text{
    max-width:360px;
    white-space:normal;
}

#send-vcode-succ-tips .close-hint {
    display: inline-block;
    width: 100%;
    margin-top:20px;
}

#send-vcode-succ-tips .close-hint > a {
    display: inline-block;
    cursor: pointer;
    color: inherit;
    font-size:16px;
    width: 26px;
    height: 26px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.modal-account-entrance-login > .modal-dialog {
    max-width: 400px;
}

#account-login .button-register {
    display: block;
    width: 100%;
    border-width: 2px;
    padding: 10px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 3px !important;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border:1px solid #ddd;
    color: inherit;
    text-decoration: none;
    margin-top:22px;
}

.toggle-password {
    position:absolute;
    width:26px;
    right:1px;
    top:1px;
    height:calc(100% - 2px);
    z-index:9;
    background-color:#fff;
    margin:0;
    padding:0;
    padding-top:7px;
    text-align:center;
    font-size:14px;
}

@media (max-width: 470px) {
    .tel-code-dropdown {
        top: 5px !important;
    }

    .input-email i.fa-envelope-o {
        top: 10px !important;
    }

    .tel-code-dropdown ul.j-menu {
        max-height:300px;
    }

    .account-entrance-box {
        padding-top: 13px !important;
    }

    .toggle-password {
        padding-top:5px !important;
    }

    #send-vcode-succ-tips > .otc-hint-text{
        max-width:320px;
    }
}