html, body {
    margin: 0;
    height: 100%;
    font-size: 18px;
    font-family: 'Sen', sans-serif !important;
}

a:link{
    font-size: 1.05rem;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    height: 100%;
}

body {
    background: #cc0033;
    /*background: linear-gradient(180deg, rgba(142,39,128,1) 0%, rgba(233,38,42,1) 100%);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn-primary {
    background-color: #cc0033;
    border-color: #cc0033;
    color: white;
}

.btn-primary:hover {
    background-color: #ad002b;
    border-color: #ad002b;
    color: white;
}

.btn-secondary {
    background-color: #7e7e7e;
    border-color: #7e7e7e;
    color: silver;
}

.btn-secondary:hover {
    background-color: #7e7e7e;
    border-color: #7e7e7e;
    color: black;
}

#loginForm {
    width: 100%;
}

#logo {
    width: 200px;
}

#loginForm {
    width: 100%;
}

.login-container {
    width: auto;
    height: auto;
    max-height: 200px;
}

#loginBoxBackground {
    display: flex;
    flex: 1 1 auto;
    border-radius: 4px;
    width: 350px;
    margin: 5px auto;
    padding: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.g-recaptcha {
    margin-top: 2rem;
}


.inputWithIcon input[type=text], .inputWithIcon input[type=password], .inputWithIcon div.bootstrap-select{
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 3px 8px;
}

.narrow-page {
    max-width: 70rem !important;
    margin: auto !important;
    /* flex-direction: row; */
}

.navbar>.container-fluid {
    padding: 0 !important;
}

.content-boxed {
    background-color: white;
    border-radius: 0 0 0 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    /* font-size: 1.4rem;
    line-height: 1.8rem; */
    padding: 1rem;
}

.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.page-title, .subtitle {
    color: #000;
}

.tt-suggestion, .tt-selectable {
    overflow-x: hidden !important;
}

.dropdown-menu, .twitter-typeahead .tt-menu{
    /* width: 400px; */
    overflow-x: hidden !important;
    font-size: 0.9rem
}


/**
    Extra small devices (portrait phones, less than 576px)
    No media query for `xs` since this is the default in Bootstrap
 */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    #loginBoxBackground {
        width: 340px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .content-boxed {
        padding: 2rem;
    }
    .homepage {
        margin: -2rem; /* Counteracting the content boxed above*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

@media (min-width: 576px) and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

input[type=text],
input[readonly],
input[type=password],
select.default-inputstyle,
.bootstrap-select button.btn-light {
    background-color: #D9D9D9 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #0D0D0D;
    border: none;
}

input[type=text]:focus,
input[type=password]:focus,
select.default-inputstyle:focus {
    background-color: #D9D9D9;
    color: #0D0D0D;
}

input[type=text]::placeholder,
input[readonly]::placeholder,
input[type=password]::placeholder,
select.default-inputstyle::placeholder
{
    color: #686d71 !important;
    font-size: 0.9rem;
}

input[type=text]:focus,
input[type=password]:focus,
select.default-inputstyle:focus,
.bootstrap-select button.btn-light:focus {
    box-shadow: 0 0 0 0.2rem #f47c20;
}

.cancel {
    color: black;
}

.network-select-one {
    background-color: #D9D9D9;
    color: #000000;
}

/* Password field 'eye' icon styling */
.password-reveal-button {
    cursor: pointer;
}
#siteSearch {
    width: 100%;
    box-sizing: border-box;
}
.autoComplete_wrapper {
    display: block;
}
#registrationForm {
    width: 100%;
}
.selectcontainer {
    background-color: #D9D9D9 !important;
}