.dashboard-down-edital {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-down-edital .janela {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 540px;
    /*background-color: #f5f8fa;*/
    background-color: #eef2f8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.18);
}

.dashboard-down-edital .janela .close-janela-dow {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.dashboard-down-edital .janela .janela-titulo {
    font-size: 16px;
    height: 45px;
    padding: 5px 15px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msgEmail {
    /*opacity: 0.8;*/
    font-size: 0.875rem;
    font-weight: 400;
    margin: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.msgEmail p {
    margin-bottom: 0;
    text-align: justify;
}

.email-label {
    margin: 10px 20px;
    padding: 0 5px 0 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.email-label label {
    /*color: #636b6f;*/
    font-size: 14px;
    width: 150px;
    margin-bottom: 0;
}

.email-label input {
    font-size: 1rem;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 8px 7px;
}

.email-label input:active, .email-label input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.email-btn-down {
    width: 100%;
    padding: 10px 25px 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
