﻿
.Content {
    position: absolute;
    top: 50%;
    width: 650px;
    height: 500px;
    border: dashed;
    margin-top: -220px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -430px;
    /*此时宽和高都要固定*/
    width: 850px;
    height: 500px;
    background-image: url(../../Content/Img/00登录页.png)
}

.box-title {
    position: absolute;
    top: 100px;
    left: 530px;
    font-size: 16px;
    line-snap: none;
    color: #4b649f;
    font-family: 'Microsoft YaHei UI';
    font-weight: 700;
    color: inherit;
}

    .box-title:hover {
        text-decoration: none;
        color: inherit;
    }



.box-title1 {
    position: absolute;
    top: 140px;
    left: 510px;
    font-size: 12px;
    line-snap: none;
    color: #4b649f;
    font-family: 'Microsoft YaHei UI';
    font-weight: 700;
    color: inherit;
}

    .box-title1:hover {
        text-decoration: none;
        color: inherit;
    }

.title {
    margin-top: 50px;
    margin-left: 30px;
    width: 275px;
    height: 30px;
    background-color: transparent;
}

.bottom-line {
    position: relative;
    top: 180px;
    left: 220px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #efeeec;
    outline: medium;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 255px;
    height: 33px;
    background: transparent;
    margin-bottom: 10px;
}

.btn-login {
    position: relative;
    top: 180px;
    left: 410px;
    width: 169px;
    height: 51px;
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
}

    .btn-login:hover {
        background-color: #008CBA; /* Green */
    }



.Verfyimage {
    position: relative;
    top: 100px;
    left: 640px;
    width: 70px;
    height: 33px;
}

.bottom-linebox {
    position: relative;
    top: 180px;
    left: 150px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #efeeec;
    outline: medium;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 33px;
    background: transparent;
    margin-bottom: 10px;
}

.nextVerfy {
    position: relative;
    top: 100px;
    left: 640px;
    width: 70px;
    height: 33px;
    font-size: 10px;
}
