@font-face {
    font-family: 'Favorit Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ABCFavoritPro-Book.woff2) format('woff2'),url(../fonts/ABCFavoritPro-Book.woff) format('woff'),url(../fonts/ABCFavoritPro-Book.otf) format('opentype')
}

@font-face {
    font-family: 'Favorit Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ABCFavoritPro-Medium.woff2) format('woff2'),url(../fonts/ABCFavoritPro-Medium.woff) format('woff'),url(../fonts/ABCFavoritPro-Medium.otf) format('opentype')
}

main > .container {
    padding: 20px 15px;
    font-family: 'Favorit Pro', sans-serif;
    font-weight: 400;
}

.input-with-suffix {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-with-suffix .form-control {
    padding-right: 30px !important;
}

.input-with-suffix::after {
    content: attr(data-suffix);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 14px;
}

.form-control.is-invalid {
    padding-right: inherit;
    background-image: none !important;
}

.help-block {
    color: rgba(220, 53, 69, 1) !important;
}