html, body {
font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.sidebar {
    background: linear-gradient(39deg, #f4763d 0%, #ec5b46 50%, #e13552 100%) !important;
}

.btn-primary {
    background-color: #F3723E !important;
}

.btn-secondary {
    background-color: #502D79 !important;
}

.bg-success {
    background-color: #32612D !important;
}

.logo-form {
    filter: brightness(0) invert(1);
}

.app-name h4 {
    padding: 30px;
    color: #FFFFFF !important;
    font-size: 32px !important;
    line-height: 28px !important;
    margin-bottom: 30px;
}