﻿.BodyLogin
{
    margin-top: 0px !important;
    height: 100% !important;
    width: 100%;
    padding-top: 0px !important;
    top: 0;
    left: 0;
    min-height: 100%;
}

.htmlLogin
{
    width: 100%;
    height: 100%;
}

#GeneralLogin
{
    position: fixed;
    width: 100%;
    height: 100%;
}

#SectionLogin
{
    position: absolute;
    width: 100%;
    background-color: #303030;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    height: 100%;
    
}

#ArticuloLogin
{
    position: relative;
    max-width: 300px;
    padding-top: 18%;
    text-align: center;
    display: inline-block;
}

.IniciarSesionLogin
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: none;
}

.TextoLogin, a.TextoLogin:link, a.TextoLogin:active, a.TextoLogin:visited
{
    font-family: arial;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}

a.TextoLogin:hover
{
    text-decoration: underline;
}

.LogoLogin
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ImagenLogoLogin
{
}

.NombreUsuarioLogin
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: none;
}

.UserNameLogin
{
    position: relative;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 13px;
    background-color: #333333;
}

.CapaRedondeadaFondo
{
    width: 100%;
    box-sizing: border-box;
    padding: 1px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 13px;
    background: -webkit-gradient(linear, left, rigth, #e8b063, #be5c5c);
    background: -webkit-linear-gradient(left, #e8b063, #be5c5c);
    background: -moz-linear-gradient(right, #e8b063, #be5c5c);
    background: -ms-linear-gradient(right, #e8b063, #be5c5c);
    background: -o-linear-gradient(right, #e8b063, #be5c5c);
    background: linear-gradient(to right, #e8b063, #be5c5c);
}

.CajaTexto
{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 13px;
    border: 0;
    background-color: #333333;
    color: #ffffff;
    font-size: 12px;
    opacity: 1;
}

.PassLogin
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: none;
}

.PassTextoLogin
{
    position: relative;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 13px;
    background-color: #333333;
}

.RecordarmeLogin
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.CapaErrorLogin
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.CapaBotonLogin
{
    position: relative;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
}

.BotonLogin
{
    width: 100%;
    border: 0;
    text-align: center;
    padding: 8px;
    border-radius: 13px;
    color: #ffffff;
    font-size: 12px;
    background: -webkit-gradient(linear, left, rigth, #e8b063, #be5c5c);
    background: -webkit-linear-gradient(left, #e8b063, #be5c5c);
    background: -moz-linear-gradient(right, #e8b063, #be5c5c);
    background: -ms-linear-gradient(right, #e8b063, #be5c5c);
    background: -o-linear-gradient(right, #e8b063, #be5c5c);
    background: linear-gradient(to right, #e8b063, #be5c5c);
}

.RestaurarContrasenyaLogin
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

input[type=checkbox] + label {
    margin-left: 5px;
}

input[type=checkbox]:checked + label {
    color: Red;
}

input[type=checkbox]:hover label {
    text-decoration: underline;
}