﻿
html, body {
    width: 100%;
    height: 100%;
}
/*Bootstrap-overlay*/


hr {
    border-top-color: #dadada;
}


/*Metro Background color class*/
.bg_lb {
    background: #27a9e3;
}

.bg_db {
    background: #2295c9;
}

.bg_lg {
    background: #28b779;
}

.bg_dg {
    background: #28b779;
}

.bg_ly {
    background: #ffb848;
}

.bg_dy {
    background: #da9628;
}

.bg_ls {
    background: #2255a4;
}

.bg_lo {
    background: #da542e;
}

.bg_lr {
    background: #f74d4d;
}

.bg_lv {
    background: #603bbc;
}

.bg_lh {
    background: #b6b3b3;
}

body {
    background-color: #d9eef4;
    padding: 0;
}

#logo, #loginbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    #logo img {
        margin: 0 auto;
        display: block;
    }

#loginbox {
    overflow: hidden !important;
    text-align: left;
    position: relative;
}

    #loginbox form {
        width: 32%;
        position: relative;
        margin: auto;
    }

    #loginbox .form-actions {
        padding: 14px 20px 15px;
        text-align: center
    }

        #loginbox .form-actions .pull-left {
            margin-top: 0px;
        }

    #loginbox form#loginform {
        z-index: 200;
        display: block;
    }

    #loginbox form#recoverform {
        z-index: 100;
        display: none;
    }

        #loginbox form#recoverform .form-actions {
            margin-top: 10px;
        }

    #loginbox .main_input_box {
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
    }

        #loginbox .main_input_box .add-on {
            padding: 9px 9px;
            *line-height: 31px;
            vertical-align: top;
            color: #fff;
            width: 30px;
            display: inline-block;
        }

        #loginbox .main_input_box input {
            height: 40px;
            vertical-align: top;
            border: 0px;
            display: inline-block;
            width: 75%;
            line-height: 22px;
            margin-bottom: 3px;
            text-align: center;
        }

    #loginbox .controls {
        padding: 0 20px;
    }

    #loginbox .control-group {
        padding: 20px 0;
        margin-bottom: 0px;
    }

.form-vertical, .form-actions {
    margin-bottom: 0;
    background: none;
}

#loginbox .normal_text {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
/*custo Login*/
#loginbox {
    background: url(/content/img/fondo-login.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}


@media (max-width:1600px) {
    #loginbox form {
        width: 40%;
    }
}

@media (max-width:940px) {
    #loginbox form {
        width: 65%;
    }
}

@media (max-width:800px) {
    #logo {
        width: 60%;
    }

    #loginbox form {
        width: 100%;
        position: relative;
        margin: auto;
    }
}

@media (max-width: 480px) {
    #logo {
        width: 40%;
    }

    #loginbox .control-group {
        padding: 8px 0;
        margin-bottom: 0px;
    }

    #loginbox form {
        width: 100%;
        position: relative;
        margin: auto;
    }
}
