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;
    line-height: 32px;
}

.svl-banner {
    background-image: url('images/dffh-bg-teal.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.svl-title-block h1{
    color: #fff;
    display: inline-block;
    font-family: "Vic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
}

.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: 5px 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 200px;
}

.svl-content-section {
    background-color: #fff;
    height: auto;
    width: 100%;
}

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

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

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

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

.svl-user-inetraction-box-btn input {
    background-color: #008080;
    border: 2px solid #008080;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 2px 10px;
    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-footer-container {
    background-color: #008080;
    position: relative;
    width: 100%;
}

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

.svl-footer-content-block {
    color: #fff;
    margin: 0 auto;
    padding: 30px;
    padding-bottom: 60px;
    width: 90%;
}

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

.svl-footer-copy-right-text {
    bottom: 48px;
    font-size: 14px;
    position: absolute;
}

.svl-footer-flags img {
    margin-right: 16px;
}

.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/dffh-logo-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    height: 62px;
    position: absolute;
    right: 30px;
    width: 200px;
    z-index: 2;
}

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

.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: 60%;
}

.rederror {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 100%; 
    color: #FF0000; 
    font-weight: bold;
    border: 1px #FF0000 solid;
    margin: 50px 0px 50px 20px;
    }

span:empty.rederror {
    display: none;
    }