@import "../../../images/show/pc/variables";
.site_forgot {
    margin:20px auto;
    background-color: #fff;
    width: 600px;
    height: 580px;
    border-radius: 5px;
    padding: 0px 110px 0px;

    .forgot-box {
        background: #fff;
        margin: 0 auto;
        padding:70px 0px 10px;
    }

    p.title {
        margin: 0 auto;
        color: #006CFF;
        text-align: center;
        font-size: 26px;
    }

    .form-box {
        padding-top: 50px;
        // border-bottom: solid 1px #efefef;
        .public-form-item{
            border:1px solid #efefef;
            padding:5px;
            border-radius:2px;
        }
        .form-label{
            text-align: center;
            width: 50px;
            height: 40px;
            line-height: 40px;
            padding: 0px;
            border-right: 1px solid #efefef;
            color:#000;
            font-size: 22px;
        }
        .input{
            border: 0px;
            color:#000;
        }
        .input-block{
            margin-left: 50px;
            input{
                border-radius: 0px;
            }
        }
        .btn-sendcode{
            display: inline-block;
            width: 114px;
            height: 40px;
            background-color: #efefef;
            text-align: center;
            line-height: 40px;
            color: #333333;
            font-size: 14px;
        }
        .remember-forget {
            overflow: hidden;
            margin: 0 auto;
            line-height: 50px;
            .remember {
                float: left;
                cursor: pointer;
                input{
                    position: relative;
                    top:2px;
                }
            }
            .forget {
                float: right;
                a{
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
        .btn-box {
            margin: 30px auto 0;
            button{
                display: block;
                width: 100%;
                background: #006CFF;
                border-color:#006CFF;
                line-height: 50px;
                height: 50px;
                border-radius: 2px;
            }
        }
    }
}