﻿
* {
    padding: 0;
    margin: 0;
}
html, body {
    overflow: hidden;
    background-image: url(../images/SF-Bakground-login.png);
    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: 20%;
}
.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;
}

/* 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: white;
  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(32, 42, 98), 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%;
}
/*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;
    }
}

/*MEDIDA MD*/
@media (min-width: 992px)  {
    margin-left: 33.33333333%;
}