/*------------------------------------------------------------------
HRM 2015
------------------------------------------------------------------*/
/** Base Body Styles **/
body {
	/* background: url(../../Content/Images/body-bg.png); */
	color: #000000;
	font: 13px/1.7em 'Open Sans';
}
.account-container {
	width: 380px;
	display: block;
	margin: 120px auto 0 auto;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}
.content {
	padding: 16px 28px 23px;
}
.login-fields {
}
.login-fields .field {
	/* margin-bottom: 1.25em; */
}
.login-fields label {
	display: none;
}
.login-fields input,.login-fields select {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 255px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}
.username-field {
	background: url(../../content/Images/signin/user.png) no-repeat;
}
.password-field {
	background: url(../../Content/Images/signin/password.png) no-repeat;
}
.company-field {
	background: url(../../content/Images/signin/company.png) no-repeat;
	padding: 10px 15px 10px 50px!important;
	height: auto;
	width: 322px!important;
	outline:none!important
}
.login-actions {
	float: left;
	width: 100%;
	margin-top: -1em;
	margin-bottom: 1.25em;
}
.login-social {
	float: left;
	padding: 10px 0 15px;
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;
}
span.login-checkbox {
	float: left;
	margin-top: 31px;
}
span.login-checkbox > input[type='checkbox'] {
	opacity: 0;
	float: left;
	width: 15px;
}
span.login-checkbox > input[type='checkbox'] + label {
	clear: none;
	height: 15px;
	display: block;
	padding: 0 0 0 22px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	background: url(../../Content/Images/signin/check.png) no-repeat 0 0;
	cursor: pointer;
}
span.login-checkbox > input[type='checkbox']:checked + label {
	background-position: 0 -15px;
}
/** Text Under Box**/
.login-extra {
	display: block;
	width: 300px;
	margin: 1.5em auto;
	text-align: center;
	line-height: 19px;
	text-shadow: 1px 1px 0px #fff;
}
.login-extra a{
    color: #fff;
    text-shadow: none;
}
.account-container h1 {
	margin-bottom: .4em;
	color: #525252;
}
/** Buttons **/
.twitter, .fb {
	position: relative;
	height: 32px;
	width: 157px;
	display: block;
	background: url(../../Content/Images/signin/twitter_btn.png) no-repeat;
}
.fb {
	width: 162px;
	background: url(../../Content/Images/signin/fb_btn.png) no-repeat;
}
.twitter:active, .fb:active {
	top: 1px;
}
.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}
.twitter a, .fb a {
	padding: 5px 0 0 35px;
	text-shadow: -1px -1px 0px rgba(0,0,0,.3);
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height: 32px;
	display: block;
}
.fb a {
	padding: 5px 0 0 31px;
}
.twitter, .fb {
	display: inline-block;
}
.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}
.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin-top: 18px;
}
.register .login-social {
	margin-bottom: 1em;
}
.register .login-actions {
	margin-bottom: 0;
}
.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}
.register h1 {
	color: #444;
}
.register span.login-checkbox {
	position: relative;
	top: -6px;
	width: 200px;
}
.register span.login-checkbox > input[type="checkbox"] + label {
	position: relative;
	line-height: 1.3em;
}
.login-header{
    position: relative;
}
.login-header img{
    position: absolute;
    top: -90px;
    right: -40px;
}
.account-container .content{}
.login-body{width: 980px;margin: 0 auto;}
.login-body .login-right{width:380px;float: right;margin-right: 50px;}
.login-body .login-left{width: 470px;float: left;margin: 120px 0 0 0;color: #fff;}
.login-body .login-left h1{
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 10px;
}
.login-body .login-left h3{
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: normal;
}
.login-body .login-left p{
    font-size: 14px;
}
/* 06022017 */
@media (max-width: 992px) {
	.login-page{background: url("../../Content/Images/hero-image.jpg");}
	.login-body{width: 100%;padding-top: 60px;}
	.login-right{
    width: 50%!important;
    margin: 0!important;
}
	.login-left{
    width: 40%!important;
    margin: 0!important;
    padding: 20px;
}
	.account-container{width: 90%!important;margin-top: 35px;}
	.login-header img{width: 52px;top: -30px;right: -20px;}
	.account-container h1{font-size: 18px;line-height: 30px;}
	.company-field{width: 100%!important;}
	.login-fields input{width: 100%!important;box-sizing: border-box;min-height: 40px;}
}
@media (max-width: 768px) {
	.login-page{background: url("../../Content/Images/hero-image.jpg");}
	.login-body{width: 100%;padding-top: 60px;}
	.login-right{width: 100%!important;margin: 0!important;}
	.login-left{display: none;}
	.account-container{width: 90%!important;margin-top: 35px;}
	.login-header img{width: 52px;top: -30px;right: -20px;}
	.account-container h1{font-size: 18px;line-height: 30px;}
	.company-field{width: 100%!important;}
	.login-fields input{width: 100%!important;box-sizing: border-box;min-height: 40px;}

}
@media (max-width: 480px) {.login-page{}}
/* /06022017 */
 @media (max-width: 480px) {
.account-container {
	width: 280px;
	margin-top: 35px;
}
.login-fields input {
	width: 180px;
}
.login-social {
	width: 100%;
}
.twitter {
	display: block;
	margin-bottom: 1em;
}
.register .login-fields input {
	width: 204px;
	padding-left: 6px;
}
}


.login-fields input[type="submit"]{
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.1) 0 1px 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(128, 128, 128, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
  background-color: white;
  border-color: whitesmoke whitesmoke #cfcfcf;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 12px;
  text-align: center;
  vertical-align: middle;


-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: right;
  margin-top: 18px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(126, 178, 22, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
  background-color: #7eb216;
  border-color: #6e9b13 #6e9b13 #3e570b;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
width: auto;
padding: 5px 25px;
}