﻿@font-face {
    font-family: 'NaturaScript';
    src: url('../fonts/NaturaScript.otf') format('opentype');
}

@font-face {
    /*font-family: 'HelveticaNowDisplay';*/
    font-family: 'NaturaSans';
    src: url('../fonts/HelveticaNowDisplay.ttf') format('truetype');
}
/*@font-face {
    font-family: 'NaturaSans';
    src: url('../fonts/NaturaSans.otf') format('opentype');
}*/

@font-face {
    font-family: 'NaturaAndCo-Light';
    src: url('../fonts/NaturaAndCo-Light.otf') format('opentype');
}

@font-face {
    font-family: 'NaturaAndCo-Medium';
    src: url('../fonts/NaturaAndCo-Medium.otf') format('opentype');
}

.normalFont {
    font-family: 'NaturaAndCo-Light';
}

.logBtn button {
    width: 100%;
    margin-bottom: 3px;
}

.login-box {
    background-color: rgba(255, 255, 255, .4);
    padding: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.login-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

    .login-container > * {
        flex: 1 1 auto;
    }

.login-image {
    background-image: url('Img/tapa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
    width: 100%;
    /*position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;*/
}

.login-form-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    width: 50%;
    box-sizing: border-box;
}

    .login-form-container li {
        text-wrap: normal;
    }

.scriptFont {
    font-family: 'NaturaAndCo-Medium';
    font-size: 1.4em;
    line-height: 1;
    margin-left: 12px;
    margin-bottom: auto;
    padding: 0;
    text-align: center;
    color: #fff;
}

.titulo-form {
    font-family: 'NaturaAndCo-Light' !important;
    font-size: 90px;
    font-weight: bold;
}

.access-form {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: auto;
}

    .access-form input {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 5px auto;
    }

    .access-form button {
        width: 100%;
        line-height: 1;
    }

.brand {
    max-width: 70%;
    transform: translateX(0%);
    margin: 0 0 9px 0;
}

.form-login-nota {
    width: 95%;
    margin-bottom: auto;
    text-align: justify;
}

#TipoUsuario {
    max-width: 280px;
    margin: 5px auto;
}

.body-content {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width: 500px) {
    .access-form {
        width: 320px;
    }
}

@media(min-width: 768px) {
    .scriptFont {        
        font-size: 1.6em;
    }
}