.primary {
    background-color: #007bff !important;
    color: white !important;
}

.danger {
    background-color: #F44336 !important;
    color: white !important;
}

.success {
    background-color: #28a745 !important;
    color: white !important;
}

.info {
    background-color: #17a2b8 !important;
    color: white !important;
}

.row-wrap {
    margin: 20px 40px;
    height: max-content;
}

.collection {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    overflow: inherit;
}

.dropdown-content {
    border-radius: 10px;
    width: auto !important;
}

form .row {
    margin-bottom: 0px;
}

body {
    height: 100vh;
}

.login-center {
    float: unset !important;
    padding-top: 40px !important;
    margin-right: auto;
    height: -webkit-fill-available;
}

.no-margin {
    margin: 0px;
}

.btn-block {
    width: 70%
}

.collection.with-header .collection-item {
    padding-right: 30px;
}

.login-form .input-field {
    margin-bottom: 0px;
}