﻿.diretivaAutenticacaoEmail {
    width: 450px;
    height: 220px;
    max-height: 250px;
    background: #ffffff;
    border: 2px solid #e9eaee;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    display: inline-table;
}

    .diretivaAutenticacaoEmail .solicitacao .email {
        width: 100%!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .diretivaAutenticacaoEmail .centralizar {
        text-align: center;
    }

.overlayAtenticacaoEmail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.30);
}
