﻿html, body, .slider {
    height: 100%;
}

body {
    color: #6b4b01 !important;
    align-content: center;
    background: center no-repeat url(../../images/fondo.png);
    background-size: cover;
    overflow: hidden;
}

.slide {
    height: 100%;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

    .slide.uno {
        background-image: url(/images/uno.png);
    }
    .slide.dos {
        background-image: url(/images/dos.png);
    }
    .slide.tres {
        background-image: url(/images/tres.png);
    }

.header {
    width: 100%;
    height: 63px;
    color: white;
    background-color: rgb(110, 45, 46);
    margin-bottom: 25px;
}

.navbar-brand > img {
    width: 160px;
    margin-top: 5px;
    position: absolute;
}

.form-login {
    margin: 0 auto;
}

    .form-login label {
        font-size: 1.22222em;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        width: 100%;
        text-transform: uppercase;
    }

    .form-login button {
        color: red;
        background-color: #efe9ed;
        font-size: 17px;
        font-weight: normal;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 auto;
        width: 70%;
    }

input, select {
    font-size: 0.5em;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center;
}

.input-sm {
    text-align: center;
}