.sign-in-bg {
    background-image: url("../../css/0fedfff61286f3f500e0.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sign-in-bg .main-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    border-radius: var(--app-border-radius);
    overflow: hidden;
}

.sign-in-bg .main-container .main-content-box {
    background-image: url("../../css/880f31c85ce743c62fcb.png") !important;
    background-position: center;
    background-color: rgba(var(--white), 1);
    background-size: cover;
    padding: calc(20px + 28 * (100vw - 300px) / 1620);
    border-radius: var(--app-border-radius);
    overflow: hidden;
}

.sign-in-bg .main-container .signup-content span img {
    width: 200px;
    display: block;
    margin: auto;
}


.logo-container {
    text-align: center;
    color: #004080;
    /* deep blue */
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 5px;
}

.logo-box {
    background-color: #004080;
    color: white;
    font-weight: bold;
    font-size: 78px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 64, 128, 0.5);
    margin-bottom: 0;
}

.logo-text {
    font-size: 84px;
    font-weight: 800;
    color: #004080;
    text-shadow: 0 0 15px rgba(0, 64, 128, 0.3);
    margin-bottom: 0;
}

.subtext {
    font-size: 20px;
    color: #004080;
    text-shadow: 0 0 8px rgba(0, 64, 128, 0.2);
    line-height: 1;
    margin-top: 0;
}