@charset "utf-8";

* {
    padding: 0;
    margin: 0
}

body {
    font-family: 'Calibri' !important;
    font-size: 14px
}
select, input {
    outline: none;
}
.main {
    background: #f2f2f2;
    padding: 50px 0
}

.box {
    width: 1500px;
    margin: 0 auto;
    background:#fff;
}

.login-footer-box {
    width: 100%;
    min-width: 1000px;
    height: 92px
}

.login-footer {
    width: 1000px;
    margin: auto;
    background: #fff;
    text-align: center;
    padding-top: 27px
}

.t_password_title {
    font-size: 26px;
    color: #555;
    text-align: left;
    margin: 0 57px;
    border-bottom: 1px #eee solid
}

    .t_password_title p {
        display: inline-block;
        padding: 30px 0;
        border-bottom: 2px #da251d solid
    }

.form-box {
    width: 480px;
    margin: 0 auto;
    padding: 60px 0 80px;
}

.login-type {
    display: flex;
    align-items: center;
    height: 60px;
}

    .login-type input[type="checkbox"] {
    }


    .login-type input[type=checkbox] {
        width: 13px;
        height: 13px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 0px;
        border-radius: 3px;
    }

        .login-type input[type=checkbox]:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: -4px;
            left: -4px;
            border: 2px solid #ddd;
            background: #fff;
            border-radius: 50%;
        }

        .login-type input[type=checkbox]:checked::before {
            position: absolute;
            top: 1px;
            left: 1px;
            width: 10px;
            height: 10px;
            background: var(--main-color);
            border-color: var(--main-color);
            z-index: 9;
        }

        .login-type input[type=checkbox]:checked::after {
            content: "";
            position: absolute;
            top: -4px;
            left: -4px;
            display: block;
            width: 20px;
            height: 20px;
            border: 2px solid var(--main-color);
            background: #fff;
            border-radius: 50%;
        }

    .login-type .email-box, .login-type .phone-box {
        width: 50%;
        display: flex;
        margin-left: 5px;
        align-items: center;
        justify-content: center;
    }

        .login-type .email-box label, .login-type .phone-box label {
            margin-bottom: 0;
            cursor: pointer;
        }
.code-box {
    position: relative;
    display: flex;
}

    .code-box .sendMail {
        flex: 1;
    }

    .code-box .code-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        min-width: 113px;
        max-width: 120px;
        width: fit-content;
        /*height: 100%;*/
        color: #666;
        background: #fff;
        padding: 0 5px;
        cursor: pointer;
        background: #F6F6F6;
        border: 1px solid #E5E5E5;
        border-radius: 0 4px 4px 0;
    }
    .code-box input {
        flex: 1;
    }
input {
    width: 480px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DADBDE;
}
.dm-cf {
    margin-bottom:21px;
}
.retrieve-paw-btn {
    width: 480px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CCCCCC;
    color: #fff;
    border-radius: 8px;
    margin-top: 40px;
    cursor:pointer;
}

.form-box ul .phone-box {
    display:flex;
}
    .form-box ul .phone-box select {
        width: 130px;
        height: 40px;
    }
    .form-box ul .phone-box input {
        flex: 1;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }