.login-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("./../images/login/bg.png");
    background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: "arial";
}

.login-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 560px;
    width: 950px;
    margin: auto;
   /*  background: #fff; */
  	background:#0e131069;
    border-radius: 10px;
    overflow: hidden;
}

.login-qrcode-tip {
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    height: 105px;
    background-image: url("./../images/login/green.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

.login-qrcode-tip.active {
    background-image: url("./../images/login/gray.png");
}

.login-block-pic {
    height: 336px;
    width: 395px;
    margin-left: 40px;
    margin-top: 112px;
    /*background-image: url("./../images/login/img.png"); */
    background-position: 100% 100%;
    background-repeat: no-repeat;
   /*  background:rgba(255,255,255,0.3); */
}

.login-form {
    padding: 0 80px;
    padding-top: 100px;
}

.login-form .title {
    font-size: 35px;
    color: #5699ee;
    text-align: center;
	margin-bottom: 50px;
	font-weight: 600; 
   /*  width:250px;
    height:100px;
	background-image: url("./../images/login/oogram_logo_final.png");
	-moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;  
    -moz-border-image: url(./btn.png) 0;  
    background-repeat:no-repeat\9;  
    background-image:none\9;
    margin-bottom:20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./../images/login/oogram_logo_final.png', sizingMethod='scale')\9; */
}

.login-item {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.login-item .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-image: url("./../images/login/user.png");
    background-repeat: no-repeat;
    background-position: center;
}

.login-item .icon.password {
    background-image: url("./../images/login/password.png");
}

.login-input {
    border: none;
    outline: none;
    width: 100%;
    background:rgba(227, 225, 183, 0.58);
    transition: background-color 5000s ease-in-out 0s; 
}

.login-submit .sin-btn {
    width: 100%;
    border-radius: 100px;
    height: 45px;
    line-height: 45px;
}

.login-form .qrcode {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}

.login-form .qrcode img {
    display: block;
    height: 100%;
    width: 100%;
}

.login-form .title2 {
    color: #4198fe;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.login-form .text {
    margin-top: 20px;
    color: #999;
    text-align: center;
    font-size: 14px;
}