
/* Note pagoPA */

.title-pagopa {
    color: #004d99!important;
}
.btn-pagopa {
    background-color: #0073e6;
    border-color: #0073e6;
    color: white;
    width: 200px;
    padding: 15px 10px;
    margin: 5px 0;
}
@font-face {
    font-family: "Titillium Web"; /*a name to be used later*/
    src: url("/assets/fonts/titillium-web/TitilliumWeb-SemiBold.ttf"); /*URL to font*/

}
.font-pagopa {
    font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
    font-weight: bolder;
}



/*.form-pagopa .form-row select {*/
/*width: 100%;*/
/*padding: 8px;*/
/*border: 1px solid #e6e6e6;*/
/*border-radius: 5px;*/
/*height: auto;*/
/*box-shadow: none;*/
/*}*/
/*.form-pagopa .form-row input {*/
/*width: 100%;*/
/*padding: 8px;*/
/*border: 1px solid #e6e6e6;*/
/*border-radius: 5px;*/
/*height: 40px;*/
/*background: #fff;*/
/*}*/