@import url('https://fonts.googleapis.com/css2?family=Joan&family=PT+Serif&display=swap');

.xyz{
	min-height: 100vh;
	background-image: url(../img/login_images/Solution-Plant-Hire-Top-10-Construction-and-Civil-Engineering-Companies-1200x800.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow-x: hidden;
}
.abc {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(43, 43, 43, 0.6);
    margin: 0;
    padding: 30px 0;
}
.login-container {
	padding-top: 1.7%;
	height: 700px;
}
@media only screen and (max-width: 1200px) {
	.login-container {
		margin-top: 0;
		height: 700px;
	}

}
.login-form-1 {
	height: 700px;
	background-color: rgba(196, 235, 237,0.9);
}

.login-form-1 h3 {
	text-align: center;
	color: #333;
}

.image {
	width: 85%;
	height: 275px;
	margin: auto;
}

.para {
	width: 100%;
	height: 380px;
}
.line-style {
    font-size: 15px;
    font-family: 'PT Serif', serif;
    color: #023e7e;
}


@media only screen and (max-width: 480px) {
	.line-style {
		font-size: 10px;
		font-family: 'PT Serif', serif;
	}
}

@media only screen and (max-width: 768px) {
	.line-style {
		font-size: 10px;
		font-family: 'PT Serif', serif;
	}
}

@media only screen and (max-width: 1024px) {
	.line-style {
		font-size: 10px;
		font-family: 'PT Serif', serif;
	}
}

@media only screen and (max-width: 1200px) {
	.line-style {
		font-size: 10px;
		font-family: 'PT Serif', serif;
	}
}

.col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.login-form-2 {
	height: 700px;
	background-color: rgba(238, 108, 77, 0.8);

}

.login-form-2 h3 {
	text-align: center;
	color: #fff;
}

.login-container form {
	padding: 10%;
}

.btnSubmit {
	width: 50%;
	border-radius: 1rem;
	padding: 1.5%;
	border: none;
	cursor: pointer;
}

.login-form-1 .btnSubmit {
	font-weight: 600;
	color: #fff;
	background-color: #0062cc;
}

.login-form-2 .btnSubmit {
	font-weight: 600;
	color: #0062cc;
	background-color: #fff;
}

.login-form-2 .ForgetPwd {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.login-form-1 .ForgetPwd {
	color: #0062cc;
	font-weight: 600;
	text-decoration: none;
}


/* login */


.card {
	padding: 18px;
	width: 70%;
	height: 385px;
	border-radius: 25px;
	margin: auto;
	/* background-color:rgba(255, 255, 255, 0.9); */
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 20%;
	position: absolute;
	z-index: 2;
	right: 15%;
	background: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%);
}


.input-group-prepend span {
	width: 50px;
	background-color: #ff0000;
	color: #fff;
	border: 0 !important;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.login_btn {
	width: 130px;
}

.login_btn:hover {
	color: rgb(22, 122, 67);

}


.form-control {
	display: block;
	width: 90%;
	line-height: 1.6;
	background-color: rgba(16, 102, 182, 0.8);
	background-clip: padding-box;
	border-radius: 0;
	height: 40px;

}

.form-control::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgb(255, 255, 255);
	font-size: 12px;
}

.input-group {
	width: 80%;
	height: 40px !important;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.input-group-addon {
	width: 20px;
	height: 30px;
	background-color: rgb(4, 66, 123);
}

.card-body {
	height: 200px;
	width: 100%;
	position: relative;
	bottom: 10%;
	color: #ffffff;
}

#register-link {
	margin-top: -60px;
}

.input-group {
	width: 100%;
	height: 30px;
}

.checkbox {
	float: left;
	font-size: 13px;
}

.register a {
	float: right;
	padding-top: 9px;
	color: rgb(60, 60, 60);
	font-size: 13px;
}

@media only screen and (max-width: 991px) {
	.checkbox {
		float: left;
		font-size: 10.5px;
	}

	.register a {
		float: right;
		padding-top: 9px;
		color: rgb(60, 60, 60);
		font-size: 10.5px;
	}
}

@media only screen and (max-width: 400px) {
	.checkbox {
		float: left;
		font-size: 11.5px;
	}

	.register a {
		float: right;
		padding-top: 9px;
		color: rgb(60, 60, 60);
		font-size: 11.5px;
	}
}

@media only screen and (max-width: 350px) {
	.checkbox {
		float: left;
		font-size: 8px;
	}

	.register a {
		float: right;
		padding-top: 9px;
		color: rgb(60, 60, 60);
		font-size: 8px;
	}
}

.logo-box {
	background-color: #04AA6D;
	/* Green */
	width: 30%;
	border: none;
	height: 120px;
	color: white;
	padding: 10px 0 0 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border-radius: 50%;
	/* margin-left: 150px; */
	margin: 0 0 0 130px;
}

.card-header {
	background-color: rgb(255, 255, 255);
	width: 30%;
	height: 125px;
	border-radius: 50%;
	margin: auto;
	position: relative;
	bottom: 25%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 15px 0 0 15px;
}

@media only screen and (max-width: 1000px) {
	.card-header {
		background-color: rgb(255, 255, 255);
		width: 29%;
		height: 130px;
		border-radius: 50%;
		margin: auto;
		position: relative;
		bottom: 25%;
	}
}

@media only screen and (max-width: 991px) {
	.card-header {
		background-color: rgb(255, 255, 255);
		width: 29%;
		height: 120px;
		border-radius: 50%;
		margin: auto;
		position: relative;
		bottom: 25%;
	}
}

@media only screen and (max-width: 600px) {
	.card-header {
		background-color: rgb(255, 255, 255);
		width: 30%;
		height: 120px;
		border-radius: 50%;
		margin: auto;
		position: relative;
		bottom: 25%;
		padding: 15px 0 0 15px;
	}
}

@media only screen and (max-width: 445px) {
	.card-header {
		background-color: rgb(255, 255, 255);
		width: 30%;
		height: 100px;
		border-radius: 50%;
		margin: auto;
		position: relative;
		bottom: 23%;
		padding: 15px 0 0 10px;
	}
}

@media only screen and (max-width: 350px) {
	.card-header {
		background-color: rgb(255, 255, 255);
		width: 35%;
		height: 80px;
		border-radius: 50%;
		margin: auto;
		position: relative;
		bottom: 20%;
		padding: 15px 0 0 10px;
	}
}

.card-footer {
	width: 50%;
	height: 65px;
	border-radius: 25px;
	position: absolute;
	z-index: 1;
	right: 25%;
	margin-top: 82%;
	cursor: pointer;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%);
}

#log-button {
	width: 100%;
	height: 65px;
	border-radius: 25px;
	border: none;
	position: absolute;
	background: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%);
}


@media only screen and (max-width: 1201px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 76%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;

	}

}

@media only screen and (max-width: 1180px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 86%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;

	}

}

@media only screen and (max-width: 1150px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 98%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;

	}

}

@media only screen and (max-width: 990px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 120%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;

	}
}

@media only screen and (max-width: 767px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		margin-top: 63%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;

	}
}

@media only screen and (max-width: 700px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		margin-top: 68%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;

	}
}

@media only screen and (max-width: 665px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 68%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;
	}
}

@media only screen and (max-width: 650px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 71%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#log-button {
		width: 100%;
		height: 65px;
		border-radius: 25px;
		border: none;

	}
}

@media only screen and (max-width: 630px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 73%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 600px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 76%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 570px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 87%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 550px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 80%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 530px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 82%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 500px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 86%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 480px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 88%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 440px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 115%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 390px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 130%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 300px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 128%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}

@media only screen and (max-width: 280px) {
	.card-footer {
		width: 50%;
		height: 65px;
		border-radius: 25px;
		position: absolute;
		z-index: 1;
		right: 25%;
		margin-top: 137%;
		cursor: pointer;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	}

}


#log-button a {
	font-size: 18px;
	position: relative;
	top: 10%;
	color: rgb(4, 66, 123);
	font-family: cursive;
}


/* readmore */


#text {
	display: none;
}

.btn-container {
	margin: auto;
	height: 10px;
	width: 20%;

}

a:active {
	color: #ffd323;
}

button {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	border: none;
	padding: 8px;
	font-size: 12px;
	background-color: rgb(4, 66, 123);
	color: white;
	font-family: cursive;
	box-sizing: border-box;
	margin-top: 10px;
	height: 40px;
	border-radius: 10%;
}

button:hover {
	color: rgb(0, 0, 0);
	border: 2px solid rgb(4, 66, 123);
	background-color: #fff;
}

@media only screen and (max-width: 480px) {
	button {
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		cursor: pointer;
		border: none;
		padding: 10px;
		font-size: 10px;
		background-color: rgb(4, 66, 123);
		color: white;
		font-family: cursive;
		box-sizing: border-box;
		margin-top: 7px;
		height: 40px;
	}
	button:hover {
		color: rgb(0, 0, 0);
		border: 2px solid rgb(4, 66, 123);
		background-color: #fff;
	}
}

@media only screen and (max-width: 768px) {
	button {
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		cursor: pointer;
		border: none;
		padding: 10px;
		font-size: 10px;
		background-color: rgb(4, 66, 123);
		color: white;
		font-family: cursive;
		box-sizing: border-box;
		margin-top: 7px;
		height: 40px;
	}
	button:hover {
		color: rgb(0, 0, 0);
		border: 2px solid rgb(4, 66, 123);
		background-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	button {
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		cursor: pointer;
		border: none;
		padding: 10px;
		font-size: 10px;
		background-color: rgb(4, 66, 123);
		color: white;
		font-family: cursive;
		box-sizing: border-box;
		margin-top: 7px;
		height: 40px;
	}
	button:hover {
		color: rgb(0, 0, 0);
		border: 2px solid rgb(4, 66, 123);
		background-color: #fff;
	}
}


@media only screen and (max-width: 1200px) {
	button {
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		cursor: pointer;
		border: none;
		padding: 10px;
		font-size: 10px;
		background-color: rgb(4, 66, 123);
		color: white;
		font-family: cursive;
		box-sizing: border-box;
		margin-top: 7px;
		height: 40px;
	}
	button:hover {
		color: rgb(0, 0, 0);
		border: 2px solid rgb(4, 66, 123);
		background-color: #fff;
	}
}


ul {
	font-family: monospace;
	font-size: 10px;
	list-style: none;
	margin: 11px 0 0 20px;
	padding: 0;
}

li {
	margin-left: 40px;
	margin-bottom: 3px;
	padding-left: 1.5em;
	position: relative;
}

li:after {
	content: '';
	height: .4em;
	width: .4em;
	background: #28335a;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 5px;
	left: 0;
}


/* width */
::-webkit-scrollbar {
	width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: rgb(32, 46, 129); 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: rgb(32, 46, 129); 
  }