#container-navbar-fluid {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.55);
	background-color: rgba(255, 255, 255, 0.8);
}

#hometext-container-tpc {
	padding: 100px;
	margin-right: auto;
	margin-left: auto;
}

#navbar-id-top {
  	border-radius: 0px;
  	/*min-height: 40px;*/
}

#navbar-tpc {
	/*position: relative;*/
	/*margin-bottom: 5px;*/
}


#navbar-tpc .nav > li > a {
	/*border-bottom: 2px solid #fff;
	font-weight: bold;
	padding: 10px 0px;
	margin-left: 25px;*/
	margin-right: 25px;
	margin-right: 25px;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	color: black !important;
	font-size: 15px;
}
#navbar-tpc .nav > li > a:focus, #navbar .nav > li > a:hover {
    border-bottom: 0px;
    background-color: transparent;
}

@media (min-width: 767px) {
    .navbar-collapse {
        justify-content: center;
        display: flex !important;
    }
    #navbar-tpc {
        /*border-bottom: 1px solid #ddd;*/
        margin-top: 15px;
    }
    .text-box-middle {
        min-height: 120px;
    }
}


#navbar-header-tpc {
	padding-left: 30px;
	float: left;
}

#row-hometext-tpc {
	border-radius: 35px;
        background-color: rgba(255,255,255,.9);
	padding: 12px;
}
#index-boxes-tpc {
	padding-top: 50px;
	padding-bottom: 50px;
	position: absolute;
	bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
}

.home-box-tpc {
	border-radius: 35px;
	padding: 18px 15px;
	background-color: rgba(255,255,255,.9);
}


.button-login-tpc {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 200px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
}

.button-login-tpc:hover {
	color: white;
	box-shadow: 0 0 20px rgba(55, 59, 45, 0.73);
	background-color: rgba(45, 57, 52, 0.42);
}

.login-box-tpc {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}

#login-button-tpc:hover {
	background-color: #1f3f46;
}

#login-button-tpc {
	background-color: black;
	border: 0px;
	padding: 5px 5px 5px 5px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: background-color 350ms ease-in-out;
	-ms-transition: background-color 350ms ease-in-out;
	transition: background-color 350ms ease-in-out;
}

#login-container-tpc {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 50px;
}

#login-well-tpc {
	padding: 35px;
	background-color: rgba(49, 67, 57, 0.6);
	border: 1px solid black;
	margin-bottom: 0px;
}

#clientLogin {
	margin-bottom: -35px;	
}

#span-usr-pw-tpc {
	padding: 6px 12px;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1;
	text-align: center;
	background: black;
	color: #ffffff;
	border: 1px solid black;
}

#username {
	border: 1.5px solid black;
	box-shadow: none;
}

#passwd {
	border: 1.5px solid black;
	box-shadow: none;
}

#pw-lost-tpc:hover{
	color: #337ab7;
}

#pw-lost-tpc {
	color:white;
	text-decoration: none;
	padding-top:15px;
	display:inline-block;
	font-size: 12px;
}

#contact-button-tpc:hover {
	background-color: #204e55;
}

#contact-button-tpc {
	width: 50%;
	display: block;
	margin: auto;
	margin-top: 10px;
	background-color: #232323;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 7px;
	padding-left: 7px;
	border: 0px;
        -webkit-transition: background-color 350ms ease-in-out;
        -ms-transition: background-color 350ms ease-in-out;
        transition: background-color 350ms ease-in-out;
}

#contact-textarea-tpc {
	height: 65px;
	max-width: 100%;
	resize: none;
}
