/* Desktop Auth Text Section Styles */
body:not(.is-mobile) #auth-text-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 73px !important;
}

body:not(.is-mobile) .auth-text-content {
    width: 448px !important;
    height: 95px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

body:not(.is-mobile) .auth-text-bold {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #862733 !important;
    margin: 0 0 4px 0 !important;
    text-align: center !important;
}

body:not(.is-mobile) .auth-text-normal {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #862733 !important;
    margin: 0 !important;
    text-align: center !important;
} 