@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,700|Noticia+Text:400,400i,700&subset=latin-ext');

/*---------------------------------------------HTML-BODY...*/
html, body { padding: 0; margin: 0; }
body { border: none; text-align: left; font-size: 15px; color: #231f20; font-family: 'Fira Sans', sans-serif; font-weight: 500; }
h1, h2, h3, h4, h5 { font-family: 'Fira Sans', sans-serif;}
p { font-family: 'Noticia Text', serif; }
a, a:hover {text-decoration: none;}


.errorMessage{
   display: block; 
    
}

.alert{
    position:fixed; 
    top:0; 
    right:0; 
    width:100%; 
    z-index:10000;  
    padding: 20px 0;
    padding-left: 20px;    
    left: 0px;
    color: #fff;

}
.alert-success{
    background-color: #6bbc43;
}

.alert-danger{
    background-color: #ed1b24;
}

#formDiv{
    padding: 50px 0;
}
#text1{
    padding-bottom: 20px;
}
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #ED1B24;
    position: absolute;
    right: 0;
    
    left: 0;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}
#footer a {
    color: #fff;
}
a:hover, a:focus {
    text-decoration: none;
    color: #ED1B24;
}
a{
    color: #B0CB1F;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #76ba29;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#mainLogo{
    position: absolute;
    top: 0;
    left: 16.5%;
}
