﻿.license-expired {
    height: 100%;
    margin: 0;
    background-color: #001e50;
    background-image: url(https://static.plantanapp.com/platformdev/paa-background-no-color.png);
    color: white;
    background-blend-mode: multiply;
    background-size: cover;
    font-family: "Mulish", serif;
}

.mobile-container,
.desktop-container {
    display: none;
}

.desktop-header {
    position: absolute;
    top: 20px;
    right: 20px;
}

.desktop-header-image {
    width: 336px;
}

.logo {
    width: 124px;
}

.primary-text {
    color: #009688;
}

.icon-margin {
    margin-left: 10px;
}

.main-container {
    margin: 80px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.center-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title-section {
    position: relative;
    height: 238px;
    max-width: 600px;
}

.title-section .logo {
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -80px;
}

.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
}

.subtitle {
    font-size: 24px;
    font-weight: 700;
    margin: 4px;
}

.btn {
    padding: 10px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.btn-primary {
    background-color: #009688;
    color: white;
}

.mobile-header {
    display: flex;
    justify-content: flex-end;
}

.mobile-title {
    font-size: 34px;
}

.mobile-description {
    font-size: 14px;
}

.mobile-header-image {
    height: 46px;
    width: 168px;
}

@media screen and (min-device-width: 769px) {
    .desktop-container {
        display: flex;
        height: 100%;
        justify-content: center;
    }
}

@media screen and (max-device-width: 768px) {
    .mobile-container {
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-direction: column;
        padding: 26px;
    }
}
