* {
	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;
}

/*-- Index-Page-Styling --*/
h1 {
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 4px;
	margin: 60px 0;
	color: #1967d7;
}

.container-login {
	position: absolute;
	right: 15%;
	top: 50%;
	transform: translate(0, -50%);
	/* width: 22%;
  margin: 0 auto;
  padding: 0px; */
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 16px;
	width: 410px;
	height: 385px;
	/* -moz-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
-webkit-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57); */
	/* border-bottom: none;
border-bottom-left-radius: initial;
border-bottom-right-radius: initial; */
}

.login {
	text-align: left;
}

.logi-title {
	text-align: center;
	padding-bottom: 1rem;
	height: 80px;
	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: #333;
	font-weight: 500;
}

.remember-pass {
	display: inline-block;
	color: #333;
	font-size: 0.75rem;
	padding-top: 1rem;
	padding-left: 30px;
	cursor: pointer;
}

.remember-pass label {
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	margin-left: 6px;
}

a:hover, a:focus {
	color: #1677DC;
}

.remember-pass:hover {
	color: #1677DC;
}

.forget-password {
	float: right;
	color: #333;
	font-size: 0.75rem;
	padding-top: 1rem;
	padding-right: 30px;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 1px solid #f8f8f8;
	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: 350px;
	margin: 0 30px;
	padding: 10px;
	padding-left: 2.75rem;
	float: left;
	background-color: #ffffff;
	font-size: 0.875rem;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	color: #191919;
}

input[type="text"] {
	background: url(../images/user-login.svg) #fff no-repeat left 16px
		center;
	margin-top: 2.6rem;
}

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 input[type="button"] {
	margin-top: 15px;
	letter-spacing: 1.36px;
	width: 350px;
	margin: 36px 30px;
	padding: 0.5rem 0;
	font-size: 1.125rem;
	font-weight: 500;
	background: linear-gradient(to right, #2B8DEE, #0064F1);
	/* background: #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;
}

/*--w3layouts--*/
/*--agileits--*/
.send-button input[type="button"]: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;
}

.login h2 {
	display: inline-block;
	margin: 0;
}

.login .register-a {
	color: #1967d7;
	float: right;
}

/* .login a:hover {
color: #FFF;
} */
.register {
	width: 44%;
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 40px;
	text-align: left;
}

.register p {
	color: #ccc;
	margin-bottom: 10px;
}

.register p a {
	color: #ccc;
}

.register p a:hover {
	color: #fff;
}

.footer {
	text-align: center;
	margin: 100px 20px 20px;
}

.footer p {
	color: #ccc;
	line-height: 25px;
	/*--w3layouts--*/
	/*--agileits--*/
}

.footer a {
	color: #ccc;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

/*-- Index-Page-Styling --*/

/*--- Responsive Code ---*/

/* @media screen and (max-width: 1920px) {
  h1 {
    margin: 100px 0;
  }
} */

/* @media screen and (max-width: 1600px) {
  h1 {
    margin: 60px 0;
  }
} */

/* @media screen and (max-width: 1440px) {
  .container-login {
    width: 28%;
  }
} */

/* @media screen and (max-width: 1366px) {
  h1 {
    margin: 50px 0;
  }
  .container-login {
    width: 28%;
  }
  
} */
/*--w3layouts--*/
/*--agileits--*/
@media screen and (max-width: 1280px) {
	.container-login {
		/* width: 28%; */
		
	}
}

@media screen and (max-width: 1024px) {
	.container-login {
		width: 32%;
	}
}

@media screen and (max-width: 966px) {
	.container-login {
		width: 32%;
	}
	.footer {
		margin: 50px 20px 20px;
	}
}

@media screen and (max-width: 853px) {
	.login {
		padding-right: 36px;
	}
	.register {
		padding-left: 36px;
	}
	.social-icons ul li {
		width: 32.8%;
	}
	.register p {
		font-size: 14px;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 43px;
	}
	.login {
		padding-right: 35px;
	}
	.register {
		padding-left: 34px;
	}
	.social-icons ul li span.icons {
		width: 28px;
	}
}

@media screen and (max-width: 768px) {
	.container-login {
		width: 34%;
	}
	.register p {
		font-size: 13.8px;
	}
}

@media screen and (max-width: 736px) {
	h1 {
		font-size: 40px;
	}
	.container-login {
		width: 87%;
		padding: 35px;
	}
	.login {
		padding-right: 34px;
	}
	.register {
		padding-left: 33px;
	}
	.social-icons ul li a span {
		font-size: 14px;
	}
	.register p {
		font-size: 13.2px;
	}
}

@media screen and (max-width: 667px) {
	h1 {
		font-size: 35px;
		letter-spacing: 3px;
	}
	.container-login {
		width: 55%;
		padding: 50px;
	}
	.login {
		padding: 0;
		width: 100%;
		margin-bottom: 50px;
	}
	.register {
		padding: 40px 0 0 0;
		width: 100%;
		border: none;
		border-top: 1px solid #ddd;
	}
}

@media screen and (max-width: 603px) {
	h1 {
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 568px) {
	h1 {
		letter-spacing: 1px;
		margin: 30px 0;
	}
	.container-login {
		width: 60%;
		padding: 40px;
	}
}

@media screen and (max-width: 533px) {
	h1 {
		font-size: 32px;
	}
}

@media screen and (max-width: 480px) {
	.container-login {
		width: 70%;
		padding: 35px;
	}
	.send-button input[type="button"] {
		width: 50%;
		padding: 8px 0;
	}
}

@media screen and (max-width: 414px) {
	h1 {
		font-size: 30px;
	}
	.container-login {
		width: 75%;
		padding: 25px;
	}
	.login {
		margin-bottom: 30px;
	}
	.register {
		padding: 30px 0 0 0;
	}
	.footer p {
		font-size: 14px;
	}
}

@media screen and (max-width: 384px) {
	h1 {
		letter-spacing: 0px;
	}
}

@media screen and (max-width: 375px) {
	.social-icons ul li span.icons {
		width: 27px;
	}
	.register p {
		font-size: 13px;
		line-height: 23px;
	}
}

@media screen and (max-width: 360px) {
	.container-login {
		width: 80%;
		padding: 20px;
	}
}

@media screen and (max-width: 320px) {
	.social-icons ul li {
		width: 32.7%;
	}
	.social-icons ul li span.icons {
		width: 25px;
	}
	.social-icons ul li a span {
		font-size: 12.4px;
	}
}

/*--- Responsive Code ---*/
.header-style-3 .topbar {
	background: #ffffff;
}

.logo {
	display: inline-block;
	width: 13.75rem;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.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: 3rem;
	font-size: 1.75rem;
	color: #000000;
	opacity: 0.85;
	font-weight: 500;
	margin-bottom: 0;
	padding-left: 15.5rem;
	letter-spacing: 1.56px;
}

.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;
}

.nav {
	padding-top: 20%;
}

.nav .container {
	padding-left: 11rem;
	padding-right: 11rem;
}

.inspection-information {
	overflow: hidden;
	border-radius: 10px;
	padding: 1rem 1.5rem;
	background: rgba(8, 76, 174, 0.85);
}

.inspection-information li {
	float: left;
}

.icon-l {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	padding: 0.6rem;
}

.icon-r {
	padding-left: 1rem;
}

.icon-r p {
	margin: 0px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5rem;
}

.icon-r span {
	color: #fff;
	font-size: 0.75rem;
	font-family: "Arial";
}

.padd-t {
	padding-bottom: 20px;
}

.footer {
	padding-top: 4rem;
	text-align: center;
	color: #ffffff;
	font-size: 0.75rem;
	/* position: absolute;
  bottom: 0rem;
  left: 50%;   
  transform: translate(-50%, 0);  */
}

.titile-padding {
	display: inline-block;
	background: url(../images/line.svg) no-repeat right center;
	padding-right: 20px;
}

.container {
	width: 98% !important;
}

.login-r a {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	background: #E27A32;
	padding: 0.75rem;
	border-radius: 5px;
	margin-right: 1rem;
}

.login-r a img {
	margin-right: 0.5rem;
}

.login-r a {
	text-decoration: none;
}

.site-footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: none;
}

.site-footer .slogan {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.site-footer .slogan li {
	color: rgba(0, 0, 0, 0.85);
	font-weight: bold;
	padding-top: 34px;
	font-size: 1.25rem;
	letter-spacing: 1.1px;
	line-height: 1.75;
	display: inline-block;
	padding-right: 3rem;
}

.site-footer .slogan li:last-child {
	padding-right: 0;
}

.site-footer .copyright {
	color: #000000;
	opacity: 0.35;
	font-size: 0.75rem;
	/* line-height: 1.125rem; */
	padding-top: 12px;
	padding-bottom: 15px;
	margin: 0;
	letter-spacing: 1.6px;
	font-weight: 400;
}

.send-button input[type="button"]:focus {
	outline: none;
}

.username {
	text-transform: uppercase;
}

.error {
	padding-top: 10px;
	padding-left: 30px;
	color: red;
	font-size: 0.9rem;
}

.page-contain {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
}