::-webkit-input-placeholder {
    color: #eee;
}
::-moz-placeholder {
    color: #eee;
}
::-moz-placeholder {
    color: #eee;
}
:-ms-input-placeholder {
    color: #eee;
}

.fui-content { background:#fff; overflow: hidden; padding:1.5rem}
.account-top {
    position: relative;
    margin-top:2rem;
}
.account-bg {
    position:absolute; top:0;left:0;width:100%;height:100%;
}
.account-bg img {
    position: absolute; top:-10px;left:-10px;
    width:110%;height:110%;-webkit-filter: blur(5px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px); }
/*.account-top .bg { height:auto; ;}
.account-top .bg img { width:100%; position: relative;}
.account-top .logo { text-align: center; overflow: hidden;width:100%;}
.account-top .logo img { width:5rem; height:5rem;border-radius: 5rem;padding:.1rem;}*/

.account-top h2{
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
	
}
.account-top p{font-size: 14px;
    color: #999;
    margin-top: 1rem;
    line-height: 14px;}
.account-cell { padding:.2rem;}
.account-login-link { opacity: .8; color:#3BC979;  }
.account-cell-group { background: transparent }

.btn.account-btn { border:1px solid #3BC979; background:#3BC979; color:#fff; margin: 0; margin-top:1.5rem; margin-bottom:1rem}
.fui-cell-group .fui-cell {
    border-bottom: 1px solid #e5e5e5;
    color: red;
}
.fui-cell-group .fui-cell:last-child{border-bottom:none}

.sns-login {
    height: auto;
    margin: 0.5rem 1rem 0.5rem 1rem ;
    position: relative;
}

.sns-login .title {
    height: 2rem;
    line-height: 2rem;
    position: relative;
    text-align: center;
}

.sns-login .title:before {
    content: "";
    position: absolute;
    width: 35%;
    border-top: 1px solid #eee;
    top: 1rem;
    left: 0;
}

.sns-login .title:after {
    content: "";
    position: absolute;
    width: 35%;
    border-top: 1px solid #eee;
    top: 1rem;
    right: 0;
}

.sns-login .title .text {
    height: 2rem;
    line-height: 2rem;
    width: auto;
    margin: auto;
    color: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.sns-login .icons {
    height: 3rem;
    padding-top: 0.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.sns-login .icons .item {
    height: 2.6rem;
    width: 2.6rem;
    margin: 0 0.4rem;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 2.6rem;
    text-align: center;
    color: #fff;
}

.sns-login .icons .item.yellow {
    border-color: #fcd576;
    color: #fcd576;
}

.sns-login .icons .item.blue {
    border-color: #9edcf5;
    color: #9edcf5;
}

.sns-login .icons .item.green {
    border-color: #88e9bc;
    color: #88e9bc;
}

.sns-login .icons .item i {
    font-size: 1.8rem;
    line-height: 2.4rem;
}