html,
body {
    width: 100%;
    height: 100%;
}

.decorate-foot {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b9bed1;
    font-size: 16px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b9bed1;
    font-size: 16px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b9bed1;
    font-size: 16px;
}

/* 登录 */
.decorate-login {
    width: 100%;
    height: 100%;
    background: url(https://www.cadexam.com/frontend/train/images/banner.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
}
.decorate-login .login-form{
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -150px;
    background-color: #ffffff;
    border-radius: 20px;
}
.decorate-login .login-form p{
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-top: 60px;
    margin-bottom: 75px;
}

.decorate-login .login-form .btn{
    display: block;
    margin: 0 auto 50px;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 10px;
    border-radius: 10px;
    position: relative;
}
.decorate-login .login-form .btn:before{
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.decorate-login .login-form .btn-1:before{
    background-image: url(https://www.cadexam.com/frontend/train/images/icon_1.png);
}
.decorate-login .login-form .btn-2:before{
    background-image: url(https://www.cadexam.com/frontend/train/images/icon_2.png);
}
.decorate-login .login-form .btn-1{
    background: -webkit-linear-gradient(90deg,#4ba57f,#92d14f);
    background: -moz-linear-gradient(90deg,#4ba57f,#92d14f);
    background: -o-linear-gradient(90deg,#4ba57f,#92d14f);
    background: linear-gradient(90deg,#4ba57f,#92d14f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #4ba57f, endColorstr = #92d14f);
}
.decorate-login .login-form .btn-2{
    background: -webkit-linear-gradient(90deg,#5a63da,#01b0f1);
    background: -moz-linear-gradient(90deg,#5a63da,#01b0f1);
    background: -o-linear-gradient(90deg,#5a63da,#01b0f1);
    background: linear-gradient(90deg,#5a63da,#01b0f1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #5a63da, endColorstr = #01b0f1);
}
.decorate-login .login-form .btn{
	color:#fff;
}
.decorate-foot {
	background-color: transparent;
	padding: 0;
}
.decorate-foot.pl-footer .pl-footer-about a {
	color: inherit;
}
.decorate-foot.pl-footer{min-width:auto;}