﻿.footer-block {
    position: absolute;
    font-size: 9.5px;
    border: solid;
    border-color: white;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.lblMobileTitle {
    text-align: center;
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #888;
    top: 88px;
    font-size: 18px;
    width: 100% !important;
}

@@media only screen and (max-width: 600px) {
    .lblMobileTitle {
        display: block !important;
    }

    .login {
        width: 100% !important;
        padding: 0 16px !important;
        top: 10px !important;
    }

    .loginContent {
        width: 100% !important;
        min-height: 300px !important;
    }

    .copyRight {
        width: 100% !important;
    }

    #tdRecoverPasswordButton {
        display: none !important;
    }
}

.input-group-adj {
    width: 100%;
    margin-bottom: 12px;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header_content {
    width: 450px;
    height: 100px;
    display: block;
    margin: 0 auto;
    padding: 0px;
}

#logo {
    margin: 35px 0px 0px 85px;
    float: left;
}

.middle_back {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
}

.login {
    margin: auto;
    width: 355px;
    height: 280px;
    top: 10px;
    position: relative;
}

.bannerContent {
    float: left;
    width: 100%;
    background-image: url('../img/bannerLogin.jpg');
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
}

.loginContent {
    position: fixed;
    right: 0;
    width: 450px;
    height: 100%;
    min-height: 600px;
    border-left: 4px solid;
    background-color: #FFFFFF;
    border-color: #EEEEEE;
}

.copyRight {
    text-align: center;
    font-size: 10px;
    font-weight: normal;
}


/*Auxiliares------------------*/
.block {
    width: 100%;
    display: block;
}

.bottom_block {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}

.left_block {
    display: block;
    float: left;
}

.right_block {
    display: block;
    float: right;
}

.btn-login {
    font-weight: bold;
    width: 80px;
    height: 35px;
    color: white;
    font-size: 16px;
    /*background-color: #F48120 !important;*/
}

.btn-recover-pass {
    color: #777;
    font-style: italic;
    cursor: pointer
}
