/* 
header{
	background: #ffffff;
}
body {
	background-image: url(../images/background_maybe2.jpg);
	background-repeat: repeat-x;
}
.image-div{
	position: absolute;
	left: 25px;
	padding: 0;
}
header img{
	padding-top: 10px;
	padding-bottom: 10px;
}
.index-login-div{
	min-height: 280px;
	background-repeat: repeat;
}
#body-container{
	margin-top:10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 10px 0 10px 0;
}
.hero-text{
	text-shadow: 0 2px 0px rgba(0,0,0,0.08);
	color: #000;
	text-align: center;
}
.hero-text .content{
	font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
	.hero-text{
		padding-left: 100px;
	}
}
@media screen and (max-width: 768px) {
	.hero-text{
		display: none;
	}
}
#myCarousel{
	padding: 0;
	margin-bottom: 10px;
}
ul{
	overflow: auto;
}
ul li{
	list-style-type: none;
}
ul li a i {
	background: #205D7A;
	color: #fff;
	border-radius: 20px;
	font-size: 25px;
	text-align: center;
	margin-right: 10px;
}
ul li a i 
{
	transition: all 0.2s ease-in-out;
}

ul li a i:hover 
{
	opacity: .7;
}
footer {
	background: linear-gradient(to top, #0099ff 0%,#ffffff 100%);
	color: #e2e3e4;
	width:100%;
}
footer #social a.social-icon .circle-color-full {
	display: inline-block;
	background-color: #000000;
	-webkit-border-radius: 40em;
	-moz-border-radius: 40em;
	border-radius: 40em;
	opacity: 1;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
}

footer .main-footer {
	padding: 40px 20px;
}
footer .cta-footer {
	padding: 0px 0px;
}
footer h5 {
	color: #a7a7a7;
}

footer a {
	color: #e2e3e4;
}

footer a:hover {
	color: #e2e3e4;
}

footer ul {
	list-style: none;
	margin: 0 0 10px 0px;
	padding: 0;
}
footer #social {
	text-align: center;
}

footer .social-links {
	padding: 0px;
}

footer #social li {
	display: inline;
	padding: 5px;
}

footer #social a.social-icon {
	color: #fff;
}

footer #social a.social-icon:hover {
	text-decoration: none;
}
footer #social a.social-icon:hover .circle-color-full {
	background-color: #0099ff;
}
footer #basic-footer {
	background: linear-gradient(to top, #fffffff 0%,#0099ff 100%);
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	color: #000000;
}
footer #basic-footer a {
	color: #000000;
	text-decoration: none;
}
footer #basic-footer.checkout-footer {
	background-color: #ffffff;
	margin-top: 40px;
}
*/
body {
  background-image: linear-gradient(
0deg, rgb(4 6 9 / 60%), rgb(5 38 83 / 85%)), url(../images/BusinessPhone.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 90%;
  font-family: "Nunito", "Open Sans", sans-serif;
  margin: 0;
  text-align: center;
  position: relative;
}

.loginHeader {
  text-align: left;
  font-weight: 400;
  margin: 1%;
  color: white;
  font-size: 1.6em;
}

.loginBox {
  width: 35%;
  height: 200px;
  background-color: white;
  border-radius: 1%;
  box-shadow: 0px 11px 35px 2px rgb(0 0 0 / 14%);
  display: inline-block;
  text-align: left;
  position: absolute;
  transform: translate(-45%, 60%);
}

.loginBoxHeader {
  font-size: 1em;
  padding: 1% 2%;
  font-weight: 600;
  margin: 0;
}

.loginForm {
  margin: 1%;
  font-size: 0.7em;
  border-spacing: 20px;
  border-collapse: separate;
}

::placeholder {
  color: rgb(202, 202, 202);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(202, 202, 202);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(202, 202, 202);
}

input {
  border: none;
  border-bottom: rgb(236 236 236) 2px solid;
  font-size: 1em;
  padding: 2%;
  cursor: pointer;
}

input:focus {
  outline: none;
  transition: 0.3s;
  border-bottom: rgb(119 170 210) 2px solid;
}

input:focus-visible {
  outline: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  text-align: center;
}

#loginBtn {
  margin-top: 5%;
  font-size: 0.8em;
  padding: 4% 5%;
  font-weight: 600;
  background: rgb(80 121 154);
  color: white;
  border: none;
  border-radius: 8%;
  cursor: pointer;
}

#loginBtn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

