.navbar {
    height: 70px;
    padding: 0.5rem;
    box-shadow: 0px 10px 10px -14px rgba(0, 0, 0, 0.5);
}

img.img-fluid {
    height: 100%!important;
}

.wrapper {
    padding-top: 1.5rem;
}


/* Buttons */

.btn {
    font-size: 1.1rem;
}

.btn-success {
    background-color: #06CE05!important;
    border-color: #06CE05!important;
}

.btn-primary {
    background-color: #4328DD!important;
    border-color: #4328DD!important;
}


/* Messages Flash */

.message {
    text-align: center;
    padding: 0.5rem;
    color: #fff;
}

.message a {
    color: #fff;
}

.success {
    background-color: #06CE05;
}

.error {
    background-color: #dc3545;
}