﻿.diretivaAutenticacaoToken {
    width: 450px;
    height: 300px;
    background: #ffffff;
    border: 2px solid #e9eaee;
    padding: 10px;
    
    position:fixed;
    left: 50%; 
    right: 0; 
    top:50%;
    bottom:0;
    z-index:999;
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.overlayAtenticacaoToken {
    width: 100%;
    height:100%;

    position:fixed;
    left: 0; 
    right: 0; 
    top:0;
    bottom:0;
    z-index: 998;

    background-color: rgba(0, 0, 0, 0.30);
}