.header {
    display: flex;
    align-items: center;
    background-color: #1c1c24;
    padding: 30px 100px;
  }

  .logo {
    position: relative;
    /*display: flex;
    align-items: center;
    justify-content: flex-start;*/ 
  }

  .logo a img {
    /*height: auto;
    width: auto;
    max-height: 50px;*/
    height: 50px;
    width: auto;
    position: relative;
    left: -50px;
    top: 0px;
    transform: scale(1.2); 
    transform-origin: left center; 
  }




  .footer {
	flex-shrink: 0;
	position: relative; 
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    background-color: #1c1c24;
    color: #808080;
    padding: 20px;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
  }

  .footer-content {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-rights {
    text-align: center; 
  }

  .footer-links {
    margin-left: 10px;
    color: white;
    text-decoration: none;
    font-size: 13px;
  }

  .footer-copy {
    text-align: center;
  }
  .footer-left,
  .footer-right {
    margin: 10px 0;
  }  
  .footer-left,
  .footer-right a {
    color: #5e6871;
  }  
  /*@media (max-width: 768px) {
    .footer {
      flex-direction: column;
      text-align: center;
    }*/
  .footer-right .footer-links:first-child {
    margin-left: 0;
  }


body {
	background: #fff url(../img/ewc-bg-new.png) no-repeat center bottom fixed;
	background-size: cover;
    height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	
}


.card-container {
	display: flex;
	flex-grow: 1; /* Allows the card to take up available space */
	justify-content: center; /* Center the card horizontally */
	align-items: center; /* Center the card vertically */
	padding: 20px; /* Ensure some padding around the card */
  }
  

.welcome-header {
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: -10px;
}
.welcome-header img {
	width: 150px;
	margin-bottom: 40px;
}
.welcome-message {
	margin-top: 20px;
}
.h-l {
	min-height: 370px;
	padding: 10px 20px 10px;
	overflow: hidden;
	flex-grow: 1;
}
.h-l h3 {
	margin-bottom: 10px;
}
.h-m {
	height: 110px;
	padding-top: 23px;
}
.card-pf img {
	width: 22px;
	margin-right: 10px;
	vertical-align: bottom;
}
img.doc-img {
	width: auto;
	height: 22px;
}
.link {
	font-size: 16px;
	vertical-align: baseline;
	margin-left: 5px;
}
h3 {
	font-weight: 550;
}
h3 a:link,
h3 a:visited {
	color: #333;
	font-weight: 550;
}
h3 a:hover,
h3 a:hover .link {
	text-decoration: none;
	color: #00659c;
}
.h-l h3 a img {
	height: 30px;
	width: auto;
}

.description {
	margin-top: 30px;
}

.card-pf {
	border-top: 1px solid rgba(3, 3, 3, 0.1);
	box-shadow: 0 1px 1px rgba(3, 3, 3, 0.275);
	flex-grow: 1;
	max-width: 800px;
	width: 100%;
	background-color: white;
	padding: 40px;
	border-radius: 15px;
	text-align: left;
	font-size: 14px;
}

.welcome-form label,
.welcome-form input {
	display: block;
	width: 100%;
}

.welcome-form label {
	color: #828486;
	font-weight: normal;
	margin-top: 18px;
}
.welcome-form input {
	border: 0;
	border-bottom: solid 1px #cbcbcb;
}
.welcome-form input:focus {
	border-bottom: solid 1px #5e99c6;
	outline-width: 0;
}
.welcome-form button {
	margin-top: 10px;
}
.error {
  color: #c00;
	border-color: #c00;
	padding: 5px 10px;
}
.success {
	color: #3f9c35;
	border-color: #3f9c35;
	padding: 5px 10px;
}
.welcome-form + .welcome-primary-link,
.welcome-message + .welcome-primary-link {
	display: none;
}

/*.footer img {
	float: right;
	width: 150px;
	margin-top: 30px;
}*/

@media (max-width: 768px) {
	.welcome-header {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.welcome-header img {
		margin-bottom: 20px;
	}
	h3 {
		margin-top: 10px;
	}
	.h-l,
	.h-m {
		height: auto;
		min-height: auto;
		padding: 5px 10px;
	}
	.h-l img {
		display: inline;
		margin-bottom: auto;
	}
	.description {
		display: none;
	}
	
}