* {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a:focus {
  outline: none;
}
a:hover, a:focus{
  text-decoration: none;
}
h1 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 60px 0;
  color: #1967d7;
}
p{
  margin-bottom: 0;
}
.page-wrapper{
  overflow-x: hidden;
  overflow-y: auto;
}
.login-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-60%);
}
.container-login {
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 16px;
  width: 23.625rem;
    /* width: 25%; */
  /* height: 24rem; */
}
.login {
  text-align: left;
}
.logi-title {
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid rgba(0,0,67,0.1);
}
::-webkit-input-placeholder {
  color: #555;

}
:-moz-placeholder {
  color: #555;
}
::-moz-placeholder {
  color: #555;
}
:-ms-input-placeholder {
  color: #555;
}
h2 {
  font-size: 1.25rem;
  text-align: left;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.box-contain{
  padding: 2.5rem;
}
.remember-username {
  /* display: inline-block; */
  /* display: none; */
  color: #333;
  font-size: 0.75rem;
  /* padding-top: 1rem; */
  cursor: pointer;
}

.remember-username span {
  display: none;
}

.remember-username label{
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  margin-left: 6px;
  color: #fff;
}
a:hover, a:focus {
  color: #fff;
}
.forget-password{
  float: right;
  color: #fff;
  font-size: 0.75rem;
  /* padding-top: 1rem; */
}
input[type="checkbox"]{
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #fff;
  vertical-align:middle;
  margin: 0;
  outline: none;
}
input[type="text"]:focus,input[type="password"]:focus,input[name="code"]:focus{
  outline: none;
  border: 1px solid #1677DC;
}
input[type="text"],
input[type="password"] {
  width:100%;
  padding: 10px;
  padding-left: 2.75rem;
  float: left;
  background-color: #ffffff;
  font-size: 0.875rem;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #191919;
}
input[type="text"]
{
  background: url(../images/user-login.svg) #fff no-repeat left 16px center;
  margin-top: 0rem;
}
input[type="password"]
{
  background: url(../images/password-login.svg) #fff no-repeat left 16px center;
  /* margin-top: 1.5rem; */
}
/* input[name="code"]{
    width: 68%;
    margin-top: 1rem;
    padding: 10px;
    padding-left: 2.75rem;
    float: left;
    background-color: #ffffff;
    font-size: 1rem;
    border: 2px solid #cacaca;
    border-radius: 5px;
    outline: none;
    color: #191919;
    background: url(../images/icon_Code1.svg) #fff no-repeat left 16px center;
} */
.send-button .submit {
  margin-top: 15px;
  letter-spacing: 1.36px;
  width: 100%;
  margin: 1rem 0;
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  background: linear-gradient(to right,#2B8DEE,#0064F1);
  border-radius: 5px;
  color: #fff;
  border:none;
  cursor: pointer;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}
.send-button input.submit:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}
.no-account{
  font-size: 0.875rem;
  text-align: center;
  color: rgba(255,255,255,0.8);
}
.no-account span{
  text-decoration: underline;
  color: #fff;
}

.header-style-3 .topbar{
  background: #ffffff;
}
.site-header .contact-info:after{
  background:none;
}
.header-style-3 .contact-info ul > li + li{
  margin-left: 0;
}
.contact-info ul li p{
  line-height: 2.5rem;
  font-size: 1.75rem;
  color: #000000;
  opacity: 0.85;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 5rem;
}
.lims-en{
  padding-left: 5rem;
  color: #696969;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.header-style-3 .contact-info ul .login-r{
  float: right;
  line-height: 3rem;
}
.login-r a{
  padding: 0 0.5rem;
  color: #1682db;
}
.login-r span{
  color: #1682db;
}
.site-footer{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: none;
  position: absolute;
  bottom: 1rem;
}
.site-footer .copyright {
  color: #1D2129;
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.send-button input.submit:focus{
  outline: none;
}
.content{
  position: relative;
  height: 31rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20rem;
  background: url(../images/login-back2.png) no-repeat center ;
  background-size: cover;
}
.box-logo{
  width: 13.75rem;
}
.mylims2{
  display: none;
}
/*--- Responsive Code ---*/
@media screen and (max-width: 1280px) {
  .container-login {
    width: 38%;
  }
}

.login-content-sys-title ul {
	overflow: hidden;
	font-size: 15px;
	font-size: 0.9375rem;
}

.login-content-sys-title ul li p {
	line-height: 3rem;
	font-size: 1.75rem;
	color: #000000;
	opacity: 0.85;
	font-weight: 500;
	margin-bottom: 0;
	padding-left: 1rem;
	letter-spacing: 1.56px;
}

.login-content-sys-title .logo {
	display: inline-block;
	width: 13.75rem;
	margin-left: 50px
}

.error {
	padding-top: 10px;
	color: red;
	font-size: 0.9rem;
}

.captcha {
	background: url(../../../../../../../gikam/main/img/blur-entry-input-captcha.svg) #fff no-repeat left 16px
		center !important;
		
	width: 50% !important;
}

.captcha-img{
    margin-left: 5px;
    width: calc(50% - 5px);
    height: 42px;
    border-radius: 5px;
}

.captcha-img-span{
	width: 100%;
	display: none; /*默认隐藏*/
}

.mobile-code {
	background: url(../../../../../../../gikam/main/img/blur-entry-input-captcha.svg) #fff no-repeat left 16px
		center !important;
		
	width: 50% !important;
}

.mobile-code-btn{
    margin-left: 5px !important;
    margin-top: 0 !important;
    width: calc(50% - 5px);
    height: 42px;
    border-radius: 5px;
    font-size: 12px !important;
}

.mobile-code-span{
	width: 100%;
	display: none; /*默认隐藏*/
}

input::-webkit-input-placeholder {
    color: #c0c0c0;
    background-color: #fffff;
    font-size: 14px;
}
input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/ 
    color: #c0c0c0;
    background-color: #fffff;
    font-size: 14px;
}
input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/ 
    color: #c0c0c0;
    background-color: #fffff;
    font-size: 14px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
    color: #c0c0c0; 
    background-color: #fffff;
    font-size: 14px;
}

.alert{
	display: none; /*默认隐藏*/
}
