body {
    width: 100%;
    /* height: 100%; */
    background: url('../../images/444.jpg') no-repeat;
    background-size: 100%;
}

.con {
    width: 480px;
    /* height: 500px; */
    padding-bottom: 50px;
    margin: 200px 120px 0 auto;
    /* background: rgba(255, 255, 255, 0.7); */
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 11%);
}

.con h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    line-height: 60px;
    padding-top: 20px;
    letter-spacing: 2px;
}


.panel_form {
    margin: 45px auto 0;
    width: 360px;
}

.panel_form .control {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #4190F6;
    display: flex;
    flex-flow: row;
    /* padding-top: 44px; */
    position: relative;
    background: #fff;
}

.panel_form .control1 {
    margin-top: 40px;
}

.panel_form .control1 select {
    border: none;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    outline: none;
    width: calc(100% - 40px);
    padding: 0 10px;
    caret-color: #4190F6;
}

.panel_form .control .icon {
    width: 30px;
    height: 46px;
    margin-left: 10px;
}

.panel_form .control .icon img {
    margin: 8px 0;
}

.panel_form .control input {
    border: none;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    outline: none;
    width: calc(100% - 40px);
    padding: 0 10px;
    caret-color: #4190F6;
}

.mui-btn {
    height: 46px;
    background: #4190F6;
    color: #fff;

}

.panel_form .control input::placeholder {
    color: #666666;
}

.panel_form .control input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #666666;
}

.panel_form .control input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666666;
}

.panel_form .control input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #666666;
}

.panel_form .control input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #666666;
}

.panel_form .panel_btn_extra {
    height: 60px;
    text-align: right;
    padding-left: 280px;
}

.panel_form .panel_btn_extra a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
    display: block;
}

.panel_form .panel_btn_extra a:hover {
    text-decoration: underline;
}

.panel_form .control input::-webkit-outer-spin-button,
.panel_form .control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.panel_form .control input[type="number"] {
    -moz-appearance: none;
}

.panel_btn .btn {
    padding: 0;
    cursor: pointer;
    width: 360px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 0px rgba(59, 133, 246, 0.34);
}

.panel_btn .btn:hover {
    box-shadow: 0px 0px 10px 0px rgba(59, 133, 246, 1.34);
}

.panel_btn .blue_btn {
    background: linear-gradient(90deg, rgba(49, 113, 244, 1) 0%, rgba(66, 146, 247, 1) 100%);
    color: rgba(255, 255, 255, 1);
    opacity: 0.9;
}

.panel_btn .blue_btn:active {
    opacity: 1;
}

.err {
    position: absolute;
    font-size: 14px;
    line-height: 45px;
    color: #FF0202;
    top: 0;
    right: 0;
    display: none;

}

.err img {
    margin-right: 5px;
    display: inline;
    vertical-align: text-bottom;

}

.con .login_block {
    display: block;
}

.con .forget_password {
    display: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}