﻿/** ### LOGIN ### **/
#particles-js {
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 12;
    position: absolute;
}

@font-face {
    font-family: 'FuturaBook';
    src: url('/Resources/Fonts/FuturaBT-Book.eot');
    src: url('/Resources/Fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), url('/Resources/Fonts/FuturaBT-Book.woff2') format('woff2'), url('/Resources/Fonts/FuturaBT-Book.woff') format('woff'), url('/Resources/Fonts/FuturaBT-Book.ttf') format('truetype'), url('/Resources/Fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('/Resources/Fonts/FuturaBT-Medium.eot');
    src: url('/Resources/Fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('/Resources/Fonts/FuturaBT-Medium.woff2') format('woff2'), url('/Resources/Fonts/FuturaBT-Medium.woff') format('woff'), url('/Resources/Fonts/FuturaBT-Medium.ttf') format('truetype'), url('/Resources/Fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLight';
    src: url('/Resources/Fonts/FuturaBT-Light.eot');
    src: url('/Resources/Fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'), url('/Resources/Fonts/FuturaBT-Light.woff2') format('woff2'), url('/Resources/Fonts/FuturaBT-Light.woff') format('woff'), url('FuturaBT-Light.ttf') format('truetype'), url('/Resources/Fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaHeavy';
    src: url('/Resources/Fonts/FuturaBT-Heavy.eot');
    src: url('/Resources/Fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'), url('/Resources/Fonts/FuturaBT-Heavy.woff2') format('woff2'), url('/Resources/Fonts/FuturaBT-Heavy.woff') format('woff'), url('/Resources/Fonts/FuturaBT-Heavy.ttf') format('truetype'), url('/Resources/Fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
    font-weight: 600;
    font-style: normal;
}

.mt20 {
    margin-top: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px;
}
.mt0 {
    margin-top: 0 !important;
}
.mb25 {
    margin-bottom: 25px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    font-family: 'FuturaBook';
    background-color: #fbfbfd;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.boxLoginFlex {
    display: flex;
    height: 100%;
    background-color: rgba(46, 140, 191, 0.70);
}
    .boxLoginFlex > div:first-child {
        flex-basis: 77%;
        position: relative;
        height: 100%;
    }

    .boxLoginFlex > div:last-child {
        flex-basis: 23%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.89);
        z-index: 12;
    }

.boxLoginFlex-lateral {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0;
}
.boxLoginFlex-lateral > div {
    padding: 30px;
}
.txtCopyright {
    font-family: 'FuturaBook';
    font-size: 13px;
    color: #757575;
    text-align: center;
}
.visible-ie {
    display: none;
}
.boxLogin {
    
}
#LoginUser {
    width: 100%;
}
.logo {
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 216px;
    z-index: 12;
}
        .logo img {
            height: 50px;
        }
    .boxLogin .content {
        position: relative;
    }

.boxLogin .content .login-form {
    padding: 0px;
    margin: 0px;
}

.boxLogin .content .form-control {
    background-color: #fff;
}
.login-form .form-control:focus {
    border-color: #00475C !important;
}

.boxLogin .content .form-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 25px;
    line-height: 25px;
    color: #0057b8;
    text-transform: uppercase;
    font-family: 'FuturaLight';
    font-weight: normal;
}

    .boxLogin .content .form-title:after {
        content: '';
        width: 35px;
        height: 2px;
        background-color: #0057b8;
        display: block;
        margin: 10px 0 0 0;
    }

.btn-01 {
    padding: 10px 16px 10px 16px;
    line-height: 18px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    background-color: #0057b8;
    border: 0;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

    .x-btn-pressed,
    .btn-01:hover,
    .btn-01:focus,
    .btn-01:active,
    .btn-01.active,
    .open .dropdown-toggle.btn-01 {
        color: #FFFFFF;
        background-color: #333333;
    }

    .btn-01:active,
    .btn-01.active,
    .open .dropdown-toggle.btn-01 {
        background-image: none;
    }

    .btn-01.disabled,
    .btn-01[disabled],
    fieldset[disabled] .btn-01,
    .btn-01.disabled:hover,
    .btn-01[disabled]:hover,
    fieldset[disabled] .btn-01:hover,
    .btn-01.disabled:focus,
    .btn-01[disabled]:focus,
    fieldset[disabled] .btn-01:focus,
    .btn-01.disabled:active,
    .btn-01[disabled]:active,
    fieldset[disabled] .btn-01:active,
    .btn-01.disabled.active,
    .btn-01[disabled].active,
    fieldset[disabled] .btn-01.active {
        background-color: #bfbfbf;
    }

.recovery {
    color: #0057b8;
    border-bottom: 1px dotted #0057b8;
    text-decoration: none;
    line-height: 22px;
    float: right;
    font-size: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .recovery:hover {
        text-decoration: none;
        border-bottom-color: transparent;
    }


/** Fancy Form **/
.fancyForm {
    margin: 0 auto;
}

    .fancyForm .row {
        margin-bottom: 25px;
        position: relative;
        overflow: hidden;
    }
    .fancyForm .fancyFlex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fancyForm input:-webkit-autofill {
        background-color: white !important;
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }

    .fancyForm input[type="text"],
    .fancyForm input[type="password"],
    .fancyForm textarea {
        width: 100%;
        height: 40px;
        padding: 10px 10px 10px 90px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        color: #0b0a06 !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        font-size: 16px;
        line-height: 16px;
        font-family: 'FuturaBook';
    }

    .fancyForm textarea {
        height: auto;
        min-height: 200px;
        padding: 50px 10px 10px 10px;
    }

        .fancyForm input[type="text"] + label,
        .fancyForm input[type="password"] + label,
        .fancyForm textarea + label {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            height: 40px;
            line-height: 40px;
            font-size: 12px;
            width: 76px;
            text-align: center;
            text-transform: uppercase;
            color: white;
            background: #0057b8;
            border-radius: 3px 0 0 3px;
            -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
            transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
            -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
        }

    .fancyForm .row label i {
        font-size: 19px;
        vertical-align: middle;
    }
    .fancyForm .row label img {
        height: 22px;
        padding-top: 8px;
    }

    .fancyForm textarea + label {
        width: 100%;
        border-radius: 3px 3px 0 0;
    }

    .fancyForm input[type="text"]:focus,
    .fancyForm input[type="password"]:focus {
        padding-left: 10px;
    }

    .fancyForm textarea:focus {
        padding-top: 10px;
    }

    .fancyForm input[type="text"]:focus + label,
    .fancyForm input[type="password"]:focus + label {
        -webkit-transform: translateZ(0) translateX(-100%);
        transform: translateZ(0) translateX(-100%);
    }

    .fancyForm textarea:focus + label {
        -webkit-transform: translateZ(0) translateY(-100%);
        transform: translateZ(0) translateY(-100%);
    }

    .fancyForm input[type="checkbox"],
    .fancyForm input[type="radio"] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
    }

        .fancyForm input[type="radio"] + label {
            position: relative;
            display: inline-block;
            overflow: hidden;
            text-indent: -9999px;
            background: #ccc;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            cursor: pointer;
            -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
            transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        }

            .fancyForm input[type="radio"] + label:before {
                content: '';
                position: absolute;
                display: block;
                height: 10px;
                width: 10px;
                top: 50%;
                left: 50%;
                background: white;
                border-radius: 100%;
                box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
                -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
                transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
                -webkit-transform: translateZ(0) translate(-50%, -50%) scale(0);
                transform: translateZ(0) translate(-50%, -50%) scale(0);
            }

        .fancyForm input[type="radio"]:checked + label {
            background: #0057b8;
        }

            .fancyForm input[type="radio"]:checked + label:before {
                -webkit-transform: translateZ(0) translate(-50%, -50%) scale(1);
                transform: translateZ(0) translate(-50%, -50%) scale(1);
            }

        .fancyForm input[type="checkbox"] + label {
            position: relative;
            display: inline-block;
            overflow: hidden;
            text-indent: -9999px;
            background: rgba(11, 10, 6, 0.6);
            width: 60px;
            height: 30px;
            border-radius: 100px;
            cursor: pointer;
            -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
            transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        }

            .fancyForm input[type="checkbox"] + label:before {
                content: '';
                position: absolute;
                display: block;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: #0057b8;
                border-radius: 100px;
                -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
                transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
                -webkit-transform: translateZ(0) scale(0);
                transform: translateZ(0) scale(0);
            }

            .fancyForm input[type="checkbox"] + label:after {
                content: '';
                position: absolute;
                top: 2px;
                left: 2px;
                display: block;
                height: 26px;
                width: 26px;
                background: white;
                border-radius: 100%;
                box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
                -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
                transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
                -webkit-transform: translateZ(0) translateX(0);
                transform: translateZ(0) translateX(0);
            }

        .fancyForm input[type="checkbox"]:checked + label {
            background: #0057b8;
        }

            .fancyForm input[type="checkbox"]:checked + label:after {
                left: calc(100% - 28px);
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

    .fancyForm button {
        position: relative;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 12px;
        font-weight: bold;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: white;
        border: none;
        background: #0057b8;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        z-index: 2;
    }

        .fancyForm button:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: #01579B;
            height: 100%;
            width: 100%;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
            transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
            -webkit-transform: translateZ(0) scale(0);
            transform: translateZ(0) scale(0);
            z-index: -1;
        }

        .fancyForm button:hover:before, .fancyForm button:focus:before {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
            transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        }

.boxAlert {
    position: relative;
    padding: 15px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    display: block;
}

    .boxAlert a {
        color: white;
    }

.boxAlert-error {
    margin: 15px 0 15px 0;
    background-color: #F44336;
}

.boxAlert-ok {
    background-color: #1abc9c;
}

.boxAlert-ok-ribbon:after {
    content: '';
    display: inline-block;
    border-top: 15px solid #1abc9c;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid transparent;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 50%;
    bottom: -29px;
    margin-left: -14px;
}

.bg-rotated {
    position: absolute;
    width: 4000px;
    height: 4000px;
    z-index: 11;
    transform: translate(-45%, -1525.5px) rotate(45deg);
    -webkit-transform: translate(-45%, -1525.5px) rotate(45deg);
    -moz-transform: translate(-45%, -1525.5px) rotate(45deg);
    -ms-transform: translate(-45%, -1525.5px) rotate(45deg);
}

    .bg-rotated .inner-bg-rotated {
        position: relative;
        width: 100%;
        height: 100%
    }

        .bg-rotated .inner-bg-rotated .square-1 {
            position: relative;
            width: 50%;
            height: 50%;
            box-shadow: 5px -6px 20px 0 rgba(0,0,0,.32);
            background: rgba(255,255,255,.9)
        }

            .bg-rotated .inner-bg-rotated .square-1 .square-inner-1, .fixed-bg-rotated .inner-bg-rotated .square-fixed-1 .square-inner-1 {
                width: 100%;
                height: 100%;
                position: absolute
            }

        .bg-rotated .inner-bg-rotated .square-2 {
            width: 50%;
            height: 50%;
            background: rgba(222,222,222,.83);
            box-shadow: 5px -4px 20px 0 rgba(0,0,0,.55)
        }

        .bg-rotated .inner-bg-rotated .square-3 {
            width: 50%;
            height: 50%;
            position: absolute;
            right: 0;
            top: 50%;
            background: -moz-linear-gradient(top,rgba(138,137,142,.6) 0%,rgba(138,137,142,.6) 30%,rgba(138,137,142,0) 100%);
            background: -webkit-linear-gradient(top,rgba(138,137,142,.6) 0%,rgba(138,137,142,.6) 30%,rgba(138,137,142,0) 100%);
            background: linear-gradient(90deg,rgba(138,137,142,.6) 0%,rgba(138,137,142,.6) 30%,rgba(138,137,142,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e68a898e', endColorstr='#008a898e', GradientType=0);
            box-shadow: 0 -9px 20px 0 rgba(0,0,0,.32);
            z-index: -1
        }

/* Responsive */
@media (max-width: 575.98px) {
    .bg-rotated {
        display: none;
    }
    .boxLoginFlex {
        flex-direction: column;
    }
        .boxLoginFlex > div {
            flex-basis: 50% !important;
            height: auto !important;
        }
    .boxLogin .content .form-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .fancyForm .row {
        margin-bottom: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .boxLoginFlex > div {
        flex-basis: 50% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .boxLoginFlex > div:first-child {
        flex-basis: 55%;
    }
    .boxLoginFlex > div:last-child {
        flex-basis: 45%;
    }
    .bg-rotated{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .boxLoginFlex > div:first-child {
        flex-basis: 65%;
    }
    .boxLoginFlex > div:last-child {
        flex-basis: 35%;
    }
    .bg-rotated {
        left: -132px;
    }
}
/* Fin Responsive */