@charset "UTF-8";

.main-box{
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.main-box .box-container{
    position: absolute;
    width: 430px;
    min-height: 450px;
    left: 50%;
    top: 50%;
    margin-top: -225px;
    margin-left: -220px;
    background-color: #fff;
    padding: 15px;
}

.box-container .header-box {
    height: 34px;
    line-height: 34px;
    margin: 10px 0 25px;
}
.box-container .header-box .logo-box {
    width: 108px;
    margin: 0 auto;
}

.header-box .logo-box .img {
    background: url("https://www.shownest.com/_resources/_images/common/logo.png") no-repeat;
    background-size: 200% 100%;
    background-position: 1px 0;
    height: 37px;
}

.logo-box .img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.slogan h3 {
    color: #ccc;
    font-size: 18px;
}

.form-panel {
    width: 70%;
    margin: 0 auto;
}

.form-panel .form-group {
    margin-bottom: 20px;
}

.form-panel input {
    height: 44px;
    padding-left: 44px;
    font-size: 16px;
}

.form-panel .filed-set {
    position: relative;
}

.form-panel .filed-set i {
    position: absolute;
    left: 14px;
    top: 12px;
    font-size: 22px;
    color: #ff006a;
}

.filed-set .encode {
    float: left;
    width: 50%;
}


button[name='regcode'] {
    padding: 10px 0;
    float: right;
    width: 45%;
}

.shownest-btn-grey[disabled] {
    background-color: #fff;
}

.form-panel .submit-btn {
    width: 100%;
    height: 46px;
    font-size: 16px;
    background-color: #ff006a;
}

.form-panel .gn-account {
    color: #ff006a;
    font-weight: 500;
}

.form-panel .gn-account:hover,.form-panel .gn-account:visited,.gn-account:link,.gn-account:active {
    text-decoration: none;
}

.errorTip .form-control{
    height: 44px!important;
    line-height: 30px;
    padding-left: 40px;
    border: 1px solid #ff006a;
    background: pink;
    color: #ff006a;
}


