﻿.bgLogin {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #183D5D url(../images/background.jpg) center center fixed no-repeat;
    background-size: cover;
}
.full-width {
    width:100%;
}
footer p {
    padding: 0;
    margin: 0;
}
.WindowsFormLogin {
    width: 380px;
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(256, 256, 256, 0.9);
    color: black;
}
    .WindowsFormLogin h3 {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 33px;
        font-weight: 300;
        margin: 30px 0 30px 0;
    }
    .WindowsFormLogin section {
        display: table;
        width: 90%;
        margin: 0 auto;
    }

    .WindowsFormLogin .brand {
        /*margin: 0 auto 7em auto;*/
        margin: 0 auto 0em auto;
    }

    .WindowsFormLogin .submit {
        padding: 0.8em 4em;
        text-transform: uppercase;
        color: white !important;
        background-color: #Ff0032 !important;
        border-color: white;
    }

.dlog-input {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
}

.dlog-input .dlog-form-control {
    font-size: 16px;
    padding: 10px 10px 10px 45px;
    display: block;
    border: none;
    border: 1px solid #CACACA;
    box-shadow: none;
    width: 100%;
    background: #f3f3f3;
    border-radius: 4px;
    color: #221998;
}

.dlog-input label {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 45px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.dlog-input .bar:before {
    left: 50%;
    box-shadow: 0 0 10px wheat;
}

.dlog-input .bar:after {
    right: 50%;
    box-shadow: 0 0 10px wheat;
}

.dlog-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.dlog-input .dlog-form-control:focus ~ label, .dlog-input .dlog-form-control:valid ~ label {
    top: -22px;
    font-size: 14px;
    color: white;
}

.dlog-input .bar:before, .dlog-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: rgb(255, 190, 0);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.dlog-input .dlog-form-control:focus ~ .bar:before, .dlog-input .dlog-form-control:focus ~ .bar:after {
    width: 50%;
    box-shadow: 0 0 1px wheat;
}

.dlog-input .input-validation-error ~ .bar {
    display: none !important;
}

.WindowsFormLogin .alert-danger {
    color: #ffffff;
    background-color: #bb2424;
    border-color: rgba(255, 255, 255, 0.24);
    text-align: center;
    border-radius: 0;
}

.ErrorMessage .alert-dismissable .close, .ErrorMessage .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    font-size: 36px;
}

.ErrorMessage {
    position: relative;
    width: inherit;
    margin: -50px 0 0 0;
}

.inputUser,
.inputPass {
    background-size: 25px 25px;
    background-repeat: no-repeat !important;
    background-position: 8px 8px !important;
}

.inputUser {
    background-image: url(../images/icon-user.png) !important;
}

.inputPass {
    background-image: url(../images/icon-password.png) !important;
}


.inline-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
}


.WindowsFormLogin .col-md-6.col-md-offset-2 {
    display: none;
}

.WindowsFormLogin .col-md-4 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}

.WindowsFormLogin h1 {
    display: none;
}

.WindowsFormLogin form h4 {
    display: none;
}

.WindowsFormLogin
.row {
    width: 100%;
    margin: 0;
    padding: 0;
}

.WindowsFormLogin a {
    color: white !important;
}

#cookieConsent {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0px solid #251386;
    border-radius: 0.25rem;
}


@media all and (max-width: 425px) {
    .WindowsFormLogin {
        width: 100%;
    }

    body, html, .WindowsFormLogin {
        overflow: hidden;
    }

    .field-validation-error, .text-danger {
        font-size: smaller;
    }
    .notifyjs-container {
        width: auto;
        max-width: 90% !important;
    }
.notifyjs-container *{
    font-size: 13px;
    white-space:normal;
}

}

/* Landscape */
@media (max-device-width: 1023px) and (orientation: landscape) {
    .WindowsFormLogin {
        width: 100%;
    }

    .field-validation-error, .text-danger {
        font-size: smaller;
    }

    .WindowsFormLogin .brand {
        margin: 1em auto 3em auto;
    }

    .form-group.dlog-input {
        display: inline-block;
        width: 46%;
        vertical-align: text-top;
        margin-bottom: 13px;
    }

    .form-group-r.dlog-input {
        float: right;
    }

    .WindowsFormLogin .brand img {
        width: 140px;
    }

    .WindowsFormLogin .TheSubmit {
        position: relative;
        display: block;
        margin: -55px 0 0px 0;
    }

    .WindowsFormLogin .submit {
        padding: 0.6em 3em;
    }

    body {
        font-size: 12px;
    }
}

@media (max-device-width: 640px) and (orientation: landscape) {
    .field-validation-error, .text-danger {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        position: absolute;
    }

    .ErrorMessage {
        position: relative;
        width: inherit;
        margin: -25px 0 0 0;
        font-size: 12px;
    }

    .WindowsFormLogin .alert-danger {
        padding: 5px 35px 5px 5px;
    }
}
