.landing__brand {
    display: none;
}
.public-layout {
    padding-top: 15px;
}

@media only screen and (max-width: 600px) {
    .public-layout {
        padding-top: 0px;
    }
}
.hero-widget__img {
  background-color: #fef1b5;
}
.hero-widget__text {
    padding-bottom: 15px!important;
    background: #000000;
    display: flex;
    color: white;
}

.hero-widget__text > p > span {
    font-size: 1.1rem;
    color: #white;
    border-radius: 3px;
}

.hero-widget__text > p > span > a {
    text-align: center;
    background: #2b90d9;
    color: white;
    padding: 10px;
    margin: 10px auto;
    display: block;
    font-size: 1.45rem;
    border-radius: 5px;
}

.user-role-3 {
  --user-role-accent: #006b00;
}

.user-role-2 {
  --user-role-accent: #0000ff;
}

.user-role-1 {
  --user-role-accent: #a300a3;
}

.user-role-4 {
  --user-role-accent: #f5c211;
}

