﻿body
{
    padding: 0px;
    margin: 0px; /*background:url(/resources/images/login/h_bg.jpg) repeat-x;*/ /*background-color: #94C7FF;*/
}



/***********************************************************************/
.login
{
    margin: 40px 60px;
}
.login_box
{
    /*height: 400px; 	width: 30%; 	margin-left: 30px; 	float: left; 	background-color:White;*/
}

.login input
{
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans' , sans-serif;
    font-size: 1em;
    height: 50px;
    padding: 0 0 0 34px;
    margin: 0px 0px 20px 10px;
    transition: background 0.3s ease-in-out;
    width: 220px;
    float: left;
}
.login input:focus
{
    outline: none;
    border-color: #94C7FF;
    box-shadow: 0 0 0px #94C7FF;
}
.login .input_yh
{
    background: url(/resources/images/login/tc_login_yonghu.png) no-repeat left;
}
.login .input_mm
{
    background: url(/resources/images/login/tc_login_mima.png) no-repeat left;
}
.login .input_yh:focus
{
    background: url(/resources/images/login/tc_login_yonghu2.png) no-repeat left;
}
.login .input_mm:focus
{
    background: url(/resources/images/login/tc_login_mima2.png) no-repeat left;
}
.login .login_bt
{
    -webkit-appearance: none;
    background: #94C7FF;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans' , sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 255px;
    padding: 0 50px 0 50px;
    font-weight: bold;
}
.login_bt:hover
{
    background: #70AFF7;
}
.login_bt_box
{
    margin-top: 20px;
}
#companyName
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: Microsoft YaHei;
}
#cmp
{
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: Microsoft YaHei;
}
/***********************************************************************/
.cont_principal
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/resources/images/login/bg.jpg) center / cover;
}
.cont_join
{
    overflow: hidden;
    position: absolute;
    width: 400px;
    height: 400px;
    box-shadow: 1px 1px 1000px 1000px rgba(0,0,0,0.2),0px 0px 20px 4px rgba(0,0,0,0.2);
    left: 50%;
    top: 50%;
    margin-top: -230px;
    margin-left: -200px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    box-shadow: 1px 1px 1000px 1000px rgba(0,0,0,0.5),0px 0px 20px 4px rgba(0,0,0,0.4);
    background-color: White;
    border-radius: 30px;
}
/*.cont_join:hover
{
	box-shadow: 1px 1px 1000px 1000px rgba(0,0,0,0.5),0px 0px 20px 4px rgba(0,0,0,0.4);
}*/
.cont_form_join
{
    position: relative;
    width: 100%;
    height: 94%; /* float:left;*/ /*left:-320px;*/
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    bottom: 0px;
}
.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
}
/***********************************************************************/
/*
*滑动验证码
*/
#slider
{
    /*margin: 100px auto;*/
    width: 255px;
    height: 50px;
    position: relative;
    border-radius: 2px;
    background-color: #dae2d0;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    top: 0px;
    left: 10px;
}

#slider_bg
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #94C7FF;
    z-index: 1;
}

#labelMove
{
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 3;
    cursor: pointer;
    color: #94C7FF;
    font-size: 16px;
    font-weight: 900;
}

#labelTip
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei' , serif;
    color: #787878;
    line-height: 50px;
    text-align: center;
    z-index: 2;
}

/***********************************************************************/
/***********************************************************************/

.bar
{
    width: 255px;
    height: 50px;
    position: relative;
    border-radius: 2px;
    background-color: #dae2d0;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    top: 0px;
    left: 10px;
}
.slide-to-unlock-bg
{
    text-align: center;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    
     background-color: #dae2d0;
      width: 255px;
       height: 50px;
       
    border-radius: 3px;
}

.slide-to-unlock-progress
{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    left: 0px;
    top: 0px;
     height: 100%;
    background-color: #94C7FF;
}
.slide-to-unlock-bg span /*提示语*/
{
    position: relative;
    z-index: 5;
    color: #787878;
    line-height: 50px;
    
      
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei' , serif;
    text-align: center;
}
.slide-to-unlock-handle /*滑块*/
{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    z-index: 6;
    cursor: move;
    width: 46px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 900;
    color: #94C7FF;
    background: #fff;
}
/***********************************************************************/