﻿@font-face {
    font-family: Titilium;
    src: url(../fonts/TitilliumWeb-Regular.ttf);
}

* {
    font-family: Titilium;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    overflow: hidden;
    background-image: url('../images/svg/Hexagon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #464646;
    padding-top: 3%;
}

.sf-login-background-clor {
    color: #fcfcfc;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    text-align: center;
}

/*Navbar de login */
.sf-navbar-login {
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    min-height: 30px !important;
}
/*Pestaña de navbar*/
.sf-tab-navbar-login {
    height: 130px;
    background-image: url(../images/smartflow_header_middle.png);
    background-size: 425px;
    background-repeat: no-repeat;
    padding: 50px 35px 0px 35px;
    text-align: left;
    margin: -20px 0px 0px -15px !important;
    z-index: 2000;
}

    .sf-tab-navbar-login img {
        width: 235px;
    }

.sf-text-secundary {
    color: #1387a3;
    margin-top: 25px;
}

.sf-img-login-logo {
     width: 60%;
}

.sf-img-login-text {
    width: 45%;
}

.sf-login-legend {
    display: block;
    color: #1085ac;
    font-weight: bold;
    margin: 30px 0px;
    font-size: 18px;
}

.sf-label-form-login {
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #e3e3e3;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}

/* Se puso para poder hacer los inputs de 100% */
input, select, textarea {
    max-width: 100% !important;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #555;
        transition: background-color 5000s ease-in-out 0s;
    }

/* Separadores de formulario*/
.sf-separator {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0),rgb(251 251 251), rgba(0, 0, 0, 0));
}

/*Botón de iniciar sesión*/
.sf-button-signup {
    margin-top: 50px;
    height: 60px;
    width: 185px;
    border: 0px;
    border-radius: 28px;
    background-image: url(../images/smartflow_button.png);
}

.sf-background-input-login {
    height: 50px;
    background-image: url(../images/smartflow_login_input.png);
    background-size: 100% 50px;
    background-repeat: no-repeat;
    padding-top: 3px;
}

.sf-input-login {
    background: transparent;
    /*margin: 20px 0px 0px 4px;*/
    width: 85%;
    border: none;
    height: 40px;
    text-align: center;
}

    .sf-input-login:focus {
        background: transparent;
        /*margin: 20px 0px 0px 4px;*/
        width: 85%;
        border: none;
        height: 40px;
        outline: none;
        text-align: center;
    }

input#image-button {
    background: #ccc url('../images/smartflow_button.png') no-repeat top left;
    padding-left: 16px;
    height: 16px;
}

.sf-login-img-footer img {
    width: 60%;
}

.sf-login-img-footer {
    width: 50%;
}
/*MEDIDA SM*/
@media (max-width: 768px) {
    .sf-tab-navbar-login {
        margin: 0px 0px 0px -15px !important;
    }
    /*PARA LA BURGUER DE MENÚ RESPONSIVO*/
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #f2f2f2 !important;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #f2f2f2;
    }

    .main-login {
        max-width: 100%;
    }


    .sf-img-login-logo {
        width: 70%;
    }

    .sf-login-img-footer img {
        width: 80%;
    }
}

/*MEDIDA MD*/
@media (min-width: 768px) {
    .main-login {
        max-width: 450px;
    }

    .sf-img-login-logo {
        width: 60%;
    }

    .sf-login-img-footer img {
        width: 60%;
    }
}

/*MEDIDA MD*/
@media (min-width: 992px) {
}


.licenseExpiredClose {
    width: 100px;
}

#expiredLicenseTitle {
    font-size: 28px;
    font-weight: 600;
    margin: 40px auto 5px auto;
}

#expiredSubTitle {
    font-size: 20px;
    margin: 10px;
    line-height: 1.2;
}

#expiredLicense_0 {
    font-weight: 300;
    color: lightgray;
    margin: 10px auto;
}

#expiredLicense_SF,
#expiredLicense_1 {
    font-weight: 600;
    margin: 10px auto;
}

.expiredMessage {
    position: absolute;
    top: 0;
    padding: 20px;
    padding-top: 15%;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    background-color: rgba(0,40,70, 0.8)
}

.noDisplay {
    display: none;
}

.blur {
    filter: blur(3px);
    transition: 1s;
}

.noBlur {
    filter: blur(0px);
}

.codeError {
    color: #a94442;
    font-size: 20px;
    font-weight: bold;
}

.main-login {
    width: 100%;
    padding: 0px 35px 40px;
    border-radius: 10px;
    background: #ffffff63;
    border: 1px solid #dfdfdf00;
    min-height: 410px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.btnLogin {
    width: 100%;
    font-style: normal;
    text-align: center;
    border: none;
    text-decoration: none;
    transition: 1s;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 37px;
    min-height: 48px;
    color: rgb(248, 249, 252);
    box-shadow: #547899 0px 2px 6px;
    line-height: 24px;
    letter-spacing: 2px;
    background: #07243c;
    outline: none;
    margin-top: 10px;
    font-weight: 500;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-danger-login {
    font-weight: bold;
    font-size: 19px;
    color: #b80808;
}

.input-login {
    margin-bottom: 5px;
}
