/*------------------------------------------------------------------
------------------------Login---------------------------------------
------------------------------------------------------------------*/

body {
    background: transparent;
}

html {
    background: url('../../img/logical-bg3-min.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-bg {
    position: relative;
    width: 50%;
    margin: 200px auto 0 auto;
    padding: 20px;
    background: #ffffff;
    -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px #9E9E9E;
    box-shadow: 0 0 20px #9E9E9E;
    border-radius: 5px;
}

.login-bg2 {
    position: relative;
    width: 50%;
    margin: 50px auto;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0 0 20px #9E9E9E;
    box-shadow: 0 0 20px #9E9E9E;
    box-shadow: 0 0 20px #9E9E9E;
    border-radius: 5px;
}

p.title {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #0054a6;
}

h1 {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 15px;
    color: #333;
    margin-top: 30px;
}

.logo {
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

    .logo .small {
        display: none;
    }

    .logo img {
        max-width: 100%;
    }

p.login-label {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 15px;
}

input.login[type="text"], input.login[type="password"] {
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.login[type="text"] {
    border-radius: 4px 4px 0 0;
}

input.login[type="password"] {
    border-radius: 0 0 4px 4px;
}

.btn-iniciar {
    background: #0054a6;
    padding: 10px 30px;
    font-size: 1.1em;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
}

    .btn-iniciar i {
        margin-left: 9px;
    }

.is-blurred {
    background-size: cover;
    overflow: hidden;
    filter: blur(10px);
    -webkit-filter: blur(13px);
}

.version {
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}

    .version p, .version a {
        color: #fff;
    }


@media only screen and (max-width: 1024px) {

    .login-bg {
        margin: 50px auto;
    }
}

@media only screen and (max-width: 700px) {

    .login-bg {
        width: 100%;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    input.login[type="text"], input.login[type="password"] {
        width: 100%;
        border-radius: 0;
        height: 66px;
        margin: 1px;
        font-size: 18px;
        background: #d5d5d5;
    }

    h1 {
        color: #fff;
        margin-top: 90px;
    }

    p.title {
        color: #fff;
        margin-top: 50px;
        font-size: 25px;
    }

    .btn-iniciar {
        width: 100%;
        padding: 24px 30px;
        margin-top: 0;
    }

    .logo {
        width: 325px;
    }

        .logo .large {
            display: none;
        }

        .logo .small {
            display: block;
        }
}

.copyright {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .copyright p, .copyright a {
        color: #fff;
    }

.bg-password {
    padding: 0 20px 20px 20px;
    background: #fff;
    margin-top: 30px;
    border-radius: 4px;
}

h1.title {
    color: #0054a6;
}

.input-icon > input {
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-icon > [class*="fa-"], .input-icon > [class*="ti-"] {
    color: #c9cacc;
    line-height: 49px;
}
