/*Não Alterar estes estilos*/
@media (min-width: 768px) {
    html {
        font-size: 16px;
  }
}

@font-face {
    font-family: POPPINS-REGULAR;
    src: url("../fonts/POPPINS-REGULAR.ttf") format('truetype');
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.toast-success .toast-title {
    background-color: #51A351;
}

.toast-success .toast-message {
    background-color: #51A351;
}

.toast-error .toast-title {
    background-color: #BD362F;
}

.toast-error .toast-message {
    background-color: #BD362F;
}

/*Estes estilos podem ser customizados*/

body {
    margin-bottom: 60px;
    font-family: POPPINS-REGULAR !important;
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
}

.card-body{
    border-top: 1px solid;
}