#app {
    min-height: 100%;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    min-height: 100%;
    background: #eeeeee;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #666;
    color: #fff;
}

form[role="login"] {
    color: #5d5d5d;
    background: #ffffff;
    padding: 26px;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

form[role="login"] img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

form[role="login"] input,
form[role="login"] button {
    font-size: 18px;
    margin: 16px 0;
}

form[role="login"] > div {
    text-align: center;
}

form[role="login"] input:focus {
    border-color: #059b39;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

.login-form {
    margin: 40px auto;
    max-width: 400px;
}

.square-lg {
    width: 203px;
    height: 203px;
    background-size: cover;
    background-position: center;
}

.square-lg img {
    width: 200px;
    height: 200px;
}

/* STUDIO CONTENT */
a.menu-card {
    text-decoration: none !important;
}

.menu-card {
    transition: box-shadow 0.25s;
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    width: 140px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    gap: 8px;
}

.menu-card * {
    text-decoration: none;
}

.menu-card.enabled:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.menu-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.menu-icon > svg {
    width: 80px;
}

.menu-card.enabled svg > * {
    fill: #059b39;
    stroke: #059b39;
}

.menu-card.disabled svg > * {
    fill: #b6bdc6;
    stroke: #b6bdc6;
}

.menu-badge {
    position: absolute;
    top: -10px;
    right: -15px;
}

.menu-badge > div {
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
    font-weight: bold;
    font-size: 10px;
}
