﻿.Modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
}
 
.Modal .FundoModal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: 0.5
}

    .Modal .PainelModal {
        position: relative;
        width: 26.8125rem;
        min-height: 5rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background-color: #f9f9f9;
    }

.Modal .PainelModal h1 {
    position: relative;
    width: 100%;
    height: 3.0625rem;
    background-color: #8ba048;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    font-family: Poppins-Regular
}

.Modal .PainelModal h2 {
    position: relative;
    width: 100%;
    height: 3.0625rem;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    font-family: Poppins-Regular
}


.Modal .PainelModal p {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: Poppins-Regular
}

.Modal .PainelModal p span {
    text-align: center;
    font-size: 0.7rem;
    font-family: Poppins-Regular
}
.ModalConteudo {
   padding:1rem;
}

.Resultado {
    position: absolute;
    min-width: 26.8125rem;
    height: 32rem !important;
    margin-top: -15.875rem !important;
    margin-left: -13.375rem !important;
}


.frmModal {
    margin: 1.875rem;
}
.frmModal p {
    font-size:0.7rem
}
.frmModal a {
    font-size: 0.7rem;
    cursor:pointer
}
.frmModal fieldset {
    border: 0;
}
.frmModal input[type=text], .frmModal input[type=password] {
    position: relative;
    width: 100% !important;
    padding: 0.7rem;
    border: 1px solid #c0c0c0;
    font-size: 0.8rem;
    outline: 0;
    margin-top: 0.5rem;
    color: #222020
}
.frmModal fieldset a {
    position: relative;
    top: 1rem;
    text-decoration: none;
    font-size: 0.8rem;
    color: #222020
}

.fundoPreto {
    background-color: #343a40 !important
}
 