﻿
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-Light.ttf');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-ExtraLight.ttf');
    font-weight: extralight;
    font-style: normal;
}

html,
body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'Nunito', 'sans-serif';
}

a {
    color: #ff8b33;
}

    a:hover
    {
        color: #e26100;
    }

#login {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    z-index: 1002;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../images/color-gradient.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-duration: 0.75s;
    -moz-animation-delay: 0.2s;
    animation-duration: 0.75s;
    animation-delay: 0.2s;
}

    #login .font-weight-normal {
        font-weight: 400 !important;
    }

    #login h3, #login .h3 {
        font-size: 1.75rem;
    }

    #login .mb-3, #login .my-3 {
        margin-bottom: 1rem !important;
    }

    #login dl, #login ol, #login p, #login ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    #login .form-signin {
        width: 100%;
        max-width: 350px !important;
        padding: 30px;
        padding-bottom: 15px;
        color: #000;
        box-shadow: rgb(100, 100, 100) 0px 0px 50px;
        background-color: #fff;
        border-radius: 4px;
    }

    #login .form-control {
        border: 1px solid #dadada;
        border-top-color: #969696;
        border-left-color: #c7c7c7;
        border-top-width: 2px;
        border-left-width: 2px;
    }

    #login .form-label-group {
        position: relative;
        margin-bottom: 1rem;
    }

        #login .form-label-group > input,
        #login .form-label-group > label {
            padding: 0.75rem;
        }

        #login .form-label-group > label {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            margin-bottom: 0; /* Override default `<label>` margin */
            line-height: 1.5;
            border: 1px solid transparent;
            border-radius: .25rem;
            transition: all .1s ease-in-out;
            color: black;
            opacity: 0.5;
        }

        #login .form-label-group input::-webkit-input-placeholder {
            color: transparent;
        }

        #login .form-label-group input:-ms-input-placeholder {
            color: transparent;
        }

        #login .form-label-group input::-ms-input-placeholder {
            color: transparent;
        }

        #login .form-label-group input::-moz-placeholder {
            color: transparent;
        }

        #login .form-label-group input::placeholder {
            color: transparent;
        }

        #login .form-label-group input:not(:placeholder-shown) {
            padding-top: calc(.75rem + .75rem * (2 / 3));
            padding-bottom: calc(.75rem / 3);
        }

            #login .form-label-group input:not(:placeholder-shown) ~ label {
                padding-top: calc(.75rem / 3);
                padding-bottom: calc(.75rem / 3);
                font-size: 12px;
                color: black;
            }

.btn-cuviva {
    border: 1px solid #ff8b33;
    border-radius: 2em;
    font-size: 1.2em;
    font-weight: 600;
    background-color: white;
    color: #ff8b33 !important;
    text-align: center;
}

    .btn-cuviva.active, .btn-cuviva:active, .btn-cuviva:hover, .btn-cuviva:focus
    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
        background-color: #ff8b33 !important;
        color: white !important;
        border-color: #ff8b33 !important;
    }

.navbar-text {
    color: black;
}

.overflow-auto {
    overflow: auto;
}

.hidden {
    display: none;
}

.cookie-consent {
    background-color: white;
    position: relative;
    z-index: 1051;
    width: 100%;
}

.cookie-consent .text-center {
    background-color: rgba(255, 139, 51, 0.25);
}

.cookie-consent a {
    color: darken(255, 139, 51,);
}

.cookie-consent button {
    font-size: 1em;
}

.system-information {
    background-color: white;
    position: relative;
    z-index: 1051;
    width: 100%;
}

    .system-information .text-center {
        background-color: rgba(255, 139, 51, 0.25);
    }

.back-to-patientlist {
    position: sticky;
    top: 5em;
    z-index: 5;
    max-width: 960px !important;
}

.privacy-policy-content {
    top: 5em;
    max-width: 960px !important;
}

@media (min-width: 992px) {
    .auto-logout {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .cookie-consent {
        position: absolute;
    }

    .system-information {
        position: absolute;
    }
}

#login .mb-20{
  margin-bottom: 20px;
}

#login .version-details{
  font-size: 14px;
  color: #737373;
}
