﻿
body {
    margin:0px;
    font-family: Calibri;
    min-width: 450px;
    background-color:#0154a0;
}

.caja_rev{
    text-align: right;
    line-height: 10px;
    color: #fff;
}

.rev{
    font-size:10px;
    line-height:10px;
}

.box_alerta{
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size:12px;
}

.box_alerta_2{
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
    font-weight: bold;
    color: #787878;
    text-align: center;
    font-size:12px;
}

#tb_usuario{
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
    border: 0px;
    box-sizing: border-box;
    background-color: #0154a0;
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid #ff6731;
}

#tb_clave{
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
    border: 0px;
    box-sizing: border-box;
    background-color: #0154a0;
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid #ff6731;
}

.boton {
    display: inline-block;
    border: 2px solid #ff6731;
    box-sizing: border-box;
    background-color: #0154a0;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    font-family: sans-serif;
    font-weight:bold;
    border-radius: 30px;
}

.boton:hover {
    background-color:  #ff6731;
}


button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    padding: 50px 0 0px 0;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.imgcontainer_sub {
    text-align: center;
    padding: 0px 0 12px 0;
    color: #fff;
    font-size: 18px;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    padding: 16px;
}

.titulos{
    color : #ff6702;
}

.sep{
    height:50px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

.my{
    color:rgba(255, 221, 5, 1);
}
.aqct{
    color:rgba(122, 37, 115, 1);
}
.unified{
    color:rgba(0, 68, 255, 1);
}

.watermark{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    color: rgb(0, 0, 0);
    font-size: 15px;
    background-color: #fff;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
}

.logo_entel{
    position:fixed;
    top:50px;
    left:50px;
    z-index:99;
    padding:0px 10px;
}