@charset "UTF-8";

/*
Theme Name: JCW Intranet
Theme URI: https://thinkjcw.com/
Author: JCW Team
Author URI: https://thinkjcw.com/
Description: JCW intranet is developed by JCW team for their intranet.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jcwintranet
*/

.header-wrapper {
	min-height: 110px;
}

.footer-wrapper {
	min-height: 110px;
	bottom: 0px;
	position: relative;
}


@font-face {
	font-family: 'BurfordBase';
	src: url('//jcwintranet.thinkjcw.com/wp-content/themes/jcw-intranet/assets/fonts/BurfordBase.eot'); /* IE9 Compat Modes */
	src: url('//jcwintranet.thinkjcw.com/wp-content/themes/jcw-intranet/assets/fonts/BurfordBase.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//jcwintranet.thinkjcw.com/wp-content/themes/jcw-intranet/assets/fonts/BurfordBase.woff') format('woff'), /* Modern Browsers */
	url('//jcwintranet.thinkjcw.com/wp-content/themes/jcw-intranet/assets/fonts/BurfordBase.ttf') format('truetype'), /* Safari, Android, iOS */
	url('//jcwintranet.thinkjcw.com/wp-content/themes/jcw-intranet/assets/fonts/BurfordBase.svg#BurfordBase') format('svg'); /* Legacy iOS */
	font-style: normal;
	text-rendering: optimizeLegibility;
}


body {
	color: #000;
	height: 100%;
	background:#000;
	font-family: "BurfordBase" !important;
	position: relative;
}

.jcw_log_header{
	padding: 20px 0px 20px 10%;
	position: relative;
}

.jcw_log_header:before, .jcw_log_header:after{
	content: "";
	background: #fff;
	position: absolute;
}

.jcw_log_header:before{
	content: "";
	height: 100%;
	width:1px;
	top:0px;
}

.jcw_log_header:after{
	content: "";
	height: 1px;
	width:95%;
	left:0px;
	top:100%;
}

.page_logo{
	width:150px;
	margin-left: 20px;
	display: inline-block;
}

.page_logo img{
	max-width: 100%;
}


input:focus,
textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0;
	font-weight: 400;
}

button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0
}

.page_section{
	padding-bottom: 60px;
	height: 100vh;
}


.midle_container{
	padding: 50px 20px 50px 10%;
	position: relative;
}

.midle_container:before{
	content: "";
	height: 95%;
	width:1px;
	top:0px;
	background: #fff;
	position: absolute;
}


.logged_window{
	max-width:978px;
	width:100%;
}

.forgot_password_window{
	max-width:450px;
	width:100%;
}

.card.log_card {
	border-radius: 0;
	border: none;
	min-height: 460px;
}

.card.signUp_card {
	border-radius: 0;
	border: none;
	min-height: 450px;
}

.card.forgot_card {
	border-radius: 0;
	border: none;
	min-height: 400px;
	width:100%;
}

.card.forgot_card .form-group{
	width:100%;
}

.card.card0 {
	border-radius: 0;
	border: none;
	min-height: 460px;
}

.card1 {
	width: 50%;
	padding: 40px;
}

.card2 {
	width: 50%;
	padding: 40px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.card-green {
	background:#abbc79;
}

.card-green .heading {
	color:#000;
}


.heading {
	margin-bottom: 20px ;
	color:#abbc79;
	text-transform: uppercase;
	font-size: 50px;
	line-height:42px;
}

::placeholder {
	color: #666 !important;
	opacity: 1
}

:-ms-input-placeholder {
	color: #666 !important
}

::-ms-input-placeholder {
	color: #666 !important
}

.card.signUp_card .form-group{
	margin-bottom:10px ;
}

.form-control.log_field{
	border-radius: 0px;
	border:0px none;
	border-bottom:2px solid #7f7f7f;
	margin-bottom: 3px;
	font-family: sans-serif;
	font-size: 12px;
	height: 30px;
	background: transparent;
}

.card-green .form-control.log_field {
	border-bottom:2px solid #565e3c;
}

.form-control-label {
	font-size: 16px;
	margin-bottom: 0px;
}

.btn-log {
	border-radius: 0px;
	color: #fff;
	background: #000;
	padding: 10px 15px;
	cursor: pointer;
	border: none !important;
	font-size:24px;
	display: inline-block;
	min-width: 200px;
	line-height: 22px;
}

.btn-log span{
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 11;
}

.btn-log span:after {
	content: "";
	height: 3px;
	width:108%;
	background: #abbc79;
	bottom:3px;
	position: absolute;
	left:0px;
	z-index: -1;
}

.btn-log:hover span:after {
	background: #ffffff;
}

.form-check{
	line-height: 14px;
}

.form-check .form-check-label{
	font-family: sans-serif;
	font-size: 11px;
}

.form-check .form-check-input{
	top:0px;
	margin-top: 0px;
}

.password-lost{
	font-family: sans-serif;
	font-size: 11px;
	color: #535353;
	letter-spacing: 1px;
}

.password-lost:hover{
	text-decoration: none;
	color: #000;
}

.card_mid_head{
	font-size: 36px;
}

.card.forgot_card .card_mid_head{
	font-size: 46px;
}

.sm-text {
	font-size: 15px
}

footer{
	max-width: 100%;
	overflow: hidden;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 60px;
}

.footer_logo{
	max-width:120px;
	margin-right: 40px;
	padding-top: 0px;
	display: inline-block;
}

.footer_logo img{
	max-width: 100%;
}

.footer_navigation .navbar-nav{
	justify-content: space-between;
	width:100%;
	font-family: sans-serif;
}

.footer_navigation .navbar-nav .nav-link{
	color: #fff;
	text-decoration: none;
	font-size:12px;
	position: relative;
	z-index: 11;
	line-height: 13px;
	padding: 0px;
}

.footer_navigation .navbar-nav .nav-link:after {
	content: "";
	height: 1px;
	width:100%;
	background: #fff;
	bottom:2px;
	position: absolute;
	left:0px;
	z-index: -1;
}

.footer_navigation .navbar-nav .nav-link:hover{
	text-decoration: none;
}

.footer_navigation .navbar-nav .nav-link:hover:after{
	content: "";
	display: none;
}

.social_sec{
	text-align: center;
}

.social_sec h5{
	color: #fff;
	font-size: 15px;
	font-family: sans-serif;
	position: relative;
	z-index: 11;
	font-weight: normal;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 10px;
}

.social_sec h5:after {
	content: "";
	height: 1px;
	width:100%;
	background: #fff;
	bottom:2px;
	position: absolute;
	left:0px;
	z-index: -1;
}

.social_list .list-inline-item img{
	width:25px;
	height: 25px;
}
.add-client {
	float: right;
	padding: 0 19px;
	height: 36px;
	background: black;
	color: white;
	text-decoration: underline;
	text-underline-offset: 1px;
	margin-right: 20px;
}

@media screen and (min-width:993px) and (max-width: 1200px) {
	.card.log_card{
		min-height: 500px;
	}

	.logged_window{
		max-width: 760px;
	}
}



@media screen and (max-width: 992px) {
	.page_section{
		height: auto;
	}
	.card1 {
		width: 100%;
	}

	.card2 {
		width: 100%
	}
	.card.log_card{
		min-height: 400px;
	}

	.midle_container {
		padding: 60px 20px 60px 10%;
	}

	.logged_window{
		max-width: 600px;
	}
}

@media screen and (max-width: 767px) {
	.page_section{
		padding-bottom: 0px;
	}
	.midle_container{
		padding: 40px 20px;
		position: relative;
	}

	.midle_container:before{
		content: "";
		display: none;
	}

	.card.log_card{
		min-height: 400px;
	}

	.card_mid_head{
		font-size: 28px;
	}

	.card1 {
		padding: 30px;
	}

	.card2{
		padding: 20px;
	}

	.heading{
		font-size:40px;
	}

	.card.forgot_card .card_mid_head{
		font-size: 36px;
	}

	footer{
		text-align: center;
		position: static;
	}
	.footer_logo{
		margin:0px auto 10px;
	}

	.footer_navigation .navbar-nav .nav-item{
		margin-bottom: 5px;
	}

	.footer_navigation .navbar-nav .nav-item .nav-link{
		display: inline-block;
	}

}

@media screen and (max-width: 360px) {
	.card.forgot_card .card_mid_head{
		font-size: 26px;
	}
}
