﻿@font-face {
    font-family: Bebas;
    src: url('../fonts/BebasNeue.otf') format("truetype");
}

.txtLogin::-webkit-input-placeholder {
    font-family: 'Bebas';
    background-image: url(../img/icono_flecha.png);
    background-repeat: no-repeat;
    background-size: 2vh;
    position: relative;
    left: 5vh;
    top: 0.5vh;
    text-indent: 3vh;
    /*color:#b7b7b7;*/
}

.txtLogin:-ms-input-placeholder {
    font-family: 'Bebas';
    background-image: url(../img/icono_flecha.png);
    background-repeat: no-repeat;
    background-size: 2vh;
    position: relative;
    left: 5vh;
    top: 0.5vh;
    text-indent: 3vh;
    /*color: #b7b7b7;*/
}

.txtLogin:-moz-placeholder {
    font-family: 'Bebas';
    background-image: url(../img/icono_flecha.png);
    background-repeat: no-repeat;
    background-size: 2vh;
    position: relative;
    left: 5vh;
    top: 0.5vh;
    text-indent: 3vh;
    /*color: #b7b7b7;*/
}

.txtLogin::-moz-placeholder {
    font-family: 'Bebas';
    background-image: url(../img/icono_flecha.png);
    background-repeat: no-repeat;
    background-size: 2vh;
    position: relative;
    left: 5vh;
    top: 0.5vh;
    text-indent: 3vh;
    /*color: #b7b7b7;*/
}
