html {
    height: 100%;
    width: 100%;
    display: flex;
    position: fixed;
}

html, body, form {
    height: 100% !important;
}

body {
    display: flex !important;
    align-items: center !important;
    font-family: "Open Sans", sans-serif;
    color: #444444;
    background-image: url("../Images/pexels-antoni-shkraba-5816286.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    justify-content: center !important;
    backdrop-filter: blur(4px) !important;
    background-repeat: no-repeat !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6dc8f2;
    --bs-btn-border-color: #53A3CD;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4d82aa;
    --bs-btn-hover-border-color: #53A3CD;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d82aa;
    --bs-btn-active-border-color: #53A3CD;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    border-radius: 50px;
}

.form-signin {
    width: 385px;
    min-height: 400px !important;
    padding: 1.5em;
    background: rgba(255, 255, 255, 0.895);
    border-radius: 1.5em;
    margin-left: 1.75em !important;
    margin-right: 1.75em !important;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input {
        padding: 0.6em !important;
    }

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #ffffff00 !important;
}

.password-container {
    position: relative;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        box-sizing: border-box;
        padding: 0.6em;
    }

.fa-eye, .fa-eye-slash {
    position: absolute;
    top: 35%;
    right: 5%;
    cursor: pointer;
    color: lightgray;
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

#preloader {
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #6fc9f2;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 70%;
        width: 100px;
        height: 100px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* reCAPTCHA */

.grecaptcha-badge {
    bottom: 70px !important;
}

.has-error-required {
    border: solid 2px #a94442 !important;
    color: #a94442 !important;
}

    .has-error-required .select2-selection__rendered {
        color: #a94442 !important;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #555 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #555 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #555 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #555 !important;
}

.has-error-required input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a94442 !important;
}

.has-error-required input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a94442 !important;
    opacity: 1;
}

.has-error-required input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a94442 !important;
    opacity: 1;
}

.has-error-required input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a94442 !important;
}

span.has-error-required {
    border: none !important;
}

.select2-selection.has-error-required {
    border: solid 2px #a94442 !important;
    color: #a94442 !important;
}

input[type='radio'] + label,
input[type='checkbox'] + label {
    margin: 0 !important;
    padding: 0px 10px 0px 5px !important;
    cursor: pointer !important;
}

input[type='radio'],
input[type='checkbox'] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin-top: 14px;
}

.footer {
    /* position: fixed; */
    bottom: 0;
    width: 100vw;
    /* line-height: 26px; */
    background-color: #f5f5f5;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    font-size: 12px;
    z-index: 1001;
    left: 0;
}

.form-control {
    padding: 6px 12px !important;
    border-radius: 8px;
    min-height: 38px;
}
