﻿.o-login_box>form{
    background-color:#eaeff1;
    line-height:30px;
    color:#656565;
    margin:0 auto;
}

.text-right {
    text-align: right;
}

.font20 {
    font-size: 20px;
    font-weight: bold;
}

.font16 {
    font-size: 16px;
}

.newuser,.forgetPwd {
    cursor: pointer;
}

.errortext{
    color: #f90f67;
}

.registBox{
    padding:30px 15px ;
}

.btnStyle{
    background-color: #199fbc;
    color: #fff;
}


.registBtn{
    margin-top:20px;
}

.resetEmail {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #777777;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*個人資料頁*/
.wrap{
    background:#fff;
}
.personform{
    padding-top:40px;
    padding-right:15px;
    padding-left:15px;
    /*border: 1px solid #777777;*/
    border-top:none;
}
.toptitle{
    background:#199fbc;
    color:#fff;
    padding:15px 0;
    margin-top:20px;
}
.toptitle p{
    font-size:22px;
    margin-bottom:0;
    text-align:center;
}
.personform{
    width:50%;
    margin:0 auto;
}
.PhoneList{
    width:100%;
}
.errortext{
    color:#f90f67;
}
#btnSave{
    background:#199fbc;
    color:#fff;
    margin-bottom:40px;
    padding:6px 35px;
}
.hr{
    margin:20px 0;
    text-align:center;
}
.clickbtn{
    background:#199fbc;
    color:#fff;
}

.login_facebook {
    font-size: 18px;
}

.login_facebook img {
    margin-top: 40px;
    margin-bottom: 20px;
}


.login_facebook {
font-size: 18px;
}



/*個人資料頁 end*/