/*---------------------------------Estilos Loggin Bar-----------------------------------*/
.tb-bg
{
    background: linear-gradient(30deg, #101010 10%, #131313, #3b3a3a, #212121, #171616, #242323, #121212);
}
.orange-brand
{
    background: linear-gradient(30deg, #d71919 55%, #f4c60a);
}
.gray-brand
{
    background: linear-gradient(30deg, #3c3c3e 55%, #7d7e82);
}
.orange-shadow
{
    -webkit-box-shadow: 0px 6px 11px 1px rgb(240 96 19);
    -moz-box-shadow: 0px 6px 11px 1px rgba(240,96,19,1);
    box-shadow: 0px 2px 8px 0px rgb(240 96 19);
}
.barraSuperior2
{
	align-items: center;
    width: 100%;
    height: 90px;
    min-height: 55px;
    background-color: black;
    float: left;
    position: relative;
    z-index: 5;
}
.barraSuperior2 > div
{
	display: inline-block;
	float: left;
}
.logo_li2
{
    margin-left: 10%;
}
.divCircle2
{
}
.divLogoSB2
{
    margin-top: 10px;
}
.divInicio2
{
    width: 550px;
    height: 100%;
    margin-left: 12%;
}
.divInicio2 > div
{
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
}
.divInicio2 > div > div
{
    display: inline-block;
    float: left;
}
.tabInicio
{
    width: 100%;
    height: 90%;
    float: left;
    margin-top: 1%;
}
.tdMail
{
    width: 275px;
    height: 35px;
    margin-top: 25px;
}
.inpMail
{
    width: 90%;
    border-radius: 2px;
    outline: none !important;
    font-family: "Roboto-Regular";
    border: none;
    height: 100%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: dimgray !important;
    color: lightgray;
}
.inpMail::placeholder
{
    font-family: "Roboto-Italic";
    font-size: 15px;
    color: lightgray;
}
.inpMail:focus
{
    background-color: dimgray !important;
    border: 2px solid dimgray !important;
}
.tdPass
{
    width: 275px;
    height: 35px;
    margin-top: 25px;
}
.trPass > td
{
    width: 50%;
    height: 100%;
    float: left;
}
.inpPass
{
    width: 90%;
    border-radius: 2px;
    outline: none !important;
    font-family: "Roboto-Regular";
    border: none;
    height: 100%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: dimgray !important;
    color: lightgray;
}
.inpPass::placeholder
{
    font-family: "Roboto-Italic";
    font-size: 15px;
    color: lightgray;
}
.inpPass:focus
{
    background-color: dimgray !important;
    border: 2px solid #232323 !important;
}
.divAPass
{
    font-size: 12px;
}
.aPass
{   
    width: 90%;
    margin-top: 4px;
    font-family: 'Roboto-Italic';
    color: gray;
    text-align: center;
}
.aPass:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
.divButEnt
{
    width: 90px;
    height: 35px;
    margin-right: 1%;
    margin-top: 25px;
}
.butEnt
{
    width: 100%;
    height: 100%;
    border-radius: 2px;
    font-family: Roboto-Bold;
    outline: none !important;
    color: white;
    border: none;
}
.butEnt:active
{
    color: white;
    background-color: #1C1C1C;
    border:none;
}
.divButReg
{
    width: 125px;
    height: 35px;
    margin-right: 1%;
    margin-top: 25px;
}
.butReg
{
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #111111;
    font-family: 'Roboto-BoldItalic';
    outline: none !important;
    color: white;
    border: none;
}
.butReg:active
{
    color: white;
    background-color: #1C1C1C;
    border:none;
}
.divButHelp
{
    width: 50px;
    height: 25px;
    margin-right: 1%;
    float: right !important;
    margin-top: 30px;
}
.butHelp
{
    width: 100%;
    background: none !important;
    font-style: italic;
    outline: none !important;
    border: none !important;
    color: gray;
    font-family: 'Roboto-BoldItalic';
    font-size: 15px;
}
.butHelp:hover
{
    color: white;
    text-decoration: underline;
}