body{
    background-color: #e9ecfa !important;
}

.v-effect-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.v-effect-link li {
    display: inline-block;
    min-width: 1em;
    margin: 0 0.5em;
}
.v-effect-link a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #515C66;
}
.v-effect-link a:hover {
    color: #c69f73;
}

.v-effect-link a:hover:before {
    left: 0;
    width: 100%;
}
.v-effect-link a:before {
    content: "";
    position: absolute;
    width: 0;
    height: .5px;
    background-color: #c69f73;
    bottom: calc(-1px);
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-language {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: solid 1px transparent;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
    display: block;
}
h1{
    text-align: center;
    color: #097FF5;
}
p{
    text-align: center;
}
body .ui-inputfield {
    border-left: 0.4rem solid !important;
    border: 1px solid #D7D8D9;
    border-left-color: #097FF5 !important
}
body .ui-button.ui-button-text-only .ui-button-text {
    padding: 0.5rem 0.5rem;
}
body .ui-button {
    background: #097FF5;
    color: #f8fafc;
    border: 1px solid #1B74C5;
    margin: 0;
    outline: 0 none;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.imgLogo{
    width: 18rem;
}
@media (max-width: 960px) {
    .landing-wrapper .landing-banner {
        padding: 20px 75px 100px;
    }
}