﻿/*=============== 买家登录 ===================*/

html, body {
    background: white;
}

/*主体内容*/
.oct-content {
    text-align: center;
    background: white;
    margin-top: 0;
    padding-top: 100px;
}

.login-icon img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
/*登录表单*/
.login-form div {
    padding: 10px 0;
}

.login-form input {
    border: none;
}

.login-form-mobile, .login-form-checkcode {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #bbbbbb;
    font-size: 16px;
    color: #000000;
    padding: 0px 10px;
    height: 45px;
    margin: 25px auto;
    border-radius: 20px;
}

    .login-form-mobile span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-form-mobile input {
        text-align: left;
        width: 100%;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
    }

login-form-mobile input:hover, login-form-mobile input:focus {
    border: none;
}

.login-form .login-form-checkcode {
    justify-content: space-between;
}

.login-form-checkcode input {
    text-align: center;
    width: 90%;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

.login-form-checkcode span {
    width: 150px;
    font-size: 14px;
    display: block;
    height: 40px;
    padding-top: 10px;
    overflow: hidden;
    color: #005abb;
}

.login-form-checkcode .reset-check-code {
    color: gray;
}
/*登录按钮*/
.btn-login-once {
    background: #10b204;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 0px;
}

    .btn-login-once img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        margin-top: -2px;
    }

.login-form .link-a-bottom {
    width: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 0px;
    color: #bbbbbb;
}

.link-a-bottom a {
    color: #0081c3;
}
/*=============绑定手机================*/
/*绑定按钮*/
.btn-bind-mobile {
    background: #ff6a00;
}



.login-form .extra-link {
    width: 260px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
}

    .extra-link a {
        width: 100px;
        display: block;
        color: #0079ae;
        Background: #ededed;
        padding: 5px 10px;
        border-radius: 30px 10px;
        font-size:12px;
    }
/*------密码登录---------*/
.login-change-tab {
    padding: 10px;
    display: flex;
    justify-content:center;
    align-items: center;
    color: #0079ae;
    overflow:hidden;
}
.login-change-tab input{
    width: 150px;
    text-align:center;
    font-size:14px;
    border:none;
    background:none;
}

.login-form-pwd input {
    text-align: left;
    font-size: 18px;
}