﻿html,body {
    width:100%;
    height:100%;

}
body {
    min-width:1200px;
        background-image:url("../../../../Mooc/Images/Mooc954/middle.png?v=1204");
    background-repeat:no-repeat;
    background-position:center;
    background-color:#4989FC;
}
    body > div:first-child {
        width:100%;
        height:100%;
    }
.divMain {
    width:100%;
    height:calc(100% - 120px);
    margin:0 auto;
    min-height:720px;

}

.divTop {
    width:100%;
    height:120px;
    position:relative;   
    text-align:center;
    width:1200px;
     margin:0 auto;
}

.divLogo {
    position:absolute;
    left:10px;
    top:5px;
}

.divTopTitle {
    position:relative;
    top:75px;
    font-size:16px;
    color:white;
    font-weight:bold;
}

.divMiddle {
    width:1200px;
    height:600px;
    margin:0 auto;
    position:relative;
    
}
.divBottom {
    width:100%;
    height:120px;
    background-image:url("../../../../Mooc/Images/Mooc954/bottom.png?v=1204");
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.divUser {
    width: 300px;
    position:absolute;
    left:700px;
    top:30px;
    font-size:14px;
    font-family:'Microsoft YaHei';
    background: #FFFFFF;
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
border-radius: 12px;
padding:60px;
}

.divUserBack {
    width: 620px;
    height:610px;
    position:absolute;
    left:50px;
    top:0;
    background-image:url("../../../../Mooc/Images/Mooc954/leftback.png?v=1204");
    background-repeat:no-repeat;
    background-size:100% 100%;

}

.divUserRow {
    margin-bottom:20px;
}

    .divUserRow span {
        display:block;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        color: black;
        text-align:left;
        margin-bottom:5px;
    }

    .divUserRow input {
        outline:none;
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #DBDBDB;
        border-radius: 9px;
    }

        .divUserRow input:focus {
            border: 1px solid #2A6BFF;
        }


    .divMemoryUserName {
    cursor: pointer;
    background-image: url(../../../../Images/User/Login/checkBox.png?v=1204);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    font-size: 0px;
}


    .divMemoryPassword {

    cursor: pointer;
    background-image: url(../../../../Images/User/Login/checkBox.png?v=1204);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    font-size: 0px;
}

.lblcbk {
     margin-right:20px;
}

.lblcbk div{
    display:inline-block;
    vertical-align:middle;
   
}

.btnLogin {

    cursor: pointer;
    border: 0px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: white;
    text-align: center;
    background: linear-gradient(90deg, #0DE0FF 0%, #4760FF 100%);
    box-shadow: 0px 5px 10px 0px rgba(0,50,193,0.3);
    border-radius: 9px;
    margin-top:40px;
}

    .btnLogin:hover {
        opacity:0.8;
    }

.divBack {
    position:absolute;
    color:black;
    top:25px;
    right:20px;
    font-size:14px;
    cursor:pointer;
}

.divLoginTitle {
    font-size: 30px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
}

.linkTo {
    position:absolute;
    top:17px;
    right:80px;
    font-size:14px;
    cursor:pointer;
    background:#4099FD;
    color:white;
    padding:7px 10px;
    border-radius:9px;
}