
    .app-root {
        padding: 0px !important;
    }

    .signin {
        display: flex;
        height: 46px;
        padding: 15px 30px;
        flex-direction: column;
        justify-content: center;
        border-radius: 50px;
        background: var(--Global-Main-Blue, #007CAF);
        color: white !important;
        margin-top: 36px;
        text-decoration: none !important;
        width: fit-content;
    }

        .signin:hover {
            background: var(--Global-Main-Blue, #007CAF);
            color: white !important;
            text-decoration: none !important;
        }

    a.disabled {
        pointer-events: none;
        opacity: 0.6;
        cursor: not-allowed;
    }

        a.disabled button {
            cursor: not-allowed;
        }
    
    
