/* SAMPLE CSS built by Omnilert */

/* Show or hide Omnilert Logo */

.omnilert-logo {
    /* display:none; */

}

/* Generic */

body {
    font-size: 13px;
    color: #231f20;

}

#custom_description {
     color: #333;
}

#custom_description a {
    color: #559fd3;
}

/* Header */

header {
    background-color: #555459; 

}


/* Navigation */


nav > ul > li a {

    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}

nav > ul > li > a:hover {
    font-weight: 800;
    color: #E4001C;
    border-bottom: none;
    padding-bottom: 13.7px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}


.active {
    color: #fff;
    border-bottom: 4px solid #E4001C;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);

}

/* Main Content Area */

.terms a {
    color: #E4001C;
    text-decoration: none;
}

.terms a:hover {
    color: #E4001C;
    text-decoration: underline;
}

#username::placeholder { 
  content: "Test";
}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #E4001C;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background-color: #a1161a;
    transition: all 500ms ease;
}


/* Footer */

footer {
    background-color: #555459;
}

.footer-inner {
    font-size: 14px;
    color: #fff;
}


.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #E4001C;
    text-decoration: underline;
}

h1 {
    padding: 0 0 10px 0;
    font-weight: 600;
    font-size: large;
}