.show-message {
.message-border {
border-radius: 40px;
padding: 30px 7px;
width: 80px;
height: 80px;
display: inline-block;
}
.success {
background-color: #8AB34D;
}
.error {
background-color: #C93E55;
}
.div-center {
text-align: center;
}
.div-mensagem {
margin-left: 30px;
}
}