html, body {
    box-sizing: content-box;
    font-family: "Vic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

h1 {
    font-size: 28px;
    line-height: 32px;
}

h2 {
    font-size: 24px;
}

.svl-banner {
    background-image: url('images/dffh-bg-teal.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.svl-banner-health {
    background-image: url('images/health-bg-pink.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	display: flex;
    flex-direction: column; /* For vertical placement of items */
	min-height:70px;
  }
.svl-title-block-health {
	float:left;
	width: 50%;
	clear:both;
	margin-left:40px
}
@media screen and (max-width: 600px) {
   .svl-title-block-health {
    width:auto;
    border:0;
    margin:60px 30px auto;
  }
.svl-title-block-right-section-health {
    margin-right:0;
	height:100px;
    border:0;
	left:0;
  }
}
.svl-title-block h1, .svl-title-block-health h1 {
    color: #fff;
    display: inline-block;
    font-family: "Vic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 18px 15px;
	max-width:470px;
}
.svl-title-block-right-section-health {
    background-image: url('images/health-logo-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 52px;
    margin: 10px 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 200px;

}
.svl-title-block-right-section {
    background-image: url('images/dffh-logo-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 52px;
    margin: 10px 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 200px;
}
.svl-container {
    max-width: 1040px;
    margin: 10px auto;
    padding: 20px;
	position:relative;
  }
.svl-content-section {
    background-color: #fff;
    height: auto;
    width: 100%;
}
.svl-user-interaction-box-health {
    background-color: #f6f6f9;
    border-radius: 10px;
    margin: 60px auto;
    padding: 50px 50px 40px;

}
@media screen and (max-width: 600px) {
.svl-user-interaction-box-health {
    background-color: #f6f6f9;
    border-radius: 10px;
    margin: 20px auto;
    padding: 30px;
  }
}
.svl-user-inetraction-box {
    background-color: #f1f1f2;
    border-radius: 10px 10px 0 0;
    margin: 60px auto 0;
    padding: 30px;
    position: relative;
    width: 300px;
}

.svl-user-inetraction-box-internals {
    background-color: #f1f1f2;
    border-radius: 0 0 10px 10px;
    margin: 2px auto 60px;
    padding: 10px 30px 30px;
    position: relative;
    width: 300px;
}


.svl-user-inetraction-box-title, .svl-user-inetraction-box-internals-title {
    margin-top: 0;
}

.svl-user-inetraction-box-username, .svl-user-inetraction-box-pwd {
    margin-bottom: 15px;
}

.svl-user-inetraction-box-btn {
    text-align: left;
}

.svl-user-inetraction-box-btn input {
    
	font-family: "Vic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:600;
	background-color: #008080;
    border: 2px solid #008080;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 6px 18px;
    transition: all ease-in-out 0.3s;
}

.svl-user-inetraction-box-btn input:hover {
    background-color: #005959;
    border: 2px solid #005959;
}

.svl-user-inetraction-box-username label,
.svl-user-inetraction-box-pwd label {
    display: inline-block;
    width: 124px;
}

.svl-user-inetraction-box-username input, .svl-user-inetraction-box-pwd input {
  width: 100%;
  padding: 8px 12px;
  margin: 6px 0;
  box-sizing: border-box;
}

.svl-footer-container {
    background-color: #008080;
    position: relative;
    width: 100%;
}
.svl-footer-container-health {
    background-color: #940054;
    position: relative;
    width: 100%;
}

.svl-footer-container h2 {
    margin-top: 40px;
}

.svl-footer-content-block {
    color: #fff;
    margin: 0 auto;
    padding: 15px 60px 15px;
}
.svl-footer-content-block a {
	color:#fff;
	text-decoration:none;
}
.svl-footer-content-block a:hover {
	text-decoration:underline;
}
@media screen and (max-width: 600px) {
.svl-footer-content-block {
    padding: 30px;
  }
}

.svl-footer-border-block-health {
    background-color: #c63663;
    height: 1px;
    margin: 30px 0;
    width: 100%;
}
.svl-footer-border-block {
    background-color: #338990;
    height: 2px;
    margin: 30px 0;
    width: 100%;
}

.svl-footer-copy-right-text {
    display: flex;
	flex-wrap:wrap;
    font-size: 14px;
	padding-bottom:50px;
	z-index: 3;
	position:relative;
}

.svl-footer-flags img {
    margin-right: 16px;
}
.svl-footer-block-bottom-background-health {
    background-image: url('images/footer-back-health.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    height: 144px;
    position: absolute;
    right: 0;
    width: 324px;
    z-index: 1;
}

.svl-footer-block-bottom-section-health {
    background-image: url('images/sgv-logo-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10px;
    height: 54px;
    position: absolute;
    right: 20px;
    width: 150px;
    z-index: 2;
}

.svl-footer-block-bottom-background {
    background-image: url('images/footer_back.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    height: 144px;
    position: absolute;
    right: 0;
    width: 324px;
    z-index: 1;
}

.svl-footer-block-bottom-section {
    background-image: url('images/sgv-logo-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10px;
    height: 54px;
    position: absolute;
    right: 20px;
    width: 150px;
    z-index: 2;
}

.svl-footer-nav-ul {
    display: flex;
	flex-wrap:wrap;
    padding: 0;
	width:auto;
}

.svl-footer-nav-ul li {
    border-right: 1px solid #fff;
    font-size: 14px;
    list-style: none;
    line-height: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    padding-right: 12px;
}

.svl-footer-nav-ul li a {
    color: #fff;
}

.svl-footer-nav-ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.svl-footer-link-block {
    margin: 30px 0;
}

.svl-footer-content-block p {
    font-size: 14px;
    margin: 20px 0;
    width: auto;
}

.rederror {
    font-family: "Vic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%; 
    color: #FF0000; 
    font-weight: bold;
    border: 1px #FF0000 solid;
    margin: 50px 0px 50px 20px;
    }
    
span:empty.rederror {
    display: none;
    }.svl-user-interaction-box-health {
}
