body, html {
    overflow-x: hidden;
    background-image: radial-gradient(circle, #ffffff, #ebebeb, #d7d7d7, #c3c3c3, #b0b0b0);
}

@font-face {
    font-family: 'Univers';
    src: url('../Fonts/univers-condensed-bold.eot');
    src: url('../Fonts/univers-condensed-bold.eot?#iefix') format('embedded-opentype'), 
    url('../Fonts/univers-condensed-bold.woff') format('woff'), 
    url('../Fonts/univers-condensed-bold.ttf') format('truetype'), 
    url('../Fonts/univers-condensed-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.labels-class
{
    font-family: 'Univers';
    font-size: calc(2vh + 7px);
}

.text-class, .btn-Ingresar
{
    font-family: 'Univers';
}

.tittle-ftp
{
    font-family: 'Univers';
    font-size: calc(4vh + 12px);
    font-weight: 1000;
    float: left;
} 

.img-FTP{
    position: relative;
    height: 130px;
    width: 130px;
}


.fondo{
    position: absolute;
    width:100%;
    height:510px;
}

.contenedor{
    margin-top: 100px !important;
}

.form1 {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    color: black;
    padding: 20px;
    border-radius: 5px;
}

.logo_concept {
    position: relative;
    width:210px;
    height:auto;
    padding: 5px;
}

.msj_Login
{
    font-family: 'Univers';
    font-size: calc(2vh + 4px);
    background-color:  rgba(0, 0, 0, 0.4);
    color: red;
}