body::after {
	content: "";
	/* background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("../../wwwroot/images/background.jpeg"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.8;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

#mainNav {
	height: 100% !important;
	width: 100% !important;
	display: table !important;
	position: relative;
	z-index: 1;
}

#divLeftChild {
	padding: 10%;
	color: white;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
}

#divRight:after {
	content: "";
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #1B9894, #408DA9);
	background-size: 100% 100%;
	opacity: 0.8;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

#btnLearnMore {
	width: 25%;
	margin-top: 20px;
	background-color: #7CB3D2;
	/*background-color: #D71635;*/
	/*background-color: #008161;*/
	border-radius: 50px;
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
}

#btnLogin {
	width: 65%;
	height: 46px;
	background-color: #7CB3D2;
	/*background-color: #C00000;*/
	/*background-color: #008161;*/
	/*background-color: #D71635;*/
	border-radius: 50px;
	border: none;
	color: white;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-top: 5px;
}

.input-lg {
	font-size: 13px !important;
	border-radius: 50px !important;
}

.form-group {
	margin-bottom: 5px !important;
}

.placeholderInfo::-webkit-input-placeholder {
	color: #2874A6 !important;
}

.placeholderError::-webkit-input-placeholder {
	color: #E74C3C !important;
}

#errorMsg {
	width: 280px !important;
	right: 78px !important;
	display: inline-block;
	margin: 0px auto;
	position: fixed;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1031;
	/*bottom: 50px !important;*/
	background-color: #EC7063 !important;
	color: white !important;
}

#successMsg {
	width: 280px !important;
	right: 78px !important;
	display: inline-block;
	margin: 0px auto;
	position: fixed;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1031;
	color: dimgrey !important;
}

.close {
	color: white !important;
}

.row:before, .row:after {
	display: none !important;
}

.tenant-logo{
	width: 65%;
	text-align:center !important;
	left: 18%;
	top: 10%;
	position: absolute;
	margin-bottom:10px;
}

.bold-word::before{
	font-weight: bold;
	content: "empleyado "
}

.bold-word::after{
	content: "is a work-life tool compatible with any leading web browser  and is accessible anywhere. Subscribe only to the services you need and pay as you go!";
	white-space: pre-line; 
}

.forHide > font{
	font-weight: bold;
    font-size: 13px;
    color: white;
}

#iconPassword {
    top: 10px !important;
    right: 14px !important;
    position: absolute;
    color: #bdbdbd;
}

.hide {
    display: none;
}

#iconEmail {
    top: 10px !important;
    right: 16px !important;
    position: absolute;
    color: #bdbdbd;
}

.powered-by-text {
    width: 65%;
    left: 18%;
    top: 94%;
    position: absolute;
    font-weight: bold;
	color: white;
}

.sign-in-text {
    color: white;
    font-weight: bold;
}

.has-warning .form-control {
    border-color: grey !important;
}

