﻿/***********************************************************/
/*Login*/

.main-login{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1030;
    display: none;
}

.login-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 30px;
    height: 30px;
    background-image: url(../images/iconos/close.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}

.bg-login {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background:
    radial-gradient(black 3px, transparent 4px),
    radial-gradient(black 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px),
    #fff;
    background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;*/
    background: #fff;
}

.login-shape1 {
    position: fixed;
    top: -150px;
    left: -100px;
    width: 741px;
    height: 682px;
    z-index: 0;
    background-image: url(../images/home/completo.png);
    background-repeat: no-repeat;
}

.login-shape2 {
    position: fixed;
    bottom: -230px;
    right: -225px;
    width: 741px;
    height: 682px;
    z-index: 0;
    background-image: url(../images/home/completo.png);
    background-repeat: no-repeat;
}

.login-logo{
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 120px;
    background-image: url(../images/logo/logo_header.svg);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: contain;
}

.login-box {
    position: relative;
    margin-top: 240px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 670px;
    width: 95%;
    background-color: #fff;
    padding: 0px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 17px -5px rgb(42, 42, 42);
    -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
    box-shadow: 0px 0px 17px -5px rgb(46, 46, 46);
}

.login-header {
    text-align: center;
    background: #f6f6f6;
    /*background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

/*.logo-login{
    margin-top:50%;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}

.logo-login span{
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 1.23em;
}*/

.logo-login {
    position: relative;
    padding-top: 14px;
}

.logo-login img {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.login-body{
    padding: 10px;
}

.boton-login {
    width: 100%;
    color: #FFF;
    text-align: center;
    margin-top: 30px;
    background-color: #e44106;
    border-radius: 3px;
    font-weight: 300;
    font-size: 1.2em;
    border: none;
    padding: 10px;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.boton-login:hover{
    opacity:0.8;
}

.boton-login a{
    color: #fff;
}

#ChangeView{
    cursor: pointer;
}

.tbx-login {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 7px 14px;
    font-weight: 600;
    font-size: 1em;
    border: solid 2px #ececec;
    background-color: #ffffff;
    margin: 8px 0px;
    -webkit-box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
    -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
    box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
}

.tbx-login:focus {
    -webkit-box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503;
    border: solid 2px #fbc503;
    box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503;
}

.tbx-recover-pass {
    width: 230px;
    height: 48px;
    border-radius: 6px;
    padding: 7px 14px;
    font-weight: 600;
    font-size: 1em;
    border: solid 2px #ececec;
    background-color: #ffffff;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
    -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
    box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
}

.tbx-recover-pass:focus {
    -webkit-box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503;
    border: solid 2px #fbc503;
    box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503;
}

.error_required_login{
    position: relative;
    width: 100%;
    color: #cd355f;
    font-weight: 600;
    font-size: 1em;
    padding-left: 6px;
    text-align: left;
}

.error-popup-login{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 265px;
    min-height: 40px;
    padding:10px;
    background-color: #333;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.login-msg{
    position:fixed;
    top:45%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align:center;
    min-height: 48px;
    max-width: 300px;
    line-height: 1.5em;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display:none;
    z-index:99;
}

/*footer{
    position: fixed;
    bottom:15px;
    width: 100%;
}

footer .footer-nav{
  background-color: transparent;
  color: #444;
}
footer .footer-nav a{
  display: inline-block;
  color: #444;
  margin: 10px;
}

.footerb{
    background: rgb(227,87,87);
    background: linear-gradient(0deg, rgba(227,87,87,1) 0%, rgb(229 100 72) 35%, rgb(229 100 72) 100%);
    font-size: 1em;
}

.footerb-icon a img {
    max-width: 70px;
}

.logoDF a{
    display: inline-block;
}*/

.logoDF img{
    width:213px;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .login-header {
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px;
    }

    .logo-login {
        margin-top: auto;
        padding: 35px 10px;
    }

    .login-box {
        max-width: 350px;
        margin-top: 110px;
    }
}

@media only screen and (max-width: 360px) 
{
    .login-box{
        width: 90%;
    }

}

@media screen and (max-height: 710px) 
{
    footer{
        position: relative;
        margin-top:135px;
    }

}