﻿body {
    overflow-x: hidden;
    height: auto;
    background-color: aliceblue;       
}


.form-control {
    font-size: 14px !important
}

.loginscreen {
    overflow-y: auto
}

    .loginscreen > div.loginbox {
        max-width: 800px;
        background-color: #fff;
        margin: 140px auto;
        padding: 0 15px;
        box-shadow: 0 0 25px rgba(0,0,0,.25);
        margin-bottom: 15px
    }

    .loginscreen > div.login-footer {
        max-width: 800px;
        background-color: #fff;
        margin: 140px auto;
        padding: 0 15px;
        box-shadow: 0 0 25px rgba(0,0,0,.25);
        margin-top: 15px;
        height: 65px
    }

.loginHeader {
    background-color: #2f4356;
    text-align: center;
    color: #fff;
    background-blend-mode: multiply;
    background-image: url(../../custom/images/reporteador_img.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center
}

    .loginHeader .logosHeader {
        background-color: #acaeb0;
        padding: 10px 15px
    }

.loginForm {
    padding: 0 15px
}

.loginFooter {
    text-align: center;
    background-color: #e0e1e2;
    height: 65px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 13px;
    padding-top: 26px;
    margin-top: 32px
}

.loginHeader-intro {
    text-align: left;
    height: 315px;
}

    .loginHeader-intro h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 85%;
        font-size: 40px
    }

    .loginHeader-intro h4 {
        font-size: 20px;
        margin: 0;
        margin-bottom: 30px
    }

    .loginHeader-intro p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 20px
    }

.loginHeader .loginHeader-logos {
    background-color: rgba(12,12,12,.5);
    padding: 10px 30px
}

.loginHeader img.logo {
    height: 3.25rem;
    display: inline-block
}

.loginHeader img.logo2 {
    height: 45px;
    display: inline-block;
    margin-top: 8px
}

.login-footer img.developBy {
    margin: 12px 0 12px 0;
    margin-right: 15px;
    height: 40px
}

.madeBy {
    width: 200px;
    height: 80px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0
}

.madeBy {
    display: block
}

@media screen and (max-width:767px) {
    .madeBy {
        display: none !important
    }
}

.footer-login {
    max-width: 800px;
    background-color: #fff;
    margin: 0px auto;
    padding: 0 15px;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
    margin-bottom: 15px;
    padding:15px;
}
