﻿body {
  background-image: url(/Content/img/login/bg.png);
}
.login-container {
  background-image: url(/Content/img/login/login-frame.png);
  width: 1092px;
  height: 745px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -546px;
  margin-top: -372.5px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #C8C8C8;
  width: 315px;
  height: 24px;
  padding: 10px;
  font-size: 18px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A0A0A0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A0A0A0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A0A0A0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A0A0A0;
}
input:focus {
  border: 1px solid #6B9BDC;
  box-shadow: 0px 0px 4px #6B9BDC inset;
  /* For Latest Opera */
}
.line-1 {
  position: absolute;
  left: 640px;
  top: 300px;
}
.line-2 {
  position: absolute;
  left: 640px;
  top: 368px;
}
.line-3 {
  position: absolute;
  left: 640px;
  top: 427px;
  width: 337px;
  font-weight: 600;
}
.line-3 input[type="checkbox"] {
  font-size: 15px;
}
.line-3 label {
  font-size: 15px;
}
.line-3 a {
  position: absolute;
  font-size: 15px;
  color: #3854BB;
  right: 0px;
}
.line-4 {
  position: absolute;
  left: 640px;
  top: 463px;
  width: 337px;
  font-weight: 600;
}
.line-4 input[type="button"] {
  width: 163px;
  height: 58.5px;
  cursor: pointer;
  border-radius: 6px;
}
.line-4 .btn_login {
  background-image: url(/Content/img/login/login.png);
}
.line-4 .btn_login:hover {
  background-image: url(/Content/img/login/login-hover.png);
}
.line-4 .btn_cancel {
  background-image: url(/Content/img/login/cancel.png);
}
.line-4 .btn_cancel:hover {
  background-image: url(/Content/img/login/cancel-hover.png);
}
.qrimg {
  position: absolute;
  bottom: 177px;
  right: 34px;
  width: 62px;
  height: 62px;
  cursor: pointer;
  background-image: url(/Content/img/login/qrcode_btn.png);
}
.big-qrcode-container {
  background-color: white;
  width: 300px;
  height: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -200px;
  border-top: 10px solid #4091eb;
  border-radius: 10px;
  z-index: 99;
  box-shadow: 0px 0px 20px black;
}
.big-qrcode-container img {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50px;
  top: 80px;
}
.big-qrcode-container label {
  position: absolute;
  left: 88.8px;
  top: 300px;
  font-size: 15px;
  font-weight: bold;
}
.big-qrcode-container .qrwin-close {
  position: absolute;
  left: 50px;
  top: 330px;
  text-align: center;
  line-height: 40px;
  width: 200px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
}
.big-qrcode-container .qrwin-close:hover {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.overlap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 98;
}