body {
  margin: 80px 0;
  background-image: none;
  background-color: #fff;
}
.row {
	margin: 0;
}

#login-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#login-container .row > div {
  margin-bottom: 1em;
}
#login-container .row > div:last-child {
  margin-bottom: 0;
}
#login-container #logo {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 100;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background-color: #3295D7;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#login-container #logo:hover {
  background-color: #3295D7;
}
#login-container #signup-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #222222;
  border-color: #1d1d1d;
}
#login-container #signup-btn:hover {
  background-color: #1d1d1d;
  border-color: #181818;
}
#login {
  position: relative;
  padding: 65px 25px 50px 25px;
  margin-bottom: 1em;
  background-color: #FFF;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

}
#login #login-form {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
#login #login-form label {
  display: none;
}
#login #login-form .form-control {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#login #login-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  background: #3295D7!important;
  border: 1px solid #3295D7!important;
}

.loginContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px solid black;
	overflow: hidden;
	background: #fff;
}

.loginLeftImageContainer img {
	position: fixed;
	top: 0;
	left: 0;
	width: 35%;
}

.loginRightContainer {
	position: relative;
	width: 50%;
	height: 100%;
	border: 0px solid red;
	float: right;
}

.loginInsideContainer {
	position: relative;
	width: 55%;
	border: 0px solid black;
	margin: 0 auto;
	top: 18%;
}

.loginInsideContainer .title {
	text-align: center;
	font-size: 30px;
	color: #838383;
	font-weight: 300;
}

.loginInsideContainer .companyCode, .empID, .password {
	background: #fff!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	text-align: center!important;
	border-bottom: 1px solid #dbdbdb!important;
	margin-top: 15px;
}

.loginInsideContainer input:focus {
	outline-width: 0!important;
	outline: none!important;
	border-bottom: 1px solid black;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #3295D7!important;
}

.loginInsideContainer .btnSubmit, .loginInsideContainer .btnSubmitLocked {
	background: #fff!important;
	border: 1px solid #fff!important;
	border-radius: 6px!important;
	text-align: center!important;
	margin-bottom: 5px;
	background: #3295D7!important;
	color: #fff;
	padding: 7px;
	font-size: 17px;
	font-weight: 300;
	margin-top: 25px;
}

.mfaCode {
	text-align: center; 
	font-weight: 900; 
	letter-spacing: 20px;
	font-size: 28px!important;
	background: #fff!important;
	border: 1px solid #fff!important;
	border-radius: 4px!important;
	text-align: center!important;
	border: 1px solid #dbdbdb!important;
	margin-top: 15px;
}

.resetPasswordEmailAddress {
	text-align: left!important; 
	font-size: 15px!important;
	background: #fff!important;
	border: 1px solid #fff!important;
	border-radius: 4px!important;
	border: 1px solid #dbdbdb!important;
	margin-top: 15px;
	color: #000!important;
}

input:focus {
	outline:none!important;
}

.loginInsideContainerMessage {
	position: absolute;
	z-index: 100;
	border: 0px solid white;
	margin: 0 auto;
	width: 80%;
	height: 200px;
	left: 0;
	right: 0;
	top: 30%;
}

.loginInsideContainerMessage .title {
	font-size: 35px;
	color: #838383;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
}

.loginInsideContainerMessage .body {
	margin-top: 10px;
	font-size: 19px;
	color: #838383;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
}

body{
	margin: 0px!important;
}

.dataPrivacy {
	width: 100%;
	border: 0px solid black;
	position: absolute;
	bottom: 5;
	font-size: 9px;
	color: #99999C;
	text-align: right;
	padding: 0px 10px;
}

.dataPrivacy a {
	color: #27AE60;
}

.loginPrivacyPolicyCon {
	position: relative;
	width: auto;
	height: auto;
	/*border: 1px solid #DBDBDB;*/
	margin-top: 25px;
	text-align: left!important;
	padding: 3px 3px;
	/*background: #f2f2f2;*/
}

.loginPrivacyPolicyCon table{
	font-size: 10px!important;
}

.loginPrivacyPolicyCon label {
	padding-left: 0px;
	line-height: 19px;
}

.rememberMeCon {
	float: left;
}

.rememberMeCon table{
	font-size: 11px!important;
}

.form {
	display: block;
}

.form form {
	display: flex;
}

.input-text{
	padding:12px 16px;
	border:1px solid #ccc;
	width:100%;
	min-height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #3875D7;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#27AE60;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #3295D7;
	color: #fff;
}

.validation {
	color: red;
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

.button-link {
	padding: 6px 15px;
	background: #E2E2E8;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 10px;
	color: #212B75;
	white-space: nowrap;
}

.accountDetails {
	padding: 19px 0 19px 8%;
	color: #212B75;
}

.accountDetails div {
	padding: 0;
}

.accountDetails div.form {
	margin-left: 0;
}

.accountDetails div.form .form-group {
	margin-bottom: 19px;
}

.accountDetails div.form div.form-group input {
	padding: 11px 16px;
}

.accountDetails div.form .input-title {
	margin: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6A70A3;
}

.login-container {
	height: 100%;
	width: 100%;
	padding-right: 7%;
}

.input-btn-login {
	width: auto;
	height: auto;
	font-size: 16px;
	padding: 10px 30px;
	background: #309BE1;
	font-weight: bold;
	color: white;
	border-radius: 5px;
}

.input-btn-login:hover {
	color: white;
}

.loginForm {
	/* padding-left: 7% !important;
	padding-right: 7% !important; */
}

.loginLink {
	text-align: right;
	height: 27px;
	line-height: 35px;
	font-size: 11px;
	padding-right: 30px;
}

.loginTitle {
	margin: 45px 0 30px 0;
	font-size: 30px;
	font-weight: 600;
}

.getStartedDesc {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 600;
}

.countryMobileContainer td {
	padding: 0;
}

.countryMobileContainer td.countrySelection {
	padding-right: 20px;
}

.btnSaveAccountContainer {
	text-align: center;
	margin-top: 80px !important;
	margin-bottom: 10px !important;
}

.btnSaveAccount {
	margin-top: 10px;
	text-transform: capitalize;
}

.accountDetails .agreement {
	height: auto;
	text-align: center;
	color: #9D9FB2;
	font-size: 11px;
	margin-top: 30px;
}
.accountDetails .agreement span {
	word-wrap: break-word;
	white-space: nowrap;
}

.rememberMeCon {
	margin: -10px 0 50px 0;
	display: block;
}

.loginImage {
	position: fixed;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	background-image: url('../../images/dashboard/background-0.jpg');
	background-repeat: no-repeat;
	transition: all 2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
	background-size: cover;
}

.newPasswordImage {
	position: fixed;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	background: #309BE1;
	background-repeat: no-repeat;
	transition: all 2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
	background-size: cover;
}

.tarkieWhiteLogo {
	position: absolute!important;
	width: 200px!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%);
}

.tooltip-inner {
	padding: 3px 1px!important;
}

.passwordStrengthCon {
	float:left;
	width: 100%;
	background: #cccccc;
	border: 0px solid #676767;
	margin-top: 0px!important;
}

#passwordDescription
{
	line-height: 15px;
	font-family: arial;
	font-size: 9px;
	color: #7B7B7B;
}
#passwordStrength
{
	height:4px;
	display:block;
	float:left;
	background:#cccccc;
}

.strength0
{
	width:33%;
	background:#E20A00;
}


.strength1
{
	width:33%;
	background:#E20A00!important;
}

.strength2
{
	width:67%;
	background: #DA910A!important;
}

.strength3
{
	width:67%;
	background: #DA910A!important;
}

.strength4
{
	width:100%;
	background:#66CC00!important;
}

.strength5
{
	width:100%;
	background: #66CC00!important;
}

.loginLeftContainer {
	height: 100%;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) {
}

@media only screen and (max-width: 992px) {
	.loginLeftImageContainer img {
		display: none;
	}

	.loginImage {
		display: none;
	}

	.newPasswordImage {
		display: none;
	}

	.loginForm {
		padding-right: 0 !important;
		width: 100%;
	}

	.loginLeftContainer {
		height: 0%!important;
		width: 0%;
	}
}

@media only screen and (max-width: 768px) {
	#login-container {
		width: 450px;
	}
	
	#login-container .row > div {
		margin-bottom: 0;
	}
	
	#login #login-form {
		padding: 0 25px;
		text-align: left;
	}
	
	.loginRightContainer {
		width: 100%;
	}
	
	.loginLeftContainer {
		width: 0%;
		height: 0%!important;
	}
	
	.dataPrivacy {
		text-align: center;
	}

	.btn-send-passwor-link {
		margin-top: 15px;
		width: 100%!important;
	}
}

@media only screen and (max-width: 550px) {
	.accountDetails .agreement span {
		word-wrap: break-word;
		white-space: normal;
	}

	.btn-send-passwor-link {
		margin-top: 15px;
		width: 100%!important;
	}
}