label.error,
select.error,
textarea.error,
input.error {
    color: #FF0000;
}

.my-error-class {
    color: #FF0000;
    /* red */
}

.my-valid-class {
    color: #00CC00;
    /* green */
}

   
        
h3, p{
margin:0px;
padding:0px;
}
.logo-container {
width: 190px;
height: 90px;
background: #fff;
border-radius: 4px;
margin-left: 2px;
float: left;
padding:0px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);    
display:block	;
align-items: center;
justify-content: center;
}
@import url('https://fonts.cdnfonts.com/css/bauhaus-93');
.h3 {
color: #000000;
font-family: 'Bauhaus 93', sans-serif;
font-weight: 500;
padding-bottom: 0px;
padding-left: 20px;
font-size: 60px;
text-transform: lowerercase;
line-height:1;
}
.p {
font-size: 7px;
padding-left: 0px;
padding-top: 0px;
margin-left: px;
color: #34495e;
font-weight: 600;  
text-transform: uppercase;
text-align: center;
}

footer *{
    font-size:14px;
    font-weight: normal;
    color:white;    text-decoration: none;

}

footer h5{
    font-size:14px;
    font-weight: bolder;
}

footer i{
    font-size:22px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}
