html {
    background: url("/static/img/base/building.png") bottom right no-repeat, linear-gradient(243.72deg, #3B9AE6 -1.02%, #59B1EC 97.17%);
    min-height: 100%;
    /* font-size: 18px; */
    font-size: 0.875rem;
}

body {
    background: none;
    min-height: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
}

.btn {
    border-radius: 20px;
}

.asteriskField {
    color: red;
    display: none;
}

.form-control[type="text"],
.form-control[type="number"],
.form-control[type="tel"],
.form-control[type="email"],
.form-control[type="password"],
.form-control[type="date"],
textarea.form-control,
select.form-select {
    border-radius: 15px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

.form-control.g-recaptcha {
    border: none;
    background-color: transparent;
}

.multiline {
    white-space: pre-wrap;
}

.huge-btn {
    min-width: 70px;
}

table.table tr {
    vertical-align: middle;
}

.input-with-search-icon {
    background-image: url('/static/img/icons/search.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 40px !important;
}

.select2-selection__rendered {
    line-height: fit-content !important;
}

.select2-container .select2-selection--single {
    height: fit-content !important;
}

.throttled-button {
    white-space: normal;
}
