﻿/*顶部背景*/
.head {
    height:95px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 19.5% center;
}

.head.self-study {
    height:95px;
    background:url(../../../../images/login/login-hainan.png) 19.5% center no-repeat;
}

/*内容背景*/
.cont{
    height:460px;
	background-position: center 0;
}

/*登录框*/
.cont-loginborder{
     width:400px; 
     margin-left:51%
}

/*云 背景*/
.white{
	height:55px;
	/*background:url(../../../../images/login/login-cloud.png) 26% 3px no-repeat;*/	
    margin:390px 0px 0px 0px;
}

/*底部背景*/
.foot{
	height:180px;
	background:url(../../../../images/login/login-adorn.png) center 80px no-repeat;
    margin-top:-44px;
}

/*背景色*/
html,body{
    background-color:#fff;
}

.content.cont.login_hainan_bg{
    background: url(../../../../images/login/login_hainan.jpg) center 0 no-repeat;
}
