body,html{
    width: 100%;
    height:100%;
}

#backgroundLogin{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: url("/images/back1.jpg") no-repeat fixed top;
    /*background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    position: relative;
}
.backgroundLogin-box{
    background-image: url("/images/Background.png");
    width: 754px;
    height: 512px;
    color: #fff;
}
#backgroundLogin .title{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#backgroundLogin .title span{
    display: inline-block;
    line-height: 100px;
    vertical-align: middle;
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
    /*padding-top:30px;*/
}
#backgroundLogin .title img{
    width: 100px;
}
.backgroundLogin-main{
    /*width: 430px;*/
    border-radius:10px ;
    /*background-color: #FFFFFF;*/
    margin: 0 auto;
    box-sizing: border-box;

}

.input-group{
    display: flex;
    align-items: center;
    width: 700px;
    height: 70px;
    margin-bottom:10px;
    position: relative;
    color: #010101;
    background-color: #ffffff;
    font-size: 30px;
    margin-left: 27px;
}
.input-group:nth-of-type(1){
    border-radius:10px 10px 0 0;
}
.input-group:nth-of-type(3){
    /*margin-bottom: 28px;*/
    /*height: 45px;*/
    border-radius:0 0 10px 10px;
}
.input-group:nth-of-type(4){
    margin-bottom: 28px;

}
.input-group input {
    flex: 1 0 auto;
    height: 80%;
    border: none;
    padding: 0 10px;
    color: #666666;
    font-size: 30px;
    outline: none;
    /*text-align: center;*/
    background-color: inherit;
    margin-left: 10px;
}

.input-group input::placeholder {
   color: #AAAAAA;
    font-size: 16px;


}
.input-group .icon{
    display: inline-block;
    height: 100%;
    width: 70px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-image: url("/images/icons/loginIcon.png");
    background-color:#24A9C1 ;
    border-radius: 10px 0 0 10px;
}
.shadow{
    /*border-bottom: 1px solid #9FD9E4;*/
    box-sizing: border-box;
}
.user-name{
    background-position: 11px 8px ;
}
.password-icon{
    background-position: 11px  -92px;
}
.input-group .getVerificationCode{
    flex: 0 0 133px;
    width: 133px;
    margin-left: 22px;
}
.btn-box {
    text-align: center;
    margin-top: 40px;
}
#submit{
    margin: 0 auto;
    /*background-color: #006C6C;*/
    border: none;
    width: 360Px;
    height: 60px;
    color: #fff;
    border-radius: 3px;
    font-size: 30px;
    background-image: url('/images/icons/sign-bottom.png');
}
#submit:active{
    outline: none;
}
.input-group .verification-code{
    flex: 0 0 133px;
    width: 133px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.input-group .checkbox-box{
    flex: 0 0 15px;
    height: 15px;
color: #0a628f;

}
.label-input{
    position: relative;
    cursor: pointer;
}
input:checked + .show-box {
    background: #fff;
}
.show-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #0099B9;
    border-bottom: 1px solid #fff;
}

.show-box:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 3px;
    height: 8px;
    border: solid  #0099B9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);


}
#remember{
    margin-left: 15px;
     position: relative;
    top: -4px;
}
.hint-text{
    position: absolute;
    right: -50%;
    color: #c31f1b;
    font-style: normal;
    transition: .5s cubic-bezier(.55,.13,.49,1.28) ;
    opacity: 0;
    transform: translate(200px,0);
    -ms-transform: translate(200px,0);
    -webkit-transform: translate(200px,0);
    -o-transform: translate(200px,0);
    -moz-transform: translate(200px,0);

}
.hint .showText{
    opacity: 1;
    transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
/*#verify{
    text-align: center;
}*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #24A9C1 !important;
    background-image: none !important;
    color: #fff !important;
}

.dialog-content{
    justify-content: center;
    align-items: center;
}
#code_img{
    cursor: pointer;
}
.showPass{
    position: absolute;
    right: 5%;
    cursor: pointer;
    display: block;
    width: 24px;
    height: 16px;
    background-image: url("/images/icons/hide-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.showDelete {
    position: absolute;
    right: 5%;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/images/icons/Delete.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.hediPass{
    background-image: url("/images/icons/show-icon.png")!important;

}
@media (max-height: 700px) {
    #backgroundLogin .title{
        margin-bottom: 10px;
    }
    .btn-box{
        margin-top: 40px;
    }
}