﻿
#session_key-login {

    width: 359px !important;
}

.logo_container {
    background: url("images/logo_prohire_employee_login.png") no-repeat scroll center top rgba(0, 0, 0, 0) !important;
    height: 59px !important;
    margin-bottom: 25px !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
    text-indent: -119988px !important;
    width: 375px !important;
  
}


.employee_login_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d3a171), color-stop(1, #e6631c) ) !important;
	background:-moz-linear-gradient( center top, #d3a171 5%, #e6631c 100% ) !important;

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3a171', endColorstr='#e6631c') !important;
	background-color:#d3a171 !important;


	-webkit-border-top-left-radius:7px !important;
	-moz-border-radius-topleft:7px !important;
	border-top-left-radius:7px !important;
	-webkit-border-top-right-radius:7px !important;
	-moz-border-radius-topright:7px !important;
	border-top-right-radius:7px !important;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	text-indent:0;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:34px;
	line-height:32px;
	width:375px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 5px #000000 !important;
}
.employee_login_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6631c), color-stop(1, #d3a171) !important );
	background:-moz-linear-gradient( center top, #e6631c 5%, #d3a171 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6631c', endColorstr='#d3a171') !important;
	background-color:#e6631c !important;
    text-decoration: none;
}.employee_login_button:active {
	position:relative;
	top:1px;
}

#Password, .Password {
      width: 359px !important;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    position: relative;
}

.validation-summary-valid {
    display: none;
}


