@charset "utf-8";
.link-btn{
    text-align: left;
    padding: 0px;
    margin: 0px;
    background: transparent;
    color: #f57221;
    border-radius: 0px;
    font-size: 14px;
	}
div#alertaMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}

div#alertaMsg div{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

div#alertaMsg p{
    min-width: 300px;
    background-color:#fff;
    color: #333;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -170px;
    margin-top: -150px;
    text-align: center;
    border: 2px solid #e8e8e8;
    padding: 20px 15px;
    border-radius: 20px;
}
@media (max-width: 767px) {
   div#alertaMsg p br {
        display: block;
    }
}

div#alertaMsg p img{
    margin-bottom: 10px;
}

div#alertaMsg p a{
	border: 1px solid #e8e8e8;
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    min-width: 100px;
    box-sizing: border-box;
}
form .erro {
	background-color: #FFE8E9 !important;
	border: solid 1px #D6A9A9 !important;
}

