*{
    font-family: "微软雅黑";
}
body{
    background: radial-gradient(ellipse at top, #66a7e3ad 0%, #1771c385 100%);
}
html {
    height: 100%;
    overflow: hidden;
}

.section{
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-self: center;
    align-items: center;
}
.section .osection{
    position: relative;
    width: 1100px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    /*box-shadow: 0 0 50px rgba(0,0, 0, 0.5);*/
    border-radius: 10px;
}
.section .osection .isection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
/* 左侧布局 */
.section .osection .isection .leftsection{
    position: relative;
    width: 60%;
    height: 100%;
    background-color: #fff;
    border-right: dashed 3px rgb(103, 174, 230);
    padding-left: 20px;
}

.section .osection .isection .leftsection .drow{
    margin-top: 3rem;
}
/* 右侧布局 */
.section .osection .isection .rightsection{
    position: relative;
    width: 40%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .osection .isection .rightsection form{
    width: 100%;
}
.section .osection .isection .rightsection form h4{
    font-size: 20px;
}
.section .osection .isection .rightsection form h3{
    font-size: 30px;
    font-weight: 800;
}
.section .osection .isection .rightsection form .fpdiv{
    /* margin-top: 10px; */
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
    color: rgb(103, 174, 230);
}
.section .osection .isection .rightsection form .frow{
    margin: 10px 0 15px 45px;
}
#VerifyCode{
    width: 35%;
    margin-left: 40px;
}
#ImgValidCode{

}
#Idfybtn{
    margin-left: 0;
    width: 23% ;
    font-size: 13px;
}
.help-block {
    margin-left: 50px;
}

.bv-no-label {
    top: 10px !important;
    right: 40px !important;
}
.section .osection .isection .rightsection form .fspan{
    color: #ccc;
    padding: 10px;
    left: 40px;
    z-index: 1;
}
.section .osection .isection .rightsection form input{
    position: relative;
    width: 70%;
    border: solid 1px rgb(103, 174, 230);
    border-radius: 20px;
    height: 40px;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    padding-left: 30px;
    font-weight: 300;
}
.section .osection .isection .rightsection form .fbtn{
    width: 63%;
    background: rgb(103, 174, 230);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 85px;
    border-radius: 20px;
    line-height: 25px;
}
/* footer底部版权声明 */
.fsection{
    text-align: center;
}
@media (max-width: 1098px) {
    .section .osection{
        max-width: 400px;
    }
    .section .osection .leftsection{
        display: none;
    }
    .section .osection .rightsection{
        width: 100% !important;
        margin: 0 auto;
    }
    #Idfybtn{
        font-size: 11px;
    }
}