﻿
.thisContainer{
	height:500px;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #f5f5f5;
	margin-bottom:170px;
	margin-top:200px;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn {
	font-size: 14px;
	margin-top: 20px;
	background-color: #9d6000 !important;
	border-color: #9d6000 !important;
}

.login-form{ 
	width:320px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

span{
	font-size:14px;
}


.fwtooltip {
	position: relative;
	display: inline-block;
}

.tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
}

.fwtooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.fwtooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.fwtooltip:hover .tooltipPass {
	visibility: visible;
	opacity: 1;
}


.tooltipPass {
	visibility: hidden;
	width: 550px;
	background-color: white;
	color: #CC3300;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -275px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
}

.titleColor {
	font-size: 1.5rem;
	font-weight: 500;
	color: #9d6000;
}


.fontUnder{
	font-size:1em!important;
}

 row *{
	margin-top:0px!important;
}

.InvCloack {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}