﻿@import url('https://fonts.googleapis.com/css?family=Lato');
/* Main */
* {
    font: 14px 'Lato', 'Segoe UI',Helvetica,Verdana,san-serif;
}
.center-div2 {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 250px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.67);
    border: 2px solid #c7954a;
    border-radius: 10px;
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 250px;
    height: 470px;
    background-color: rgba(255, 255, 255, 0.67);
    border: 2px solid #c7954a;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


input.txtInput, select.txtInput {
    background: rgba(227, 211, 211, 0.37);
    padding: 5px 5px;
    border: 1px solid #c7954a;
    color: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    outline: none;
    margin-left: 0;
    width: 15em;
    margin-top: 10px;
    -webkit-appearance: none;
    border-radius: 5px;
}

.btnInput {
    padding: 3px 15px;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
    color: #FFF;
    height: 50px;
    font-size: 24px;
    background: #c7954a;
    border: 2px solid #c7954a;
}

    .btnInput:hover {
        background: #8acbbb;
        color: #fff;
        cursor: pointer;
        -webkit-transition: .1s ease-in;
        -moz-transition: .1s ease-in;
        -o-transition: .1s ease-in;
        transition: .1s ease-in;
    }


span.label {
    font-family: Lato, serif;
    font-size: 18px;
    font-weight: 600;
}

span.error {
    font-family: Lato, serif;
    font-size: 18px;
    font-weight: 600;
    color: #F00;
    text-align: center
}

h3.login {
    font-family: Lato, serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center
}
/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.subtitulo {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-family: Lato, serif;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
}

.titulo {
    background-color: rgba(255, 255, 255, 0.70);
    height: 40px;
    margin-top: 0px;
    padding-top: 5px;
    color: #c7954a;
    margin-bottom: 10px;
    border-top-color: #c7954a;
    border-top-width: 2px;
    border-top-style: solid;
    box-shadow: 0 0 5px rgba(50, 50, 93, 0.3), 0 15px 35px rgba(50, 50, 93, 0.3), 0 5px 15px rgba(0, 0, 0, 0.28);
}

    .titulo:hover {
        box-shadow: 0 0 5px rgba(50, 50, 93, 0.7), 0 15px 35px rgba(50, 50, 93, 0.7), 0 5px 15px rgba(0, 0, 0, 0.42);
    }

    .titulo h2 {
        color: #c7954a;
        display: inline-block;
        vertical-align: middle;
        font-family: Lato, serif;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px
    }

.derecho {
    text-align: right
}

h3, h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 10px;
}

.footer {
    bottom: 0px;
    height: 100%;
    background-color: rgba(181, 182, 206, 0.36);
}

    .footer > .contentBox {
        padding: 5px 50px;
    }

        .footer > .contentBox > .trialInfo {
            font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,san-serif !important;
            float: left;
            padding-top: 13px;
        }

            .footer > .contentBox > .trialInfo > h2 {
                color: #c7954a;
                font-weight: 400 !important;
                font-size: 18px;
                margin: 0;
                padding: 0;
            }

            .footer > .contentBox > .trialInfo > p,
            .footer > .contentBox > .trialInfo > p > a {
                color: white;
                font-size: 12px;
                margin: 0;
                padding: 0;
            }



.footerHolder {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50px;
}

.contentHolder {
    padding-bottom: 50px; /* should equal the height property of the .footerHolder class*/
}