html, body {
    height: 100%
}
.content{
    height: inherit;
    background-image: url('./../../../assets/images/siyanli/bg.png');
}
.scroll-width{
    width: 1200px;
    margin: auto;
}
.flex{
    display: flex;
    align-items: center;
}
.scroll-width .inline-block{
    width: 600px;
    display: inline-block;
}

.row .content-left{
    height: 420px;
    width: 100%;
    border: 1px solid beige;
    border-right: 2px solid #a18d54;
}
.logo-img{
    width: 340px;
    height: 220px;
    margin:110px auto;

}
.logo-img img{
    width: 100%;
    height: 100%;
}
.row .content-right{
    height: 420px;
    width: 360px;
    border: 1px solid #e8deca;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
}
.content-right .content-text{
    padding: 16px;
}
.content-right .content-text .title{
    text-align: center;
    padding: 30px 10px 10px 10px;
    font-size: 18px;
    color: #a18d54;
}
.content-text .form-inline{
    padding: 18px 0;
}
.content-text .form-group{
    border-bottom: 1px solid #999;
    width: 100%;
    padding: 5px;
}
 .icon-img{
    width: 20px;
    height: 20px;
    display: inline-block;
}
 .icon-img img{
    width: 100%;
    height: 100%;
}

.content-text .form-group .show-border{
    border: none;
    width: 90%;
    outline: none;
}
.content-text .forget{
    text-align: right;
    float: right;
}
.button-margin{
    margin-bottom: 15px;
    padding-top: 20px;
}
.login-error{
    padding-top: 20px;
}
.login-error .reset{
    text-align: center;
    color: #ef2020;
}

.landing-button {
    margin-top: 30px;
}
.landing-button .btn ,.reset-button .btn{
    background-color: #a18d54;
    color: #fff;
}

.reset-content .content-header {
    background-color: #fff;
    padding: 20px;
    color:#a18d54 ;
    border: none;
}
.reset-content .content-header .reset{
     margin-left: 10px;
}
.reset-content .content-header .return-login{
    float: right;
    cursor: pointer;
}

.reset-content .row .content-bottom{
    width: 50%;
    margin: 20px auto;
    background-color: #fff;
    height: 360px;
}
.reset-content .row .content-bottom .content-center{
    height: 80%;
    width: 55%;
    margin:auto;
    padding-top: 40px;
}
.content-bottom .content-center .form-inline{
    padding: 16px 0;
}
.content-bottom .content-center .form-group{
    width: 100%;
}
.verification-code{
    background-color: #a18d54;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    min-width: 90px;
    outline: none;
}
.verification-code:hover{
    color: #fff;
}
.verification-code:focus{
    color: #fff !important;
}
.content-bottom .content-center .show-border{
    border: none;
    width: 65%;
    outline: none;
}
.reset-button{
    margin-top: 20px;
}
.relitive{
    position: relative;
    height: 420px;
    margin-top: 10%;
}
 .position-left{
     position: absolute;
     left: 0;
 }
.position-right{
    position: absolute;
    right: 0;
}
.float-right,.float-left{
    display: inline-block;
}