* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

body {
    background-color: #37627D;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
}

#wrapper {
    height: 400px;
    left: 43%;
    margin-left: -150px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    transition: opacity ease .3s;
    opacity: 0;
}
#blur-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
}
    #blur-background > canvas {
        position: absolute;
        left: -10px;
        bottom: -10px;
        top: -10px;
        filter: blur(10px);
    }
    #blur-background > div {
        background-color: #000;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    #blur-background.light > div {
        background-color: #FFF;
    }
#login-form {
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: 10px 10px 10px #00000045;
    border-radius: 40px;
    padding: 20px;
}

.gradient {
    background-image: url("images/logIn/gradient.png");
    background-repeat: no-repeat;
    height: 600px;
    left: 45%;
    margin-left: -1px;
    margin-top: -350px;
    position: fixed;
    top: 50%;
    width: 600px;
}

.login-form {
    /*background: none repeat scroll 0 0 #F3F3F3;*/
    background: rgba(243, 243, 243, 0.7);
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    width: 600px;
    z-index: 3;
}

    .login-form .header {
        padding: 20px 10px;
    }

        .login-form .header h1 {
            color: #57BACC;
            font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
            font-size: 28px;
            /*font-weight: 300;*/
            font-weight: bold;
            line-height: 9px;
            margin-bottom: 10px;
            /*text-shadow: 1px 1px 0 #FFFFFF;*/
        }

.logo {
    background-image: url(images/LogIn/logofortia.png);
    background-repeat: no-repeat;
    background-position: right;
}

.login-form .header p, .ft-version {
    color: #678889;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
}

.login-form .loginInfo {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
}

.login-form .content {
    width: 320px;
    margin: 1em auto;
}
.login-form .content .input {
    background: transparent;
    border: none;
    display: block;
    color: #FFF;
}

    .login-form .content .password, .login-form .content .pass-icon .company {
        margin-top: 15px;
        /*margin-bottom: 15px;*/
    }

    .login-form .content .input:hover {
        background: none repeat scroll 0 0 #DFE9EC;
        color: #414848;
    }

    .login-form .content .input:focus {
        background: none repeat scroll 0 0 #DFE9EC;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
        color: #414848;
    }

    .login-form .content .button {
        margin-top: 10px;
        font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
        color: #FFF;
        font-size: 18px;
        font-weight: 300;
        padding: 11px 25px;
        border-top: 1px solid #224f6c;
        border-right: 1px solid #224f6c;
        border-left: 1px solid #224f6c;
        border-bottom: 1px solid #224f6c;
        border-radius: 3px 3px 3px 3px;
        color: #FFF;
        background: #224f6c;
    }

        .login-form .content .button:hover {
            cursor: pointer;
        }

.login-form .content2 {
    padding: 0 40px 25px;
}

    /*.login-form .content2 span {
        color: #678889;
        font-size: 13px;
        line-height: 15px;
        font-weight: bold;
    }

    .login-form .content2 .input {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
        color: #9D9E9E;
        font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 25px;
        text-shadow: 1px 1px 0 #FFFFFF;
        width: 188px;
    }*/
.login-form .content.okta {
    width: 85%;
    margin: 1em auto;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
}

    /*.login-form .content .input {
        background: transparent;
        border: none;
        display: block;
        color: #FFF;
    }*/

    .login-form .content2 .password, .login-form .content .pass-icon .company {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .login-form .content2 .input:hover {
        background: none repeat scroll 0 0 #DFE9EC;
        color: #414848;
    }

    .login-form .content2 .input:focus {
        background: none repeat scroll 0 0 #DFE9EC;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
        color: #414848;
    }

    .login-form .content2 .button {
        margin-top: 10px;
        font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
        color: #FFF;
        font-size: 18px;
        font-weight: 300;
        padding: 11px 25px;
        border-top: 1px solid #224f6c;
        border-right: 1px solid #224f6c;
        border-left: 1px solid #224f6c;
        border-bottom: 1px solid #224f6c;
        border-radius: 3px 3px 3px 3px;
        color: #FFF;
        background: #224f6c;
        cursor: pointer;
    }

    .login-form .content2 .button.iniciar {
        float: right;
        margin-top: 10px;
        margin-right: 60px;
        font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
        color: #FFF;
        font-size: 18px;
        font-weight: 300;
        padding: 11px 25px;
        border-top: 1px solid #224f6c;
        border-right: 1px solid #224f6c;
        border-left: 1px solid #224f6c;
        border-bottom: 1px solid #224f6c;
        border-radius: 3px 3px 3px 3px;
        color: #FFF;
        background: #224f6c;
        cursor: pointer;
    }

    .login-form .content2 .register {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        color: #414848;
        cursor: pointer;
        display: block;
        float: right;
        font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
        font-size: 18px;
        font-weight: 300;
        margin-top: 12px;
        margin-right: 20px;
        padding: 10px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

.user-icon, .pass-icon {
    display: block;
    height: 47px;
    left: 0;
    padding-right: 2px;
    position: absolute;
    width: 46px;
    z-index: 3;
}

.user-icon {
    background: url("images/LogIn/user-icon.png") no-repeat scroll center center rgba(65, 72, 72, 0.75);
    top: 130px;
}

.pass-icon {
    background: url("images/LogIn/pass-icon.png") no-repeat scroll center center rgba(65, 72, 72, 0.75);
    top: 195px;
}

.input, .user-icon, .pass-icon {
    transition: all 0.5s ease 0s;
}

.login-form .footer {
    text-align: center;
    color: #FFF;
    overflow: auto;
    padding: 10px 30px;
    font-size: 10pt;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
}
    .login-form .footer > * { padding: 10px; }
    .login-form .footer > a {
        color: #FFF;
        text-decoration: none;
    }
.login-form .footer > a:hover {
    text-decoration: underline;
}

    .login-form .footer .button {
        float: right;
        font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
        color: #FFF;
        font-size: 18px;
        font-weight: 300;
        padding: 11px 25px;
        border-top: 1px solid #224f6c;
        border-right: 1px solid #224f6c;
        border-left: 1px solid #224f6c;
        border-bottom: 1px solid #224f6c;
        border-radius: 3px 3px 3px 3px;
        color: #FFF;
        background: #224f6c;
    }

        .login-form .footer .button:hover {
            cursor: pointer;
        }

    .login-form .footer .register {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        color: #414848;
        cursor: pointer;
        display: block;
        float: right;
        font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
        font-size: 18px;
        font-weight: 300;
        margin-right: 20px;
        padding: 10px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

.logo-prime-multiconexion {
    margin-top: 110px;
    margin-left: 20px;
}

.input-container {
    padding-bottom: 20px;
}

.container-content2 {
    /*border-bottom-color: rgba(255, 255, 255, .5);
    border-bottom-style: solid;
    border-bottom-width: 76px;
    box-sizing: border-box;*/
    height: 300px;
}

.pie {
    font-size: 10px;
    color: #ffffff;
    background-position: bottom;
    position: absolute;
    float: left;
    margin-bottom: 10px;
    margin-top: -6px;
    margin-left: -3px;
    padding: 10px;
    font-family: Segoe UI;
    font-weight: bold;
}

.validation-summary-errors {
    color: red;
    padding: 5px 5px 10px;
    font-size: 10pt;
}
.validation-summary-errors-black {
    color: black;
    padding: 5px 5px 10px;
    font-size: 10pt;
    text-align: justify;
}
/* Para eliminar la x y el ver caracteres, css que agrega microsoft en IE */
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

/* Para las notificaciones de la Licencia y el Icono de Pregunta*/

.k-notification {
    border: 0;
}

/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.new-notifica {
    width: 350px;
    min-height: 50px;
    padding: 15px 15px 15px 15px;
}

    .new-notifica i {
        float: left;
        margin-right: 15px;
    }

    .new-notifica p {
        font-size: 1em;
        margin-left: 15%;
    }

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.5);
    color: #ffffff;
}

.new-error {
    width: 350px;
    min-height: 50px;
    padding: 15px 15px 15px 15px;
}

    .new-error i {
        float: left;
        margin-right: 15px;
    }

    .new-error p {
        font-size: 1.15em;
        margin-left: 10%;
    }

.validation-message-for {
    color: #ff5959;
    font-size: 10pt;
    text-align: right;
    padding: 0 0 20px 0 !important;
}

#notificacionLogin {
    left: 43%;
    margin-top: 40px;
    width: 550px;
}

    #notificacionLogin .new-notifica {
        width: 550px;
    }

i.fa.fa-2x.fa-question-circle {
    margin-top: 23px;
    position: absolute;
    margin-left: 10px;
    cursor: pointer;
    color: #224f6c;
}

.ft-version { 
    text-transform: uppercase;
    font-size: 8pt;
    text-align: right;
}
.login-form .k-textbox, .login-form .k-textbox:hover {
    border-bottom: solid 1px #FFF !important;
    width: 100% !important;
    color: #FFF !important;
    background: none !important;
}
    .login-form .k-textbox::placeholder { color: #FFF; opacity: 1; /* Firefox */ }
    .login-form .k-textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FFF; }
    .login-form .k-textbox::-ms-input-placeholder { /* Microsoft Edge */ color:#FFF; }

.login-buttons {
    display: grid;
    grid-template-columns: 40% 60%;
    box-sizing: border-box;
    align-items: center;
}


[fortia-window] .fw-content h3 {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}
[fortia-window].info .fw-content h3,
[fortia-window].question .fw-content h3 { color: var(--button-info-bgcolor); }
[fortia-window].error .fw-content h3 { color: var(--button-error-bgcolor); }
[fortia-window].success .fw-content h3 { color: var(--button-success-bgcolor); }
[fortia-window].warning .fw-content h3 { color: var(--button-warning-bgcolor); }

[fortia-window] .fw-content .fields {
    margin-bottom: 30px;
}
[fortia-window] .fw-content .fields.last {
    margin-bottom: 0;
}
[fortia-window] .fw-content .k-textbox {
    border-bottom: solid 1px #DDD !important;
    width: 70%;
    font-size: 11pt;
    margin: 20px 0 0;
}

.login-buttons-okta {
    display: grid;
    grid-template-columns: 100%;
    box-sizing: border-box;
    align-items: center;
    margin-top: 20px;
}

.ft-Derechos {
    color: #FFFFFF;
    font-size: 14px;
    /*line-height: 15px;
    font-weight: bold;*/
    /*text-transform: uppercase;*/
    text-align: right;
}

