#main_content {
    background-color: #f3f4f6 !important;
}
.navbar {
    height: 70px;
    background: #fff;
    padding: 0 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.navbar > .navbar-item {
    
}
.navbar > .navbar-item > .navbar-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.navbar > .navbar-item > .navbar-brand > .navbar-brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 27px;
    font-weight: 700;
}
.navbar > .navbar-item > .navbar-brand > .navbar-brand-text {
    font-size: 24px;
}
.navbar > .navbar-item > .navbar-nav {
    list-style: none;
}
.navbar > .navbar-item > .navbar-nav > .nav-item {
    
}
.navbar > .navbar-item > .navbar-nav > .nav-item > .nav-link {
    position: relative;
    color: #4f46e5;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    opacity: .8;
}
.navbar > .navbar-item > .navbar-nav > .nav-item > .nav-link:hover {
    opacity: 1;
}


.section {
    padding: 100px;
}
#signup_section {
    background:
        radial-gradient(circle at 10% 0%, rgba(255,255,255,.14), transparent 35%),
        radial-gradient(circle at 90% 0%, rgba(255,255,255,.08), transparent 35%),
        linear-gradient(135deg, #4338ca, #1e3a8a);
}
#zimra_updates_section {
    border-radius: 30px;
    background:
        linear-gradient(
            135deg,
            #312e81 0%,
            #243cb8 50%,
            #1f4ed8 100%
        );
}
.section .form {
    width: 100%;
    max-width: 560px;
    background: #fff;
    padding: 42px;
    border-radius: 4px;
    margin: auto;
    z-index: 2;
}
.section .form > .form-status {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    display: none;
}
.section .form > .form-status.show {
    display: block;
    animation: contentShowIn 0.25s ease-out;
}
.section .form > .form-status.status-success {
    background-color: #e6f9f0;
    border: 1px solid #2ecc71;
    color: #1e7e4b;
}
.section .form > .form-status.status-warning {
    background-color: #fff8e6;
    border: 1px solid #f1c40f;
    color: #8a6d1f;
}
.section .form > .form-status.status-error {
    background-color: #fdecea;
    border: 1px solid #e74c3c;
    color: #a94442;
}
.section .form > .form-header {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.section .form > .form-header > .form-title {
    margin: 0;
    color: #111827;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.section .form > .form-header > .form-text {
    margin: 0;
    max-width: 650px;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
}
.section .form > .form-body {
    
}
.section .form > .form-body > .form-group {
    margin-bottom: 20px;
}
.section .form > .form-body > .form-group > .form-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 10px;
}
.section .form > .form-body > .form-group > .form-control {
    height: 38px;
    padding: 10px 12px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display: block;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
    background-color: #fff;
    width: 100%;
}
.section .form > .form-body > .form-group > .form-control::placeholder {
    color: #aaa;
}
.section .form > .form-body > .form-group > .form-control:focus {
    border-color: #333;
}
.section .form > .form-body > .form-group > .form-control:disabled {
    opacity: .4;
    cursor: not-allowed;
}
.section .form > .form-body > .form-group > textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 180px;
    padding: 12px !important;
}
.section .form > .form-body > .form-group .is-invalid {
    border-color: #DC3545 !important;
}
.section .form > .form-body > .form-group > .form-error {
    color: #DC3545;
    margin: 5px auto;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
.section .form > .form-footer {
    padding-top: 10px;
}
.section .form > .form-footer > .form-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: linear-gradient(135deg, #4f46e5, #4338ca);
    color: white;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}
.section .form > .form-footer > .form-btn:hover {
    opacity: .9;
}
.section .form > .form-footer > .form-btn:active {
    transform: translateY(1px);
}
.section > .form-separator {
    display: flex;
    align-items: center;
    margin: 24px 0;
}
.section > .form-separator::before,
.section > .form-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}
.section > .form-separator span {
    margin: 0 12px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
}
.section .form > .form-footer > .form-text {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    margin-top: 15px;
    line-height: 25px;
}
.section .form > .form-footer > .form-text > .form-link {
    color: #4f46e5;
    font-size: 15px;
    font-weight: 300;
}
.section .form > .form-footer > .form-text > .form-link:hover {
    text-decoration: underline;
}
.section > .section-header {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.section > .section-header > .section-title {
    font-size: 27px;
    font-weight: 700;
    color: #111;
    text-align: center;
}
.section > .section-header > .section-text {
    font-size: 17px;
    font-weight: 300;
    color: #333;
    text-align: center;
}
.section > .section-body {
    margin: 10px auto;
    width: 94%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section > .section-body > .section-left {
    flex: .8;
    min-width: 320px;
}
.section > .section-body > .section-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.section > .section-body > .section-right > .section-info {
    padding: 30px;
    background-color: #fff;
    min-width: 320px;
    width: 370px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 15px;
}
.section > .section-body > .section-right > .section-info > .info-title {
    text-align: justify;
}
.section > .section-body > .section-right > .section-info > .info-text {
    text-align: justify;
}
.section-divider {
    height: 100px;
}
.footer {
    padding: 25px;
    background-color: #1f2937;
}
.footer > .footer-section {
    margin: 10px auto 30px;
    padding: 10px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
}
.footer > .footer-section > .section-title {
    color: #fff;
    font-size: 27px;
}
.footer > .footer-section > .section-text {
    color: #ccc;
    font-size: 16px;
}
.footer > .footer-text {
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .section {
        padding: 40px 0;
    }
    .section > .form {
        width: 90%;
        max-width: 560px;
        padding: 25px;
    }
    .section .form > .form-header {
        
    }
    .section .form > .form-header > .form-title {
        font-size: 20px;
    }
    .section-divider {
        height: 50px;
    }
}
@keyframes contentShowIn {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }
    60% {
        opacity: 1;
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


















