﻿@charset "utf-8";
/* CSS Document */

/*===== Reseteador estilos base =====*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

/*===== FIN Reseteador estilos base =====*/

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0px;
}

h1 {
    font-size: 0px;
    text-indent: -9999em;
}

h2 {
    color: #FFF !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 28px;
}

body {
    background-image: url(../img/background-body.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.container {
    width: 330px;
    min-height: 10px;
    margin: auto;
}

#Logo {
}

#Login {
    width: 100%;
    height: 300px;
    margin-top: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: -2px 0px 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -2px 0px 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 0px 5px 2px rgba(0, 0, 0, 0.25);
}

#Login-header {
    padding-top: 15px;
    background-color: #e1f5ff;
}

#Login-body {
    padding: 15px 20px 5px 20px;
    background-color: #ffffff;
}

.form-group {
    text-align: left;
    margin-bottom: 10px !important;
}

.form-control {
    height: 36px !important;
}

label {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
}

a {
    color: #337AB7;
    text-decoration: none;
    font-size: 13px;
    font-style: italic;
}

    a:hover {
        text-decoration: none;
    }

#Login-footer {
    background-color: #0b72a2;
    height: 82px;
}


.btn {
    padding: 6px 6px;
    margin-top: 25px;
 }

.HighlightRed {
    font-weight: bold;
    color: White;
    background-color: #ff2222;
}

.textRed
{
    font-weight:bold;
    color:#ff2222;    
}

.textYellow
{
    font-weight:bold;
    color:#B8860B;    
}

.textGreen
{
    font-weight:bold;
    color:#3d8a51;    
}

.HighlightYellow
{
    font-weight:bold;
    color:White;
    background-color:#B8860B;
}

.HighlightGreen
{
    font-weight:bold;
    color:White;
    background-color:#3d8a51;
}

.HighlightGray
{
    font-weight:bold;
    color:White;
    background-color:#3d4a58;
}
