/*
 *
 *   H+ - 后台主题UI框架
 *   version 4.9
 *
*/

html{height: 100%;}
body.signin {
	
    background: #f1f3f5;
    height: auto;
}
.login-bg{
    background: url("../img/bg.jpg") no-repeat top;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    z-index: -1;
}

.logo-title{
    position: absolute;
    top:-74px;
    left: 0;
    height: 46px;
    width: 100%;
}
.logo-title  >div{
    border-left: 1px solid;
    margin-left: 182px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 16px;
    height: 100%;
    position: relative;
}
.logo-title  >div>div{
    position: absolute;
}
.logo-title  >div>div:last-child{
    position: absolute;
    bottom: 0;
}

.title-default{
    background: url("../img/xy-logo.png") no-repeat left center;
}
.title-admin{
    background: url("../img/login-logo-admin.png") no-repeat left center;
}
.signinpanel {
    width: 400px;
    height: 320px;
    background-color: #fff;
    margin: 160px auto 0;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ddd;
    position: relative;


}
.form-horizontal{
    padding: 0 15px;
}

.signinpanel .form-control {
    margin-top: 15px;
}
.input-group-addon{
    border:none;
    border-bottom: 1px solid #E5E6E7;
}
.form-control{
    border: none;
    border-bottom: 1px solid #E5E6E7;
}
.glyphicon,.fa{
    position: relative;
    top: 8px;
}
 input:-webkit-autofill, textarea:-webkit-autofill,  select:-webkit-autofill{
     -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}
.signup-footer{margin-top: 30px;padding-top: 15px; font-size: 12px;color: #999}

body {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.login-content {
    background: url("../img/bg.png") no-repeat top;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-attachment:fixed; */
    position: absolute;
}
.login-content .content {
    width: 70%;
    height: 600px;
    background-color: #fff;
    border-radius: 30px;
    /* overflow: hidden; */
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -35%;
    margin-top: -300px;
    background: url("../img/flight.png") no-repeat #fff;
    background-size: 100% 100%;
    /* border: 1px solid; */
    box-shadow: -3px 3px 16px #ccc;
}
.login-content .nav {
    overflow: hidden;
    margin-top: 46px;
    margin-left: 120px;
}
.login-content .nav li {
    float: left;
    list-style: none;
    line-height: 50px;
    margin-right: 56px;
    font-size: 16px;
}
.login-content .nav li.active a {
    color: #ff6001;
}
.login-content .nav li a {
    color: #484545;
    text-decoration: none;
}
.login-content .nav li .logo {
    margin-right: 40px;
}
.login-content .login-img {
    margin-top: 80px;
    margin-left: 150px;
}
.login-content .left {
    float: left;
}

.login-content .right .title {
    font-size: 26px;
    color: #ff6001;
}
.login-content .right .text {
    font-size: 24px;
    color: #ff6001;
}
.login-content .right .form {
    margin-top: 30px;
}
.login-content .right .form-group {
    margin-bottom: 30px;
}
.login-content .right .form-group label,
.login-content .right .form-group input {
    display: block;
}
.login-content .right .form-group .label {
    font-size: 12px;
    margin-bottom: 10px;
    color: #a8a8a8;
    background: transparent;
    text-align: left;
}
.login-content .right .form-group .input {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    width: 360px;
    outline: none;
    /* padding-left: 5px; */
    /* padding-bottom: 10px; */
    line-height: 42px;
    border-radius: 18px;
    height: 42px;
    padding-left: 16px;
    background: #f6f7fb;
    letter-spacing: 2px;
    margin-left: 20px;
}
.login-content .right .btn {
    width: 360px;
    height: 46px;
    color: #fff;
    outline: none;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    background: linear-gradient(to bottom, #695df8 0%, #314cda 100%);
    border-radius: 23px;
    letter-spacing: 10px;
    margin-left: 20px;
}
.login-content .right .checked {
    font-size: 12px;
    color: #a8a8a8;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.login-content .right .checked:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url("../img/checked.png") no-repeat;
    background-size: cover;
}
.login-content .right .checked.active:before {
    content: "";
    background: url("../img/checked-ac.png") no-repeat;
}

.login-content .content .right{
	padding:40px;
}

.home_icon_logo{
	margin-left: 40px;
	font-size:12px;
}

.welcome_home{
	font-size: 24px;
	font-weight: bolder;
	
	margin-top: 20px;
	letter-spacing: 3px;
	margin-left: 40px;
}

.welcome_home span{
	font-size: 24px;
    background: linear-gradient(to bottom, #645cf5 0%, #4050e2 100%);
    -webkit-background-clip: text;
    color: transparent;
}


.welcome_home_en{
	font-size:10px;
	color:#b4b4b4;
	margin-left: 100px;
}

.home_forget_password{margin-top:-10px;margin-left:25px;}


.login-content .right .form-group .input{
	outline: 0; 
	display:block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
}

.login-content .right .form-group .input:active{
	background: #f6f7fb;
}

.login-content .right .form-group .input:focus{
	background: #f6f7fb;
}

.login-content .right .form-group .input:focus-within{
	background: #f6f7fb;
}

.login-content .right .form-group .input:focus-visible{
	background: #f6f7fb;
}