@import "https://fonts.googleapis.com/css?family=Bree+Serif";

*::-moz-selection {
    background: none repeat scroll 0 0 #F676B2;
    color: #FFFFFF;
}

* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

body {
    background-color: #37627D;
    font-family: "Segoe UI","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
}

#wrapper {
    height: 400px;
    left: 43%;
    margin-left: -150px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    width: 500px;
}

.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: 550px;
    z-index: 5;
}

    .login-form .header {
        padding: 40px 30px 30px;
    }

        .login-form .header h1 {
            color: #57BACC;
            font-family: 'Segoe UI',serif;
            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;
    margin-right: 25px;
}

.login-form .header span {
    color: #678889;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
}

.login-form .content {
    padding: 0 140px 25px;
}

    .login-form .content .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 .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: 'Segoe UI',serif;
        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 .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: 'Segoe UI',serif;
        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: 'Segoe UI',serif;
        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: 'Segoe UI',serif;
        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 {
    /*background: none repeat scroll 0 0 #D4DEDF;*/
    background: rgba(243, 243, 243, 0.4);
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
    overflow: auto;
    padding: 10px 30px;
}

    .login-form .footer .button {
        float: right;
        font-family: 'Segoe UI',serif;
        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: 'Segoe UI',serif;
        font-size: 18px;
        font-weight: 300;
        margin-right: 20px;
        padding: 10px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

.login-form .footer {
    color: #3F9DB8;
}

.login-form .footer {
    bottom: -1px;
    position: relative;
}

.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: 250px;
}

.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;
    margin-left: 25px;
}

/* 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 {
    float: left !important;
    width: 100% !important;
    color: #a6071a;
    font-family: 'Segoe UI Semibold';
}

#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;
}
