.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9999;
}

.btn-fixed-width {
    height: 39.6px;
    padding: 5px 10px;
    overflow: hidden;
}

.modal h2 {
    background: url(img/global/info.png) 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}

input.botao {
    background: url(../img/bt/botao_seta.png) no-repeat;
    width: 219px;
    height: 32px;
    float: left;
    margin: 11px 0 0 0;
    border: 0;
    padding-right: 25px;
}
.botaoinsert {
    background: url(../img/bt/botao_seta.png) no-repeat;
    width: 219px;
    height: 32px;
    float: left;
    margin: 11px 0 0 0;
    border: 0;
    color:white;
    font-weight: bold;
    padding-right: 25px;
}

.esp{
	justify-content: center; 
	padding-right:15px; 
	padding-left: 15px
}

.buscacustomizada{
	background-color: #f4f4f4; 
    border: 1px solid #999999;
    border-radius: 5px; 
    margin-top:10px;
}

.fonteaviso{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none solid blue;
	text-align: left;
	word-spacing: 0px;
	background-color:  #FFFFFF;
	background-position: 0% 0%;
	color:  #E2161E
}
.botoes {
    display: flexbox; 
}

.botao {
    cursor: pointer;
    height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Arial Black";
}


ol, ul {
    list-style: none;
}



.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px; 
}

.esqueci-senha {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

