* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

body {
    font-family: Arial, 'Hiragino Sans GB', '微软雅黑', '黑体-简', Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    height: 100%;
    color: #3d5266;
    background: #fff;
    min-width: 1200px;
}

body {
    /* 加载背景图 */
    background-image: url(images/login/login_bg.png);
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
}

input, button, select, textarea {
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #39c;
    outline: none;
}

.crm-register-bg {
    margin:6% 9% 3% 9%;
    display:flex;
    flex-direction: row;
    justify-content:center;
}

.crm-register-left{
	min-width:500px;
    margin:0 130px;
}

.crm-register-form {
	min-width: 460px;
    padding: 0 40px;
    margin-right:130px;
    text-align: center;
    background: #FFFFFF;
	box-shadow: 0 1px 3px -4px rgba(0,0,0,0.12), 0 4px 16px 0 rgba(0,0,0,0.08), 0 5px 28px 8px rgba(0,0,0,0.05);
	border-radius: 8px;
	z-index: 9;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.crm-register-form .crm-login1-header {
    padding:45px 0px 40px 0px;
}

.crm-register-title{
	text-align:left;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
}

.crm-register-input-warpper {
    line-height: 54px;
    width: 100%;
    height: 54px;
    border: 1px solid #cfdae6;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin: 15px 0px 30px 0px;
    display:flex;
    align-items:center;
}

.crm-register-username-logo,.crm-register-password-logo{
	position:absolute;
	left:10px;
	width:15px;
	height:15px;
}

.crm-register-input-warpper.actived {
    border: 2px solid #00aaef;
}

.crm-register-input-warpper .crm-register-input {
    float: left;
    width: 100%;
    text-indent: 20px;
    border: none;
    border-radius: 3px;
    padding-left: 10px;
    line-height:48px;
    height: 100%;
    font-family: PingFangSC-Regular;
	font-size: 16px;
}   

.crm-register-footer .pg-btn-submit {
    font-size: 20px;
    line-height: 50px;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    background: #00aaef;
    display: inline-block;
    margin-top: 20px;
}

.crm-loginfooter-info {
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
    color: #8fa1b2;
}
