body {
    /*background: url(../main-banner.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.input-validation-error {
    border-color: #ff4d4f !important;
}

.invalid-feedback {
    display: block !important;
}

.container {
    padding: 100px 15px 0;
}

.navbar {
    background-color: #fff !important;
    height: 70px;
    border-bottom: 1px solid #edf2f9;
}

.logo-title {
    padding-inline-start: 6px;
    color: #000711;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.show-modal {
    display: block;
    top: initial;
}

.tooltip-inner {
    max-width: 375px;
}

.info-icon {
    font-size: 12px;
    display: inline-block;
    vertical-align: text-top;
    cursor: pointer;
}