

.links{
    text-align: center; 
    justify-content: space-between;
}

.form-submit{
    display: inline; 
    text-align:center;

}

.btn-secondary{
    width: 500px !important; 
    height: 400px !important;

}


.links p{
    color: white !important;
    font-size: 14px;
}

h4{
    color: white !important;
}

.segurancaPaciente{
   /*background-color: #00401A !important*/
}

button{
    border-radius: 40px !important;
}


.informacoes{
    border-radius: 40px !important;
    color: #fff;
    background-color: #b1d249;
    border-color: #b1d249;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-family: "Unimed Slab","Open Sans",Arial,sans-serif;
    font-weight: 550;
    font-size:9px;
    text-transform: uppercase;
    padding: 10px;
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 10px;
}
p{
    font-family: "Unimed Sans","Open Sans",Arial,sans-serif; 
}

.informacoes:hover {

    color: #fff;
    background-color: #a1c431;
    border-color: #98ba2e;
  }
