﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html, body { height: 100%; background-color:#15191D; font-family:'Roboto'; font-size:12px; -webkit-font-smoothing: antialiased }
.clear{clear:both;}
.hide{display:none !important;}


/** LOGIN **/
.login								{ }
.label-usuario,						
.label-password						{ color:#FFF; padding:10px 0px; }
.usuario,
.password							{ width:200px; height:30px; padding:4px 8px; background-color:#FFF; color:#333; border:0px; outline:none; border-radius:4px; margin-bottom:15px; }	

input.submit:hover {background-color: #434853;}

input.submit {
    background-color: #32363F;
    width:auto;
    height: 38px;
	line-height:38px;
	padding:0px 25px;
    border: 0;
    cursor: pointer;
	border-radius:4px;
	margin:0px auto;
	color:#FFF;
	font-family:inherit;
	font-weight:700;
}

@font-face {
    font-family: "signalTitulo";
    src: url("../../../Content/fonts/Signal.woff");
}

@font-face {
    font-family: "titilium";
    src: url("../../../fonts/titilliumweb-black.woff");
}

.div-row {
    margin-right: 0px; 
    margin-left: 0px;
}

.div-background {
    left:50%; 
}

.tituloLetra {
    padding-top:50px;
    font-size: 42px;
    font-family: titilium;
    text-align:center;
    color: white;
}

#amarilloHalleyTank {

 color:#eedc00;

}
.subtituloLetra {
    font-size: 13px;
    font-family:signalTitulo;
    color:white;
    text-align:center;
}

.inputLogin {

    display:block;
    background-color:white;
    width:100%;
    font-size:16px;
    height: 38px;
    padding-left:10px;
    line-height:38px;
	border: 0;
    cursor: pointer;
	border-radius:4px;
	color:#FFF;
	font-family:inherit;
	margin-top:10px;
    max-width:500px;
    color:#262a33;
}


.rowLogin {
    width:100%;
    color:white;
    padding-bottom:20px;
    text-align:left;
   
}

.contenedor-login {
    background-color:#262a33;
    /*height:450px;*/
    padding:20px;
    margin-top:20px;
    border-radius:5px;
}

.contenedor-login-2
{
    text-align: center;
}

.contenedor-forms {
    margin-top:40px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}



.footer-login {
     text-align:center; 
     color:gray; 
     font-size:94%;  
     margin-top:50px;
     margin-bottom:15px;
}

