body {
    margin: 0;
    padding: 0;
}

.background-container {
    background-image: url('../img/cover/cover-login.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.footer {
    width: 100%;
    background-color: #343a40;
    color: #fff;
    bottom: 0;
}

.login-form-title {
    text-align: center;
    font-weight: bold;
}

.login-form-container {
    height: calc(100vh - 180px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-swal{
    font-size: 9px;
    width: 300px;
    height: 230px;
}
.custom-swal2{
    font-size: 9px;
    width: 300px;
    height: 150px;
}
.custom-swal3{
    font-size: 9px;
    width: 300px;
    height: 250px;
}
.custom-swal4{
    font-size: 9px;
    width: 300px;
    height: 280px;
}
.swal-button{
    background-color: #343a40;
    padding: 8px 18px;
}
.swal-footer {
    text-align: center;
}
.swal-button:hover {
    background-color: #343a41;

}
.meio-pagamento {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
}