.tbx-button {
    background-color: #fff;
    border-color: #9ea4ac;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 0.0625rem;
    color: #32363b;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans",-apple-system,blinkmacsystemfont,"Segoe UI",helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    outline: 0;
    padding: 0.5rem 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 500ms cubic-bezier(0.2, 1, 0.2, 1),border-color 500ms cubic-bezier(0.2, 1, 0.2, 1),box-shadow 500ms cubic-bezier(0.2, 1, 0.2, 1),color 500ms cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.tbx-form--rounded .tbx-button{
    border-radius: 5px;
}

.tbx-button.tbx-button--primary {
    background-color: #5981e3;
    border-color: #5981e3;
    color: #fff;
}

.tbx-button.tbx-button--secondary {
    background-color: transparent;
    border-color: #5981e3;
    color: #355cc0;
}

.tbx-form__input {
    background-color: #fff;
    border-color: #c9ced4;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 0.0625rem;
    box-sizing: border-box;
    color: #32363b;
    display: block;
    font-family: "Nunito Sans",-apple-system,blinkmacsystemfont,"Segoe UI",helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    height: 2.625rem;
    line-height: 1.5;
    padding: 0.4rem 1rem 0.5rem 1rem;
    transition: color 500ms cubic-bezier(0.2, 1, 0.2, 1),background-color 500ms cubic-bezier(0.2, 1, 0.2, 1),border-color 500ms cubic-bezier(0.2, 1, 0.2, 1),box-shadow 500ms cubic-bezier(0.2, 1, 0.2, 1);
    width: 100%;
}
.tbx-form__input:focus {
    background-color: #f7f9fa;
    border: 0.0625rem solid #89a8f8;
    color: #32363b;
    outline: 0;
}
textarea.tbx-form__input {
    height: auto;
    resize: none;
}


.tbx-field {
    padding: 0;
    margin: 0;
    border: none;
}

.tbx-field-with-icon .tbx-form__input{
    padding-left: 2.25em;
}

.tbx-action-footer {
    box-sizing: border-box;
    box-shadow: 0 -0.25rem 0.375rem 0 rgb(208 211 214 / 60%);
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 15px;
}

.tbx-field{
    width: 100%;
    height:auto;
    margin-bottom:15px;
    position: relative;
    display: flex;
    align-items: center;
}

.tbx-field-icon{
    position: absolute;
    left: 12px;
    font-size: 1.35em;
    color: #b8b8b8;
}


.tbx-mt1{margin-top: 15px;}
.tbx-mt2{margin-top: 25px;}
.tbx-mt3{margin-top: 35px;}
.tbx-mt4{margin-top: 45px;}
.tbx-mt5{margin-top: 55px;}

.tbx-mb1{margin-bottom: 15px;}
.tbx-mb2{margin-bottom: 25px;}
.tbx-mb3{margin-bottom: 35px;}
.tbx-mb4{margin-bottom: 45px;}
.tbx-mb5{margin-bottom: 55px;}

.tbx-pt1{padding-top: 15px;}
.tbx-pt2{padding-top: 25px;}
.tbx-pt3{padding-top: 35px;}
.tbx-pt4{padding-top: 45px;}
.tbx-pt5{padding-top: 55px;}

.tbx-pb1{padding-bottom: 15px;}
.tbx-pb2{padding-bottom: 25px;}
.tbx-pb3{padding-bottom: 35px;}
.tbx-pb4{padding-bottom: 45px;}
.tbx-pb5{padding-bottom: 55px;}




/**********************
Placeholder
*/

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9f9f9f;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9f9f9f;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #9f9f9f;
  }
  /* 
  Placeholder
  ***********************/





  .paginaTitulo{
    width: 100%;
    height:auto;
    padding:1em 0;
    background-color: #f1f1f1;
    font-size: 1.5em;
    margin-top: 7em;
    text-align: center;
    font-weight: bold;

}