.wrapper{
    margin: 5% auto;
    width: 900px;
    height: 506px;
    box-shadow: 0 8px 8px 0 rgba(51,51,51,.05), 0 0 8px 0 rgba(51,51,51,.15);
}
.clear-float{
    overflow: auto;
    height: 100%;
}

.banner-box{
    float: left;
    width: 50%;
    height: 100%;
}
.banner-view{
    margin-top: 60px;
}
.image-view{
    width: 246px;
    height: 246px;
    margin: 0 auto;
}
.image-view img{
    width: 246px;
    height: 246px;
    margin: 0 auto;
}
.banner-title{
    font-size: 24px;
    text-align: center;
}
.banner-word{
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}
.login-box{
    float: left;
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}
.login-view{
    width: 400px;
    margin: 25px auto 0px auto;
    height: 100%;
}
.login-title{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.login-form{
    margin-top: 10px;
}
.input-box{
    border: 0.5px solid #7a8aa3;
    height: 46px;
    width: 310px;
    margin: 50px auto 0px auto;
    border-radius: 5px;
}
.input-box input{
    border: none;
    outline: none;
    width: 260px;
    height: 45px;
    font-size: 14px;
}
.input-focus{
    border: 0.5px solid #37d28c !important;
    color: #37d28c !important;
}

.input-ico{
    float: left;
    width: 46px;
    height: 100%;
    position: relative;
}

.input-ico i{
    font-size: 24px;
    position: absolute;
    left: 11px;
    top: 8px;
}

.input-type{
    float: left;
    height: 100%;
    width: 264px;
}

.input-word{
    width: 310px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 5px;
    color: #b4b4b4;
}
.input-word .right{
    float: right;
}
.input-word a{
    font-size: 12px;
}
.login-button{
    width: 311px;
    margin: 50px auto;
    position: relative;
}
.login-button button{
    border: none;
    font-size: 24px;
    width: 100%;
    line-height: 1.6;
    background: #23b598;
    color: #FFFFFF;
    box-shadow: 0 4px 15px 0 rgba(36,181,151,.3);
    cursor: pointer;
}
.button-disabled, .button-disabled:hover{
    background: #eee !important;
    color: #bebebe !important;
    border: 1px solid transparent !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}
.account-error-hint {
    position: absolute;
    left: 0;
    margin-top: 5px;
    font-size: 12px;
    color: #f59523;
    white-space: pre-wrap;
    text-align: left;
}
.account-error {
    font-size: 12px;
    color: #f59523;
    white-space: pre-wrap;
    text-align: left;
    margin-top: 5px;
}