﻿body 
{
    background:url(/i/login/fondo_login.jpg) no-repeat -100px bottom #606274; 
    min-height: 800px; 
    overflow: hidden;
}
table 
{
    text-align: center;
    width: 350px;
}

.formulario 
{
    margin:100px auto;
    height:350px;
    width:350px;
    background-color:rgba(255,255,255,0.6);
    border-radius:20px;
    padding:10px;
    box-shadow: 0px 0px 10px #333333;
    position:relative;
}

.btncontacta 
{
    background-color:#ffffff;
    border-radius:8px;
    text-decoration:none;
    color:#444444;
    padding:5px 10px;
}

.span5 
{
    border-radius:5px;
    border:1px solid #cccccc;
    background-color:#ffffff;
    color:#444444;
    padding:5px 10px;
    width:180px;
}
#lbError 
{
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    color: #FF0000;
    font-weight: bold;
    padding: 2px;
}
.formulario .titulo 
{
    color:#ffffff;
    font-size:22px;
    font-family:Arial,Sans-Serif;
    font-weight:bold;
    position:absolute;
    bottom:0px;
    left:0px;
    width:350px;
    height:70px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    padding:15px 10px;
    text-align:center;
    background-color:#03428e;
}




/* Login V2 */
body.login
{
    background:url(/i/login/fondo_login.jpg) no-repeat center top #ffffff;    /* Custom */
    font-family: "ProximaNovaLight", Calibri,Arial,"Times New Roman",Times,serif !important;
}
body.login a
{
    text-decoration:none;
    transition:opacity 0.5s;
    font-size:11px;
}
body.login a:hover
{
    opacity:0.8;
    transition:opacity 0.5s;
}
body.login #panelLogin table 
{
    text-align: center;
    width: 320px;
}

body.login .formulario 
{
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #999999;
    height: auto;
    margin: 100px auto;
    position: relative;
    width: 320px;
    z-index:2;
    padding:0;
    box-shadow:none;
    border-radius:0;
}

body.login .formulario .titulo
{
    display:none;
}
body.login .formulario .languages
{
    font-size: 15px;
    height: 30px;
    margin-bottom: 10px;
    width: 245px;
}

body.login .btncontacta,
body.login .btnolvido 
{
    background-color: #606274;                                 /* Custom */
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 240px;
}

body.login .btnolvido 
{
    background:rgba(96, 98, 116, 0.6);                                 /* Custom */
    margin-top:8px;
}

body.login .span5 
{
    background-color: #ffffff;
    border:1px solid #cccccc;
    background-color:#ffffff;
    border-radius: 0;
    color: #666666;
    font-size: 18px !important;
    height: 32px;
    line-height: 32px;
    margin-top: 5px;
    padding: 0 10px;
    text-align: center;
    width: 220px;
}
body.login #lbError 
{
    background-color: rgba(255, 255, 255, 0.6);
    color: #606274;                                                  /* Custom */
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
    width: 240px;
}
body.login #logo-login {
    background: url("/images/custom/logo_nutec.png") no-repeat center center;     /* Custom */
    height: 50px;
    width: 240px;
}
body.login .logos-app 
{
    border-top:1px solid #606274;                                 /* Custom */
    height:70px;
    line-height:70px;
    margin-top:20px;
    background: url("/images/Logo-NSIGes.png") no-repeat center -8px;
}
body.login .logos 
{
    position:fixed;
    bottom:20px;
    left:0;
    right:0;
    height:50px;
    text-align:center;
    z-index:1;
    /*background:rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
}
body.login .logos span
{
    display:inline-block;
    text-align:center;
    width:33%;
    background:url(/images/custom/logo_nutec.png) no-repeat center top;
    height:50px;
}
body.login .logos span img
{
    display:none;
}
@media only screen and (max-width:900px)  
{
    body.login {background-position:center center;}
    body.login .formulario {width: 90% !important; max-width: 320px; border: 1px solid #aaaaaa !important;}
    body.login #panelLogin table {max-width:320px; width:100% !important;}
}
@media only screen and (max-width:480px)  
{
    body.login {background:none !important;}
    body.login .formulario {width: 90% !important; max-width: 320px;}
    body.login #panelLogin table {max-width:320px; width:100% !important;}
    body.login .formulario #btOlvido, body.login .formulario .btOlvido {font-size: 1rem;}
    body.login .formulario #btEntrar, body.login .formulario .btEntrar {font-size:1.2rem;}
}