.button-modal{
    background: #1351B4 0 0 no-repeat padding-box;
    width: 145px;
  height: 40px;
  
}

.button-modal {
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    box-shadow: 0 2px 3px #00000029;
    border-radius: 24px;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    
  }
  
  .button-modal-chave {
    background: #1351B4 0 0 no-repeat padding-box;
    width: 100%;
    margin-top: 10px;
  height: 40px;
    justify-content: center;
    align-items: center;
    display: block;
    border: none;
    box-shadow: 0 2px 3px #00000029;
    border-radius: 24px;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    
  }



svg{
  color: rgb(0, 255, 34);

}

