﻿html {
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

body {
    margin-top: 0px;
    margin-left: 0px;
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
    margin: 0px;
    font-size: 12px;
    width: auto;
    height: 100vh;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    user-select: none;
    font-weight: 100;
}

.div1 {
    margin-top: 5%;
    margin-left: 35%;
    background: inherit;
    width: 800px;
    height: 500px;
    position: absolute;
    overflow: hidden;
    border-radius: 6px;
}


#menu {
    text-align: right;
    width: 305px;
}

.auto-style3 {
    width: 10%;
    height: 86px;
}

.auto-style4 {
    width: 700px;
    height: 86px;
}

.table01 {
    width: 100%;
    height: 100%;
}



    .table01 > tr > td {
        text-align: center;
        width: 100%;
    }

.login {
    margin-top: 0px;
    margin-left: 0px;
    /*background-image: url(images/bg-nav.jpg);*/
    /*background-repeat: repeat-x;
    background-size: contain;*/
    width: 100%;
    height: 100%;
    margin: 0px;
    /*font-size: 12px;*/
}

.SubHead {
    color: #003366;
}

.btn-login {
    font-size: 12px;
    color: #ffffff;
    background-color: #112E69;
    border-color: #112E69;
    padding: 3px 9px;
    /*background-image: url(images/bg-nav.jpg);*/
    /*background-repeat: repeat-x;
    background-size: contain;*/
}

    .btn-login:hover {
        color: #ffffff;
        background-color: #001846; /**#286090*/
        border-color: #001846;
        text-decoration: none;
    }

    .btn-login:active {
        color: #ffffff;
    }

    .btn-login:focus {
        color: #ffffff;
    }

    .btn-login:not(:active) {
        color: #ffffff;
    }

    .btn-login.disabled:hover, .btn-login[disabled]:hover, fieldset[disabled]:hover {
        background-color: #112E69;
        border-color: #112E69;
    }

.td_title_login {
    font-size: 20px;
    font-weight: 500;
    color: #05305B;
}

.td_subtitle_login {
    font-size: 15px;
    font-weight: 500;
    color: #05305B;
}

.input-login {
    padding: 2px 15px;
    font-size: 15px;
    height: 28px;
    font-weight: 100;
    color: #000000;
    margin: 2px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic !important;
    font-size: 13px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic !important;
    font-size: 13px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic !important;
    font-size: 13px;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic !important;
    font-size: 13px;
}

.link-login {
    font-size: 14px;
    font-weight: 100;
}

    .link-login:hover {
        text-decoration: underline;
        cursor: pointer;
    }

p {
    margin: 0 0 0 8px;
}

.titulos {
    padding-top: 5px;
    font-size: 15px;
    color: #334da2;
    font-weight: normal;
}

    .titulos > label {
        font-weight: 100;
    }

div.alert {
    font-size: 12px;
    font-weight: 100;
    padding: 8px;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}

em.error {
    color: #a94442;
    font-weight: 100;
    font-size: 12px;
}


#imagenMenu {
    align-content: center;
    vertical-align: middle;
    width: 200px;
    height: auto;
    display: block;
    background: url(../../Images/logo-axesat-bn.png) no-repeat;
    background-size: 100%;
    background-color: #002060;
    padding-bottom: 26px;
    text-align: center;
    left: 15%;
    padding-top: 10px;
    margin-top: 3%;
}


#imagenMenuLogin {
    align-content: center;
    vertical-align: middle;
    width: 200px;
    height: auto;
    display: block; /*inline-block;*/
    background: url(../../Images/LogoAxesat.png) no-repeat;
    background-size: 100%;
    background-color: white;
    padding-bottom: 51px;
    text-align: center;
    /*left: 15%;*/
    /*padding-top: 1px;*/
    margin-top: 4px;
    margin-bottom: 1px;
}

    #imagenMenuLogin:after {
        align-content: center;
        vertical-align: middle;
        width: 100px;
        height: auto;
        display: inline-block;
        background: url(../../Images/logo-axesat1.gif) no-repeat;
        background-size: 79px;
        background-color: white;
        padding-bottom: 51px;
        text-align: center;
        /*left: 15%;*/
        padding-top: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

#imagenMenuForgottenRename {
    align-content: center;
    vertical-align: middle;
    width: 100px;
    height: auto;
    display: inline-block;
    background: url(../../Images/logo-axesat-bn.png) no-repeat;
    background-size: 79px;
    background-color: #002060;
    padding-bottom: 34px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 1px;
    
}

    #imagenMenuForgottenRename:after {
        align-content: center;
        vertical-align: middle;
        width: 100px;
        height: auto;
        display: inline-block;
        background: url(../../Images/logo-axesat-bn.png) no-repeat;
        background-size: 79px;
        background-color: #002060;
        padding-bottom: 34px;
        text-align: center;
        padding-top: 1px;
        margin-top: 1px;
        z-index: 99999999999;
        margin-bottom: 1px;
    }





#idImagen {
    background-color: rgb(255, 255, 255);
    max-width: 100%;
    background-repeat: no-repeat;
    background-image: url("../../Images/Banner/slider.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height:100%;
    color: white;
    /*z-index: 99999999999;*/
    /*position: relative;
    display: inline-block;*/
    text-align: center;
}

    #idImagen::after {
        content: "";
        /*position: absolute;*/
        width: 100%;
        height: 100%;
        background: rgba(12, 71, 189, 0.49);
        z-index: -1;
        /*position: absolute;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity:0;
    }

#TextTop {
    /*position: absolute;*/
    top: 45.5%;
    left: 6%;
    right: 6%;
    /*padding: 4%;*/
    padding-top: 11%;
    padding-bottom: 10%;
    background-color:rgba(180, 202, 245, 0.29);
}

#dividImagen {
    padding-left: 0px;
    padding-right: 0px;
}

.labelTittle {
    font-family: Roboto;
    font-size: 15px;
    color: white;
}

.labelSubTittle {
    font-family: Roboto;
    font-size: 13px;
    color: white;
}
