

#meta-top {
    background-color: #e9edf2;
}

.navbar-brand img {

}

#meta-top .navbar-brand::before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='24'%3E%3Cpath fill='%2304316A' d='m17.657 8.962-1.418 1.411-3.255-3.27-.013 13.605-2-.002.013-13.568-3.23 3.215-1.41-1.417 5.67-5.644 5.643 5.67Z'/%3E%3C/svg%3E");
}

#meta-top .nav-link {
    color: #000000;
}

.animate-underscore a, .animate-underscore-dark a {
    position: relative;
}

.animate-underscore a::before, .animate-underscore-dark a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #999;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.animate-underscore-dark a::before {
    background-color: #666;
}

.animate-underscore a:hover::before, .animate-underscore-dark a:hover::before {
    transform: scaleX(1);
}

.lang-switch {
    margin-left: 5px;
}

#back-bar {
    background: #8c9fb1;
    height: 75px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 90px;
}

#main-bar {
    background: #8c9fb1;
    height: 175px;
    position: relative;
    top: -50px;
    box-shadow: 0 10px 20px #00000080;
}

#site-title {
    font-size: xx-large;
}

#site-title-sub {
    font-size: x-large;
}

#logo {
    width: 400px;
    height: auto;
}

#main-nav {
    margin-top: 25px;
}

#main-nav-links {
    font-weight: bolder;
}

#footer-back {
    min-height: 200px;
    margin-top: 50px;
    padding-top: 25px;
    background-color: #8c9fb1;
}

#fau-word {
    width: 200px;
    height: auto;
}

.langpage li span, .nav li span.nav-link, .pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.password_toggle {
    padding-right: 12px;
    margin-left: -30px !important;
    margin-top: 8px !important;
    z-index: 200;
    cursor: pointer;
}

.password {
    padding-right: 30px !important;
}



.try {
    border: 1px solid #666;
    text-align: center;
    border-radius: 3px;
    min-width: 100px;
    min-height: 110px;
}

.try span {
    display: block;
}